| Package | Description |
|---|---|
| org.hibernate.search.annotations | |
| 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.metadata | |
| org.hibernate.search.metadata.impl |
| Modifier and Type | Method and Description |
|---|---|
static Store |
Store.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Store[] |
Store.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FieldMapping |
FieldBridgeMapping.store(Store store) |
PropertySpatialMapping |
PropertySpatialMapping.store(Store store) |
FieldMapping |
FieldMapping.store(Store store) |
IndexedClassBridgeMapping |
IndexedClassBridgeMapping.store(Store store) |
ClassBridgeMapping |
ClassBridgeMapping.store(Store store) |
EntitySpatialMapping |
EntitySpatialMapping.store(Store store) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DocumentBuilderHelper.populateResult(String fieldName,
FieldBridge fieldBridge,
Store store,
Object[] result,
org.apache.lucene.document.Document document,
ConversionContext conversionContext,
int matchingPosition) |
| Modifier and Type | Method and Description |
|---|---|
Store |
DocumentFieldMetadata.getStore() |
| Constructor and Description |
|---|
DocumentFieldMetadata.Builder(String fieldName,
Store store,
org.apache.lucene.document.Field.Index index,
org.apache.lucene.document.Field.TermVector termVector) |
| Modifier and Type | Method and Description |
|---|---|
Store |
FieldSettingsDescriptor.getStore() |
| Modifier and Type | Method and Description |
|---|---|
Store |
FieldDescriptorImpl.getStore() |
Copyright © 2006–2014 Hibernate. All rights reserved.