|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Store | |
|---|---|
| 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 | |
| Uses of Store in org.hibernate.search.annotations |
|---|
| Methods in org.hibernate.search.annotations that return Store | |
|---|---|
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. |
| Uses of Store in org.hibernate.search.cfg |
|---|
| Methods in org.hibernate.search.cfg with parameters of type Store | |
|---|---|
PropertySpatialMapping |
PropertySpatialMapping.store(Store store)
|
FieldMapping |
FieldMapping.store(Store store)
|
FieldMapping |
FieldBridgeMapping.store(Store store)
|
EntitySpatialMapping |
EntitySpatialMapping.store(Store store)
|
ClassBridgeMapping |
ClassBridgeMapping.store(Store store)
|
IndexedClassBridgeMapping |
IndexedClassBridgeMapping.store(Store store)
|
| Uses of Store in org.hibernate.search.engine.impl |
|---|
| Methods in org.hibernate.search.engine.impl with parameters of type Store | |
|---|---|
static void |
DocumentBuilderHelper.populateResult(String fieldName,
FieldBridge fieldBridge,
Store store,
Object[] result,
org.apache.lucene.document.Document document,
ConversionContext conversionContext,
int matchingPosition)
|
| Uses of Store in org.hibernate.search.engine.metadata.impl |
|---|
| Methods in org.hibernate.search.engine.metadata.impl that return Store | |
|---|---|
Store |
DocumentFieldMetadata.getStore()
|
| Constructors in org.hibernate.search.engine.metadata.impl with parameters of type Store | |
|---|---|
DocumentFieldMetadata.Builder(String fieldName,
Store store,
org.apache.lucene.document.Field.Index index,
org.apache.lucene.document.Field.TermVector termVector)
|
|
| Uses of Store in org.hibernate.search.metadata |
|---|
| Methods in org.hibernate.search.metadata that return Store | |
|---|---|
Store |
FieldSettingsDescriptor.getStore()
|
| Uses of Store in org.hibernate.search.metadata.impl |
|---|
| Methods in org.hibernate.search.metadata.impl that return Store | |
|---|---|
Store |
FieldDescriptorImpl.getStore()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||