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) |
FieldMapping |
FieldMapping.store(Store store) |
IndexedClassBridgeMapping |
IndexedClassBridgeMapping.store(Store store) |
ClassBridgeMapping |
ClassBridgeMapping.store(Store store) |
EntitySpatialMapping |
EntitySpatialMapping.store(Store store) |
PropertySpatialMapping |
PropertySpatialMapping.store(Store store) |
Modifier and Type | Method and Description |
---|---|
static void |
DocumentBuilderHelper.populateResult(String fieldName,
FieldBridge fieldBridge,
Store store,
Object[] result,
Document document,
ConversionContext conversionContext,
int matchingPosition) |
Constructor and Description |
---|
LuceneOptionsImpl(Field.Index indexMode,
Field.TermVector termVector,
Store store,
String indexNullAs,
float fieldLevelBoost,
float inheritedBoost) |
Modifier and Type | Method and Description |
---|---|
Store |
DocumentFieldMetadata.getStore() |
Constructor and Description |
---|
Builder(String fieldName,
Store store,
Field.Index index,
Field.TermVector termVector) |
Modifier and Type | Method and Description |
---|---|
Store |
FieldSettingsDescriptor.getStore() |
Modifier and Type | Method and Description |
---|---|
Store |
FieldDescriptorImpl.getStore() |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved