| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBatchBackend.flush(IndexedTypeSet entityTypes) |
void |
DefaultBatchBackend.optimize(IndexedTypeSet entityTypes) |
| Modifier and Type | Method and Description |
|---|---|
IndexedTypeSet |
AbstractWorkspaceImpl.getEntitiesInIndexManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchBackend.flush(IndexedTypeSet indexedRootTypes)
Since most work is done async in the backend, we need to flush at the end to
make sure we don't return control before all work was processed,
and that IndexWriters are committed or closed.
|
void |
BatchBackend.optimize(IndexedTypeSet targetedClasses)
Triggers optimization of all indexes containing at least one instance of the
listed targetedClasses.
|
| Modifier and Type | Method and Description |
|---|---|
IndexedTypeSet |
MutableSearchFactory.getConfiguredTypesPolymorphic(IndexedTypeSet types) |
IndexedTypeSet |
ImmutableSearchFactory.getConfiguredTypesPolymorphic(IndexedTypeSet types) |
IndexedTypeSet |
MutableSearchFactory.getIndexedTypeIdentifiers() |
IndexedTypeSet |
ImmutableSearchFactory.getIndexedTypeIdentifiers() |
IndexedTypeSet |
MutableSearchFactory.getIndexedTypesPolymorphic(IndexedTypeSet queryTarget) |
IndexedTypeSet |
ImmutableSearchFactory.getIndexedTypesPolymorphic(IndexedTypeSet types) |
| Modifier and Type | Method and Description |
|---|---|
HSQuery |
LuceneQueryDescriptor.createHSQuery(SearchIntegrator integrator,
IndexedTypeSet types) |
IndexedTypeSet |
MutableSearchFactory.getConfiguredTypesPolymorphic(IndexedTypeSet types) |
IndexedTypeSet |
ImmutableSearchFactory.getConfiguredTypesPolymorphic(IndexedTypeSet types) |
IndexedTypeSet |
MutableSearchFactory.getIndexedTypesPolymorphic(IndexedTypeSet queryTarget) |
IndexedTypeSet |
ImmutableSearchFactory.getIndexedTypesPolymorphic(IndexedTypeSet types) |
void |
MutableEntityIndexBinding.postInitialize(IndexedTypeSet indexedClasses) |
| Modifier and Type | Method and Description |
|---|---|
IndexedTypeSet |
ExtendedSearchIntegrator.getConfiguredTypesPolymorphic(IndexedTypeSet types)
Given a set of target entities, return the set of configured subtypes.
|
IndexedTypeSet |
ExtendedSearchIntegrator.getIndexedTypesPolymorphic(IndexedTypeSet types)
Given a set of target entities, return the set of configured subtypes that are indexed.
|
| Modifier and Type | Method and Description |
|---|---|
IndexedTypeSet |
ExtendedSearchIntegrator.getConfiguredTypesPolymorphic(IndexedTypeSet types)
Given a set of target entities, return the set of configured subtypes.
|
IndexedTypeSet |
ExtendedSearchIntegrator.getIndexedTypesPolymorphic(IndexedTypeSet types)
Given a set of target entities, return the set of configured subtypes that are indexed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityIndexBinding.postInitialize(IndexedTypeSet indexedClasses)
Called once during bootstrapping
|
void |
AbstractDocumentBuilder.postInitialize(IndexedTypeSet indexedClassesSet) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.index.IndexReader |
IndexReaderAccessor.open(IndexedTypeSet types)
This method is intended for integrators which use alternative entity mappings over annotated
Class objects.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.index.IndexReader |
DefaultIndexReaderAccessor.open(IndexedTypeSet types) |
| Modifier and Type | Method and Description |
|---|---|
IndexedTypeSet |
DirectoryBasedIndexManager.getContainedTypes() |
IndexedTypeSet |
IndexManager.getContainedTypes() |
| Modifier and Type | Field and Description |
|---|---|
protected IndexedTypeSet |
AbstractHSQuery.indexedTargetedEntities |
protected IndexedTypeSet |
AbstractHSQuery.targetedEntities |
| Modifier and Type | Method and Description |
|---|---|
IndexedTypeSet |
SortConfigurations.SortConfiguration.getEntityTypes() |
IndexedTypeSet |
AbstractHSQuery.getIndexedTargetedEntities()
Set of indexed entities corresponding to the class hierarchy of the targeted entities
|
IndexedTypeSet |
AbstractHSQuery.getTargetedEntities()
List of targeted entities as described by the user
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LuceneQueryTranslator.conversionRequired(IndexedTypeSet entities) |
| Constructor and Description |
|---|
AbstractHSQuery(ExtendedSearchIntegrator extendedIntegrator,
IndexedTypeSet types) |
LuceneHSQuery(org.apache.lucene.search.Query luceneQuery,
ExtendedSearchIntegrator extendedIntegrator,
IndexedTypeSet types) |
| Modifier and Type | Method and Description |
|---|---|
IndexedTypeSet |
HSQuery.getIndexedTargetedEntities() |
IndexedTypeSet |
HSQuery.getTargetedEntities() |
| Modifier and Type | Method and Description |
|---|---|
HSQuery |
QueryDescriptor.createHSQuery(SearchIntegrator integrator,
IndexedTypeSet types) |
| Modifier and Type | Method and Description |
|---|---|
IndexedTypeSet |
IndexedTypeIdentifier.asTypeSet() |
IndexedTypeSet |
SearchIntegrator.getIndexedTypeIdentifiers()
Returns the set of currently indexed types.
|
IndexedTypeSet |
IndexedTypeMap.keySet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IndexedTypeSet.containsAll(IndexedTypeSet subsetCandidate) |
| Modifier and Type | Method and Description |
|---|---|
IndexedTypeSet |
PojoIndexedTypeIdentifier.asTypeSet() |
static IndexedTypeSet |
IndexedTypeSets.composite(IndexedTypeSet set,
IndexedTypeIdentifier additionalId) |
static IndexedTypeSet |
IndexedTypeSets.composite(IndexedTypeSet setA,
IndexedTypeSet setB) |
static IndexedTypeSet |
IndexedTypeSets.empty() |
static IndexedTypeSet |
IndexedTypeSets.fromClass(Class<?> clazz) |
static IndexedTypeSet |
IndexedTypeSets.fromClasses(Class<?>... classes) |
static IndexedTypeSet |
IndexedTypeSets.fromIdentifiers(IndexedTypeIdentifier... types) |
static IndexedTypeSet |
IndexedTypeSets.fromIdentifiers(Iterable<IndexedTypeIdentifier> entityTypes) |
IndexedTypeSet |
TypeHierarchy.getConfiguredClasses(IndexedTypeSet types) |
static IndexedTypeSet |
IndexedTypeSets.subtraction(IndexedTypeSet referenceSet,
IndexedTypeSet subtraend) |
| Modifier and Type | Method and Description |
|---|---|
static Collector<IndexedTypeIdentifier,?,IndexedTypeSet> |
IndexedTypeSets.streamCollector() |
| Modifier and Type | Method and Description |
|---|---|
static IndexedTypeSet |
IndexedTypeSets.composite(IndexedTypeSet set,
IndexedTypeIdentifier additionalId) |
static IndexedTypeSet |
IndexedTypeSets.composite(IndexedTypeSet setA,
IndexedTypeSet setB) |
IndexedTypeSet |
TypeHierarchy.getConfiguredClasses(IndexedTypeSet types) |
static IndexedTypeSet |
IndexedTypeSets.subtraction(IndexedTypeSet referenceSet,
IndexedTypeSet subtraend) |
| Modifier and Type | Method and Description |
|---|---|
IndexedTypeSet |
Workspace.getEntitiesInIndexManager()
Deprecated.
|
Copyright © 2006–2017 Hibernate. All rights reserved.