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
Fields Modifier and Type Field Description protected StringabsoluteFieldPathprotected StringnestedDocumentPathprotected org.apache.lucene.search.QuerynestedFilter-
Fields inherited from class org.hibernate.search.backend.lucene.search.sort.impl.AbstractLuceneReversibleSort.AbstractBuilder
order
-
Fields inherited from class org.hibernate.search.backend.lucene.search.sort.impl.AbstractLuceneSort.AbstractBuilder
scope
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractBuilder(LuceneSearchIndexScope<?> scope, String absoluteFieldPath, String nestedDocumentPath)protectedAbstractBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<?> field)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidfilter(SearchPredicate filter)protected EventContextgetEventContext()protected MultiValueModegetMultiValueMode()protected org.apache.lucene.search.QuerygetNestedFilter()voidmode(SortMode mode)protected abstract LuceneFieldComparatorSourcetoFieldComparatorSource()-
Methods inherited from class org.hibernate.search.backend.lucene.search.sort.impl.AbstractLuceneReversibleSort.AbstractBuilder
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
-
-
-
-
Constructor Detail
-
AbstractBuilder
protected AbstractBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<?> field)
-
AbstractBuilder
protected AbstractBuilder(LuceneSearchIndexScope<?> scope, String absoluteFieldPath, String nestedDocumentPath)
-
-
Method Detail
-
mode
public void mode(SortMode mode)
-
filter
public void filter(SearchPredicate filter)
-
toFieldComparatorSource
protected abstract LuceneFieldComparatorSource toFieldComparatorSource()
-
getMultiValueMode
protected final MultiValueMode getMultiValueMode()
-
getNestedFilter
protected org.apache.lucene.search.Query getNestedFilter()
-
getEventContext
protected final EventContext getEventContext()
-
-