Uses of Class
org.hibernate.search.engine.backend.types.TermVector
-
-
Uses of TermVector in org.hibernate.search.backend.elasticsearch.logging.impl
Methods in org.hibernate.search.backend.elasticsearch.logging.impl with parameters of type TermVector Modifier and Type Method Description SearchExceptionLog_$logger. termVectorDontAllowFastVectorHighlighter(TermVector termVector)SearchExceptionLog. termVectorDontAllowFastVectorHighlighter(TermVector termVector) -
Uses of TermVector in org.hibernate.search.backend.lucene.logging.impl
Methods in org.hibernate.search.backend.lucene.logging.impl with parameters of type TermVector Modifier and Type Method Description SearchExceptionLog_$logger. termVectorDontAllowFastVectorHighlighter(TermVector termVector)SearchExceptionLog. termVectorDontAllowFastVectorHighlighter(TermVector termVector) -
Uses of TermVector in org.hibernate.search.engine.backend.types
Methods in org.hibernate.search.engine.backend.types that return TermVector Modifier and Type Method Description static TermVectorTermVector. valueOf(String name)Returns the enum constant of this type with the specified name.static TermVector[]TermVector. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TermVector in org.hibernate.search.engine.backend.types.dsl
Methods in org.hibernate.search.engine.backend.types.dsl with parameters of type TermVector Modifier and Type Method Description SStringIndexFieldTypeOptionsStep. termVector(TermVector termVector) -
Uses of TermVector in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation that return TermVector Modifier and Type Method Description TermVectortermVector() -
Uses of TermVector in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with parameters of type TermVector Modifier and Type Method Description PropertyMappingFullTextFieldOptionsStepPropertyMappingFullTextFieldOptionsStep. termVector(TermVector termVector)
-