Class AbstractLuceneDocumentValueSort.AbstractBuilder
java.lang.Object
org.hibernate.search.backend.lucene.search.sort.impl.AbstractLuceneSort.AbstractBuilder
org.hibernate.search.backend.lucene.search.sort.impl.AbstractLuceneReversibleSort.AbstractBuilder
org.hibernate.search.backend.lucene.types.sort.impl.AbstractLuceneDocumentValueSort.AbstractBuilder
- All Implemented Interfaces:
SearchSortBuilder
- Enclosing class:
- AbstractLuceneDocumentValueSort
public abstract static class AbstractLuceneDocumentValueSort.AbstractBuilder
extends AbstractLuceneReversibleSort.AbstractBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final Stringprotected LuceneSearchPredicateFields inherited from class org.hibernate.search.backend.lucene.search.sort.impl.AbstractLuceneReversibleSort.AbstractBuilder
orderFields inherited from class org.hibernate.search.backend.lucene.search.sort.impl.AbstractLuceneSort.AbstractBuilder
scope -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractBuilder(LuceneSearchIndexScope<?> scope, String absoluteFieldPath, String nestedDocumentPath) protectedAbstractBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<?> field) -
Method Summary
Modifier and TypeMethodDescriptionvoidfilter(SearchPredicate filter) protected final EventContextvoidMethods inherited from class org.hibernate.search.backend.lucene.search.sort.impl.AbstractLuceneReversibleSort.AbstractBuilder
orderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.search.engine.search.sort.spi.SearchSortBuilder
build
-
Field Details
-
absoluteFieldPath
-
nestedDocumentPath
-
nestedFilter
-
-
Constructor Details
-
AbstractBuilder
protected AbstractBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<?> field) -
AbstractBuilder
protected AbstractBuilder(LuceneSearchIndexScope<?> scope, String absoluteFieldPath, String nestedDocumentPath)
-
-
Method Details
-
mode
-
filter
-
getEventContext
-