| Constructor and Description |
|---|
BatchedQueueingProcessor(IndexedTypeMap<EntityIndexBinding> documentBuildersIndexedEntities,
Properties properties,
IndexManagerHolder indexManagerHolder) |
TransactionalOperationDispatcher(IndexManagerHolder indexManagerHolder,
IndexedTypeMap<EntityIndexBinding> bindings) |
| Modifier and Type | Class and Description |
|---|---|
class |
MutableEntityIndexBinding |
| Modifier and Type | Method and Description |
|---|---|
EntityIndexBinding |
MutableSearchFactory.getIndexBinding(IndexedTypeIdentifier entityType) |
EntityIndexBinding |
ImmutableSearchFactory.getIndexBinding(IndexedTypeIdentifier entityType) |
EntityIndexBinding |
ImmutableSearchFactory.getSafeIndexBindingForEntity(Class<?> entityType)
Deprecated.
|
EntityIndexBinding |
ImmutableSearchFactory.getSafeIndexBindingForEntity(IndexedTypeIdentifier type) |
| Modifier and Type | Method and Description |
|---|---|
IndexedTypeMap<EntityIndexBinding> |
MutableSearchFactory.getIndexBindings() |
IndexedTypeMap<EntityIndexBinding> |
ImmutableSearchFactory.getIndexBindings() |
IndexedTypeMap<EntityIndexBinding> |
MutableSearchFactoryState.getIndexBindings() |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableSearchFactoryState.setDocumentBuildersIndexedEntities(IndexedTypeMap<EntityIndexBinding> documentBuildersIndexedEntities) |
| Modifier and Type | Method and Description |
|---|---|
EntityIndexBinding |
DirectoryBasedIndexManager.getIndexBinding(IndexedTypeIdentifier type) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,EntityIndexBinding> |
AbstractHSQuery.buildTargetedEntityIndexBindingsByName() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<IndexManager> |
LuceneHSQuery.getIndexManagers(EntityIndexBinding binding) |
protected Set<IndexManager> |
AbstractHSQuery.getIndexManagers(EntityIndexBinding binding) |
| 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,
Iterable<EntityIndexBinding> targetedEntityBindings,
boolean fieldSortDoTrackScores,
boolean fieldSortDoMaxScore) |
| Modifier and Type | Method and Description |
|---|---|
EntityIndexBinding |
SearchIntegrator.getIndexBinding(IndexedTypeIdentifier entityType)
Returns the entity to index binding for the given type.
|
| 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 |
|---|---|
IndexedTypeMap<EntityIndexBinding> |
SearchFactoryState.getIndexBindings() |
Copyright © 2006–2017 Hibernate. All rights reserved.