Package org.hibernate.search.query.dsl
Interface Termination<T>
-
- All Known Subinterfaces:
AllContext,BooleanJunction<T>,MustJunction,PhraseTermination,RangeTerminationExcludable,SimpleQueryStringTermination,SpatialTermination,TermFuzzy,TermTermination
@Deprecated public interface Termination<T>
Deprecated.See the deprecation note onQueryBuilder.- Author:
- Emmanuel Bernard
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description QuerycreateQuery()Deprecated.Return the lucene query representing the operation
-
-
-
Method Detail
-
createQuery
Query createQuery()
Deprecated.Return the lucene query representing the operation- Returns:
- the lucene query representing the operation
-
-