Class AbstractLuceneReversibleSort.AbstractBuilder
- java.lang.Object
-
- org.hibernate.search.backend.lucene.search.sort.impl.AbstractLuceneSort.AbstractBuilder
-
- org.hibernate.search.backend.lucene.search.sort.impl.AbstractLuceneReversibleSort.AbstractBuilder
-
- All Implemented Interfaces:
SearchSortBuilder
- Direct Known Subclasses:
AbstractLuceneDocumentValueSort.AbstractBuilder
- Enclosing class:
- AbstractLuceneReversibleSort
public abstract static class AbstractLuceneReversibleSort.AbstractBuilder extends AbstractLuceneSort.AbstractBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected SortOrderorder-
Fields inherited from class org.hibernate.search.backend.lucene.search.sort.impl.AbstractLuceneSort.AbstractBuilder
scope
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractBuilder(LuceneSearchIndexScope<?> scope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidorder(SortOrder order)-
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.engine.search.sort.spi.SearchSortBuilder
build
-
-
-
-
Field Detail
-
order
protected SortOrder order
-
-
Constructor Detail
-
AbstractBuilder
protected AbstractBuilder(LuceneSearchIndexScope<?> scope)
-
-
Method Detail
-
order
public void order(SortOrder order)
-
-