Uses of Class
org.hibernate.search.backend.lucene.lowlevel.docvalues.impl.TextMultiValues
-
Packages that use TextMultiValues Package Description org.hibernate.search.backend.lucene.lowlevel.docvalues.impl -
-
Uses of TextMultiValues in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl
Subclasses of TextMultiValues in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl Modifier and Type Class Description protected static classTextMultiValues.DocValuesTextMultiValuesFields in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl declared as TextMultiValues Modifier and Type Field Description static TextMultiValuesTextMultiValues. EMPTYAn empty DoubleMultiValues instance that always returnsfalsefromadvanceExact(int)Methods in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl that return TextMultiValues Modifier and Type Method Description static TextMultiValuesTextMultiValues. fromDocValues(org.apache.lucene.index.SortedSetDocValues docValues)TextMultiValuesJoiningTextMultiValuesSource. getValues(org.apache.lucene.index.LeafReaderContext ctx)abstract TextMultiValuesTextMultiValuesSource. getValues(org.apache.lucene.index.LeafReaderContext ctx)protected TextMultiValuesJoiningTextMultiValuesSource. select(org.apache.lucene.index.SortedSetDocValues values, ChildDocIds childDocsWithValues)
-