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
public abstract class AbstractLuceneReversibleSort extends AbstractLuceneSort
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractLuceneReversibleSort.AbstractBuilder
-
Field Summary
Fields Modifier and Type Field Description protected SortOrderorder-
Fields inherited from interface org.hibernate.search.backend.lucene.search.sort.impl.LuceneSearchSort
log
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractLuceneReversibleSort(AbstractLuceneReversibleSort.AbstractBuilder builder)
-
Method Summary
-
Methods inherited from class org.hibernate.search.backend.lucene.search.sort.impl.AbstractLuceneSort
indexNames
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.search.backend.lucene.search.sort.impl.LuceneSearchSort
toSortFields
-
-
-
-
Field Detail
-
order
protected final SortOrder order
-
-
Constructor Detail
-
AbstractLuceneReversibleSort
protected AbstractLuceneReversibleSort(AbstractLuceneReversibleSort.AbstractBuilder builder)
-
-