| Package | Description |
|---|---|
| org.hibernate.search.annotations | |
| org.hibernate.search.bridge.builtin | |
| org.hibernate.search.bridge.builtin.impl | |
| org.hibernate.search.bridge.impl | |
| org.hibernate.search.cfg | |
| org.hibernate.search.engine.impl | |
| org.hibernate.search.engine.metadata.impl |
Internal metadata classes created during metadata processing and used by the document builders at runtime.
|
| org.hibernate.search.engine.spi | |
| org.hibernate.search.metadata | |
| org.hibernate.search.metadata.impl | |
| org.hibernate.search.util.impl |
| Class and Description |
|---|
| Analyze
Defines whether the field content should be analyzed.
|
| EncodingType
Determines how to encode the indexed value.
|
| 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.
|
| SpatialMode
Defines the index structure mode used for spatial information
|
| Store
Whether or not the value is stored in the document
|
| TermVector
Defines the term vector storing strategy
|
| Class and Description |
|---|
| Factory
Marks a method as a factory method for a given type.
|
| Resolution
Date indexing resolution.
|
| Class and Description |
|---|
| Resolution
Date indexing resolution.
|
| Class and Description |
|---|
| 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 custom field bridge implementation
|
| Spatial
Defines a spatial property.
|
| Class and Description |
|---|
| Analyze
Defines whether the field content should be analyzed.
|
| 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.
|
| 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.
|
| SpatialMode
Defines the index structure mode used for spatial information
|
| Store
Whether or not the value is stored in the document
|
| TermVector
Defines the term vector storing strategy
|
| Class and Description |
|---|
| 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 |
| AnalyzerDef
Reusable analyzer definition.
|
| 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.
|
| 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
|
| Class and Description |
|---|
| Store
Whether or not the value is stored in the document
|
| Class and Description |
|---|
| FieldCacheType
How should we interact with Lucene's
FieldCache. |
| Class and Description |
|---|
| Analyze
Defines whether the field content should be analyzed.
|
| Index
Defines how an
Field should be indexed. |
| Norms
Defines whether the norms should be stored in the index
|
| Store
Whether or not the value is stored in the document
|
| TermVector
Defines the term vector storing strategy
|
| Class and Description |
|---|
| Analyze
Defines whether the field content should be analyzed.
|
| Index
Defines how an
Field should be indexed. |
| Norms
Defines whether the norms should be stored in the index
|
| Store
Whether or not the value is stored in the document
|
| TermVector
Defines the term vector storing strategy
|
| Class and Description |
|---|
| FilterCacheModeType
Cache mode strategy for
FullTextFilterDefs. |
Copyright © 2006–2015 Hibernate. All rights reserved.