Uses of Class
org.hibernate.search.query.dsl.Unit
-
Packages that use Unit Package Description org.hibernate.search.query.dsl Provide a domain specific language to write Lucene queries and create faceting requests. -
-
Uses of Unit in org.hibernate.search.query.dsl
Methods in org.hibernate.search.query.dsl that return Unit Modifier and Type Method Description static UnitUnit. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static Unit[]Unit. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.search.query.dsl with parameters of type Unit Modifier and Type Method Description WithinContextSpatialMatchingContext. within(double distance, Unit unit)Deprecated.
-