| Constructor and Description |
|---|
BatchedQueueingProcessor(IndexedTypeMap<EntityIndexBinding> documentBuildersIndexedEntities,
Properties properties,
IndexManagerHolder indexManagerHolder) |
TransactionalOperationDispatcher(IndexManagerHolder indexManagerHolder,
IndexedTypeMap<EntityIndexBinding> bindings) |
| Modifier and Type | Method and Description |
|---|---|
IndexedTypeMap<DocumentBuilderContainedEntity> |
MutableSearchFactory.getDocumentBuildersContainedEntities() |
IndexedTypeMap<DocumentBuilderContainedEntity> |
ImmutableSearchFactory.getDocumentBuildersContainedEntities() |
IndexedTypeMap<DocumentBuilderContainedEntity> |
MutableSearchFactoryState.getDocumentBuildersContainedEntities() |
IndexedTypeMap<EntityIndexBinding> |
MutableSearchFactory.getIndexBindings() |
IndexedTypeMap<EntityIndexBinding> |
ImmutableSearchFactory.getIndexBindings() |
IndexedTypeMap<EntityIndexBinding> |
MutableSearchFactoryState.getIndexBindings() |
| Modifier and Type | Method and Description |
|---|---|
HSQuery |
MutableSearchFactory.createHSQuery(org.apache.lucene.search.Query luceneQuery,
IndexedTypeMap<CustomTypeMetadata> types) |
HSQuery |
ImmutableSearchFactory.createHSQuery(org.apache.lucene.search.Query luceneQuery,
IndexedTypeMap<CustomTypeMetadata> types) |
HSQuery |
LuceneQueryDescriptor.createHSQuery(SearchIntegrator integrator,
IndexedTypeMap<CustomTypeMetadata> types) |
void |
MutableSearchFactoryState.setDocumentBuildersContainedEntities(IndexedTypeMap<DocumentBuilderContainedEntity> documentBuildersContainedEntities) |
void |
MutableSearchFactoryState.setDocumentBuildersIndexedEntities(IndexedTypeMap<EntityIndexBinding> documentBuildersIndexedEntities) |
| Constructor and Description |
|---|
AbstractHSQuery(ExtendedSearchIntegrator extendedIntegrator,
IndexedTypeMap<CustomTypeMetadata> types) |
LuceneHSQuery(org.apache.lucene.search.Query luceneQuery,
ExtendedSearchIntegrator extendedIntegrator,
IndexedTypeMap<CustomTypeMetadata> types) |
| Modifier and Type | Method and Description |
|---|---|
HSQuery |
QueryDescriptor.createHSQuery(SearchIntegrator integrator,
IndexedTypeMap<CustomTypeMetadata> types) |
| Modifier and Type | Method and Description |
|---|---|
IndexedTypeMap<EntityIndexBinding> |
SearchIntegrator.getIndexBindings()
Returns a map of all known entity index binding (indexed entities) keyed against the indexed type
|
| Modifier and Type | Method and Description |
|---|---|
HSQuery |
SearchIntegrator.createHSQuery(org.apache.lucene.search.Query fullTextQuery,
IndexedTypeMap<CustomTypeMetadata> types)
Return an Hibernate Search query object.
|
| Modifier and Type | Method and Description |
|---|---|
static <V> IndexedTypeMap<V> |
IndexedTypeMaps.concurrentHashMap() |
static <V> IndexedTypeMap<V> |
IndexedTypeMaps.empty() |
IndexedTypeMap<DocumentBuilderContainedEntity> |
SearchFactoryState.getDocumentBuildersContainedEntities() |
IndexedTypeMap<EntityIndexBinding> |
SearchFactoryState.getIndexBindings() |
static <V> IndexedTypeMap<V> |
IndexedTypeMaps.hashMap() |
static <V> IndexedTypeMap<V> |
IndexedTypeMaps.singletonMapping(IndexedTypeIdentifier key,
V value) |
Copyright © 2006–2017 Hibernate. All rights reserved.