Class AbstractLuceneSort
- java.lang.Object
-
- org.hibernate.search.backend.lucene.search.sort.impl.AbstractLuceneSort
-
- All Implemented Interfaces:
LuceneSearchSort,SearchSort
- Direct Known Subclasses:
AbstractLuceneReversibleSort
public abstract class AbstractLuceneSort extends Object implements LuceneSearchSort
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractLuceneSort.AbstractBuilder
-
Field Summary
-
Fields inherited from interface org.hibernate.search.backend.lucene.search.sort.impl.LuceneSearchSort
log
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractLuceneSort(LuceneSearchIndexScope<?> scope)protectedAbstractLuceneSort(AbstractLuceneSort.AbstractBuilder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>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
-
-
-
-
Constructor Detail
-
AbstractLuceneSort
protected AbstractLuceneSort(AbstractLuceneSort.AbstractBuilder builder)
-
AbstractLuceneSort
protected AbstractLuceneSort(LuceneSearchIndexScope<?> scope)
-
-
Method Detail
-
indexNames
public Set<String> indexNames()
- Specified by:
indexNamesin interfaceLuceneSearchSort
-
-