Uses of Package
org.hibernate.search.annotations

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

Classes in org.hibernate.search.annotations used by org.hibernate.search.annotations
Analyze
          Defines whether the field content should be analyzed.
FieldCacheType
          How should we interact with Lucene's FieldCache.
FilterCacheModeType
          Cache mode strategy for FullTextFilterDefs.
Index
          Defines how an Field should be indexed.
Norms
          Defines whether the norms should be stored in the index
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.builtin
Resolution
          Date indexing resolution.
 

Classes in org.hibernate.search.annotations used by org.hibernate.search.bridge.impl
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
          Annotation used for marking a property as indexable.
FieldBridge
          specifies a given field bridge implementation
NumericField
          Extension annotation for @Field supporting Lucene's numeric field feature.
Resolution
          Date indexing resolution.
 

Classes in org.hibernate.search.annotations used by org.hibernate.search.cfg
Analyze
          Defines whether the field content should be analyzed.
FieldCacheType
          How should we interact with Lucene's FieldCache.
FilterCacheModeType
          Cache mode strategy for FullTextFilterDefs.
Index
          Defines how an Field should be indexed.
Norms
          Defines whether the norms should be stored in the index
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.engine.impl
Analyze
          Defines whether the field content should be analyzed.
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
          Annotation used for marking 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.
Norms
          Defines whether the norms should be stored in the index
NumericField
          Extension annotation for @Field supporting Lucene's numeric field feature.
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.engine.spi
FieldCacheType
          How should we interact with Lucene's FieldCache.
NumericField
          Extension annotation for @Field supporting Lucene's numeric field feature.
Store
          Whether or not the value is stored in the document
 

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.impl
FilterCacheModeType
          Cache mode strategy for FullTextFilterDefs.
 



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