Uses of Class
org.hibernate.search.annotations.TermVector

Packages that use TermVector
org.hibernate.search.annotations   
org.hibernate.search.cfg   
org.hibernate.search.engine.impl   
org.hibernate.search.metadata   
org.hibernate.search.metadata.impl   
 

Uses of TermVector in org.hibernate.search.annotations
 

Methods in org.hibernate.search.annotations that return TermVector
static TermVector TermVector.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.cfg
 

Methods in org.hibernate.search.cfg with parameters of type TermVector
 ClassBridgeMapping ClassBridgeMapping.termVector(TermVector termVector)
           
 FieldMapping FieldBridgeMapping.termVector(TermVector termVector)
           
 FieldMapping FieldMapping.termVector(TermVector termVector)
           
 IndexedClassBridgeMapping IndexedClassBridgeMapping.termVector(TermVector termVector)
           
 

Uses of TermVector in org.hibernate.search.engine.impl
 

Methods in org.hibernate.search.engine.impl with parameters of type TermVector
static Field.TermVector AnnotationProcessingHelper.getTermVector(TermVector vector)
           
 

Uses of TermVector in org.hibernate.search.metadata
 

Methods in org.hibernate.search.metadata that return TermVector
 TermVector FieldSettingsDescriptor.getTermVector()
           
 

Uses of TermVector in org.hibernate.search.metadata.impl
 

Methods in org.hibernate.search.metadata.impl that return TermVector
 TermVector FieldDescriptorImpl.getTermVector()
           
 



Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved