Class AbstractLuceneSort
java.lang.Object
org.hibernate.search.backend.lucene.search.sort.impl.AbstractLuceneSort
- All Implemented Interfaces:
LuceneSearchSort,SearchSort
- Direct Known Subclasses:
AbstractLuceneReversibleSort
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface org.hibernate.search.backend.lucene.search.sort.impl.LuceneSearchSort
log -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractLuceneSort(LuceneSearchIndexScope<?> scope) protected -
Method Summary
Methods 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
-
Constructor Details
-
AbstractLuceneSort
-
AbstractLuceneSort
-
-
Method Details
-
indexNames
- Specified by:
indexNamesin interfaceLuceneSearchSort
-