|
||||||||||
| 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.spi | |
| 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)
|
IndexedClassBridgeMapping |
IndexedClassBridgeMapping.store(Store store)
|
FieldMapping |
FieldMapping.store(Store store)
|
FieldMapping |
FieldBridgeMapping.store(Store store)
|
EntitySpatialMapping |
EntitySpatialMapping.store(Store store)
|
ClassBridgeMapping |
ClassBridgeMapping.store(Store store)
|
| Uses of Store in org.hibernate.search.engine.impl |
|---|
| Methods in org.hibernate.search.engine.impl that return Store | |
|---|---|
Store |
LuceneOptionsImpl.getStoreStrategy()
Might be useful for a bridge implementation, but not currently part of LuceneOptions API as we are considering to remove the getters. |
| 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)
|
| Constructors in org.hibernate.search.engine.impl with parameters of type Store | |
|---|---|
LuceneOptionsImpl(Store store,
org.apache.lucene.document.Field.Index indexMode,
org.apache.lucene.document.Field.TermVector termVector,
float boost)
|
|
LuceneOptionsImpl(Store store,
org.apache.lucene.document.Field.Index indexMode,
org.apache.lucene.document.Field.TermVector termVector,
float boost,
String indexNullAs,
int precisionStep)
|
|
| Uses of Store in org.hibernate.search.engine.spi |
|---|
| Fields in org.hibernate.search.engine.spi with type parameters of type Store | |
|---|---|
List<Store> |
AbstractDocumentBuilder.PropertiesMetadata.classStores
|
List<Store> |
AbstractDocumentBuilder.PropertiesMetadata.fieldStore
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||