| Constructor and Description |
|---|
BatchedQueueingProcessor(Map<Class<?>,EntityIndexBinding> entityIndexBindings,
Properties properties,
IndexManagerHolder indexManagerHolder) |
TransactionalOperationDispatcher(IndexManagerHolder indexManagerHolder,
Map<Class<?>,EntityIndexBinding> bindings) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableEntityIndexBinding |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMutableEntityIndexBinding |
class |
DynamicShardingEntityIndexBinding |
class |
NonDynamicShardingEntityIndexBinding |
| Modifier and Type | Method and Description |
|---|---|
EntityIndexBinding |
MutableSearchFactory.getIndexBinding(Class<?> entityType) |
EntityIndexBinding |
ImmutableSearchFactory.getIndexBinding(Class<?> entityType) |
EntityIndexBinding |
ImmutableSearchFactory.getSafeIndexBindingForEntity(Class<?> entityType) |
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,EntityIndexBinding> |
MutableSearchFactory.getIndexBindings() |
Map<Class<?>,EntityIndexBinding> |
MutableSearchFactoryState.getIndexBindings() |
Map<Class<?>,EntityIndexBinding> |
ImmutableSearchFactory.getIndexBindings() |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableSearchFactoryState.setDocumentBuildersIndexedEntities(Map<Class<?>,EntityIndexBinding> documentBuildersIndexedEntities) |
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,EntityIndexBinding> |
ExtendedSearchIntegrator.getIndexBindings()
Returns a map of all known entity index binding (indexed entities) keyed against the indexed type
|
| Modifier and Type | Method and Description |
|---|---|
EntityIndexBinding |
DirectoryBasedIndexManager.getIndexBinding(Class<?> entityType) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,EntityIndexBinding> |
AbstractHSQuery.buildTargetedEntityIndexBindingsByName() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<FacetingRequest,FacetMetadata> |
AbstractHSQuery.buildFacetingRequestsAndMetadata(Collection<FacetingRequest> facetingRequests,
Iterable<EntityIndexBinding> targetedEntityBindings) |
protected void |
AbstractHSQuery.validateSortFields(Iterable<EntityIndexBinding> targetedBindings) |
| Constructor and Description |
|---|
DocumentExtractorImpl(QueryHits queryHits,
ExtendedSearchIntegrator extendedIntegrator,
String[] projection,
Set<String> idFieldNames,
boolean allowFieldSelection,
LazyQueryState searcher,
int firstIndex,
int maxIndex,
Map<String,EntityIndexBinding> targetedEntityBindings) |
LazyQueryState(org.apache.lucene.search.Query userQuery,
QueryFilters facetingFilters,
org.apache.lucene.index.IndexReader reader,
org.apache.lucene.search.similarities.Similarity searcherSimilarity,
ExtendedSearchIntegrator extendedIntegrator,
Collection<EntityIndexBinding> targetedEntityBindings,
boolean fieldSortDoTrackScores,
boolean fieldSortDoMaxScore) |
| Modifier and Type | Method and Description |
|---|---|
EntityIndexBinding |
SearchIntegrator.getIndexBinding(Class<?> entityType)
Returns the entity to index binding for the given type.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,EntityIndexBinding> |
SearchFactoryState.getIndexBindings() |
Copyright © 2006–2017 Hibernate. All rights reserved.