Class AbstractLuceneReversibleSort
java.lang.Object
org.hibernate.search.backend.lucene.search.sort.impl.AbstractLuceneSort
org.hibernate.search.backend.lucene.search.sort.impl.AbstractLuceneReversibleSort
- All Implemented Interfaces:
LuceneSearchSort,SearchSort
- Direct Known Subclasses:
AbstractLuceneDocumentValueSort
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from interface org.hibernate.search.backend.lucene.search.sort.impl.LuceneSearchSort
log -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class org.hibernate.search.backend.lucene.search.sort.impl.AbstractLuceneSort
indexNamesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.search.backend.lucene.search.sort.impl.LuceneSearchSort
toSortFields
-
Field Details
-
order
-
-
Constructor Details
-
AbstractLuceneReversibleSort
-