Uses of Package
org.hibernate.search.annotations

Packages that use org.hibernate.search.annotations
org.hibernate.search.annotations   
org.hibernate.search.bridge   
org.hibernate.search.bridge.builtin   
org.hibernate.search.engine   
org.hibernate.search.impl   
org.hibernate.search.util   
 

Classes in org.hibernate.search.annotations used by org.hibernate.search.annotations
FilterCacheModeType
          Cache mode strategy for FullTextFilterDefs.
Index
          Defines how an Field should be indexed
Resolution
          Date indexing resolution.
Store
          Whether or not the value is stored in the document
TermVector
          Defines the term vector storing strategy
 

Classes in org.hibernate.search.annotations used by org.hibernate.search.bridge
ClassBridge
          This annotation allows a user to apply an implementation class to a Lucene document to manipulate it in any way the user sees fit.
Field
          Mark a property as indexable
FieldBridge
          specifies a given field bridge implementation
Resolution
          Date indexing resolution.
 

Classes in org.hibernate.search.annotations used by org.hibernate.search.bridge.builtin
Resolution
          Date indexing resolution.
 

Classes in org.hibernate.search.annotations used by org.hibernate.search.engine
Analyzer
          Define an Analyzer for a given entity, method, field or Field The order of precedence is as such: - @Field - field / method - entity - default Either describe an explicit implementation through the impl parameter or use an external @AnalyzerDef definition through the def parameter
Field
          Mark a property as indexable
FilterCacheModeType
          Cache mode strategy for FullTextFilterDefs.
FullTextFilterDef
          Defines a FullTextFilter that can be optionally applied to every FullText Queries While not related to a specific indexed entity, the annotation has to be set on one of them
Index
          Defines how an Field should be indexed
Store
          Whether or not the value is stored in the document
TermVector
          Defines the term vector storing strategy
 

Classes in org.hibernate.search.annotations used by org.hibernate.search.impl
AnalyzerDef
          Reusable analyzer definition.
 

Classes in org.hibernate.search.annotations used by org.hibernate.search.util
FilterCacheModeType
          Cache mode strategy for FullTextFilterDefs.