Uses of Enum Class
org.hibernate.search.engine.backend.types.TermVector
Packages that use TermVector
Package
Description
-
Uses of TermVector in org.hibernate.search.backend.elasticsearch.logging.impl
Methods in org.hibernate.search.backend.elasticsearch.logging.impl with parameters of type TermVectorModifier and TypeMethodDescriptionfinal SearchExceptionLog_$logger.termVectorDontAllowFastVectorHighlighter(TermVector termVector) Log.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 TermVectorModifier and TypeMethodDescriptionfinal SearchExceptionLog_$logger.termVectorDontAllowFastVectorHighlighter(TermVector termVector) Log.termVectorDontAllowFastVectorHighlighter(TermVector termVector) -
Uses of TermVector in org.hibernate.search.engine.backend.types
Methods in org.hibernate.search.engine.backend.types that return TermVectorModifier and TypeMethodDescriptionstatic TermVectorReturns the enum constant of this class with the specified name.static TermVector[]TermVector.values()Returns an array containing the constants of this enum class, 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 TermVectorModifier and TypeMethodDescriptionStringIndexFieldTypeOptionsStep.termVector(TermVector termVector) -
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 TermVectorModifier and TypeMethodDescriptionPropertyMappingFullTextFieldOptionsStep.termVector(TermVector termVector)