Uses of Class
org.hibernate.search.annotations.TermVector
-
Packages that use TermVector Package Description org.hibernate.search.annotations -
-
Uses of TermVector in org.hibernate.search.annotations
Methods in org.hibernate.search.annotations that return TermVector Modifier and Type Method Description TermVectortermVector()Deprecated.static TermVectorTermVector. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static TermVector[]TermVector. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-