Modifier and Type | Method and Description |
---|---|
IndexedTypeIdentifier |
LuceneWork.getEntityType() |
Modifier and Type | Method and Description |
---|---|
IndexedTypeIdentifier |
Work.getTypeIdentifier() |
Constructor and Description |
---|
DeleteByQueryLuceneWork(IndexedTypeIdentifier typeIdentifier,
DeletionQuery deletionQuery) |
DeleteByQueryLuceneWork(String tenantId,
IndexedTypeIdentifier typeIdentifier,
DeletionQuery deletionQuery) |
DeleteByQueryWork(IndexedTypeIdentifier entityType,
DeletionQuery deletionQuery) |
DeleteByQueryWork(String tenantId,
IndexedTypeIdentifier entityType,
DeletionQuery deletionQuery)
Creates a DeleteByWork
|
Work(IndexedTypeIdentifier entityType,
Serializable id,
WorkType type) |
Work(String tenantId,
IndexedTypeIdentifier entityType,
Serializable id,
WorkType type) |
Modifier and Type | Method and Description |
---|---|
ConversionContext |
ConversionContext.setConvertedTypeId(IndexedTypeIdentifier type)
In case the next conversion fails, the error message will point to this type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IdUniquenessResolver.areIdsUniqueForClasses(IndexedTypeIdentifier firstEntity,
IndexedTypeIdentifier secondEntity)
Returns
true if the same identifier value cannot be shared between
two class instances of entityInIndex and otherEntityInIndex . |
Modifier and Type | Method and Description |
---|---|
IndexedTypeIdentifier |
DocumentBuilderIndexedEntity.getTypeIdentifier() |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractDocumentBuilder.addWorkToQueue(String tenantIdentifier,
IndexedTypeIdentifier typeIdentifier,
Object entity,
Serializable id,
boolean delete,
boolean add,
List<LuceneWork> queue,
ConversionContext contextualBridge) |
void |
DocumentBuilderContainedEntity.addWorkToQueue(String tenantId,
IndexedTypeIdentifier typeIdentifier,
Object entity,
Serializable id,
boolean delete,
boolean add,
List<LuceneWork> queue,
ConversionContext contextualBridge) |
void |
DocumentBuilderIndexedEntity.addWorkToQueue(String tenantId,
IndexedTypeIdentifier typeIdentifier,
Object entity,
Serializable id,
boolean delete,
boolean add,
List<LuceneWork> queue,
ConversionContext contextualBridge) |
AddLuceneWork |
DocumentBuilderIndexedEntity.createAddWork(String tenantId,
IndexedTypeIdentifier entityType,
Object entity,
Serializable id,
String idInString,
InstanceInitializer sessionInitializer,
ConversionContext conversionContext) |
UpdateLuceneWork |
DocumentBuilderIndexedEntity.createUpdateWork(String tenantId,
IndexedTypeIdentifier entityType,
Object entity,
Serializable id,
String idInString,
InstanceInitializer sessionInitializer,
ConversionContext contextualBridge) |
Modifier and Type | Method and Description |
---|---|
void |
IndexManager.addContainedEntity(IndexedTypeIdentifier entityType) |
void |
DirectoryBasedIndexManager.addContainedEntity(IndexedTypeIdentifier entity) |
Set<IndexManager> |
IndexManagerSelector.forExisting(IndexedTypeIdentifier typeId,
Serializable id,
String idInString) |
IndexManager |
IndexManagerSelector.forNew(IndexedTypeIdentifier typeId,
Serializable id,
String idInString,
Document document) |
EntityIndexBinding |
DirectoryBasedIndexManager.getIndexBinding(IndexedTypeIdentifier type) |
Modifier and Type | Method and Description |
---|---|
IndexedTypeIdentifier |
IndexedTypeDescriptor.getIndexedType() |
Modifier and Type | Method and Description |
---|---|
IndexedTypeIdentifier |
EntityInfo.getType() |
Modifier and Type | Method and Description |
---|---|
IndexedTypeIdentifier |
InstanceInitializer.getIndexedTypeIdFromWork(Work work) |
IndexedTypeIdentifier |
IndexedTypeMap.keyFromName(String entityClassName)
Returns a type identified by its unique name.
|
IndexedTypeIdentifier |
IndexedTypeMap.keyFromPojoType(Class<?> clazz)
Returns a type identifier to the passed class.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Map.Entry<IndexedTypeIdentifier,V>> |
IndexedTypeMap.entrySet() |
Modifier and Type | Method and Description |
---|---|
boolean |
IndexedTypeMap.containsKey(IndexedTypeIdentifier type) |
V |
IndexedTypeMap.get(IndexedTypeIdentifier type) |
Analyzer |
SearchIntegrator.getAnalyzer(IndexedTypeIdentifier typeId)
Retrieves the scoped analyzer for a given indexed type.
|
EntityIndexBinding |
SearchIntegrator.getIndexBinding(IndexedTypeIdentifier entityType)
Returns the entity to index binding for the given type.
|
IndexedTypeDescriptor |
SearchIntegrator.getIndexedTypeDescriptor(IndexedTypeIdentifier typeId)
Returns a descriptor for the specified entity type describing its indexed state.
|
void |
SearchIntegrator.optimize(IndexedTypeIdentifier entityType)
Optimize the index holding
entityType |
void |
IndexedTypeMap.put(IndexedTypeIdentifier type,
V typeBinding)
Deprecated.
This method will be removed. The implementations will be refactored to become immutable.
|
Modifier and Type | Method and Description |
---|---|
DocumentBuilderIndexedEntity |
Workspace.getDocumentBuilder(IndexedTypeIdentifier type)
Deprecated.
|
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.