Modifier and Type | Method and Description |
---|---|
ConversionContext |
ConversionContext.popProperty()
Pops the last pushed property from the stack.
|
ConversionContext |
ConversionContext.pushIdentifierProperty()
In case the next conversion fails, the error message will point to the
document id of the currently indexed type.
|
ConversionContext |
ConversionContext.pushProperty(String propertyName)
The context has an internal stack for graph navigation.
|
ConversionContext |
ConversionContext.setClass(Class<?> beanClass)
In case the next conversion fails, the error message will point to this type.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextualExceptionBridgeHelper
Wrap the exception with an exception provide contextual feedback.
|
Modifier and Type | Method and Description |
---|---|
ConversionContext |
ContextualExceptionBridgeHelper.popProperty() |
ConversionContext |
ContextualExceptionBridgeHelper.pushIdentifierProperty() |
ConversionContext |
ContextualExceptionBridgeHelper.pushProperty(String propertyName) |
ConversionContext |
ContextualExceptionBridgeHelper.setClass(Class<?> clazz) |
Modifier and Type | Method and Description |
---|---|
static Object[] |
DocumentBuilderHelper.getDocumentFields(ExtendedSearchIntegrator extendedIntegrator,
Class<?> clazz,
Document document,
String[] fields,
ConversionContext conversionContext) |
static Serializable |
DocumentBuilderHelper.getDocumentId(ExtendedSearchIntegrator extendedIntegrator,
Class<?> clazz,
Document document,
ConversionContext conversionContext) |
static void |
DocumentBuilderHelper.populateResult(String fieldName,
FieldBridge fieldBridge,
Store store,
Object[] result,
Document document,
ConversionContext conversionContext,
int matchingPosition) |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractDocumentBuilder.addWorkToQueue(String tenantIdentifier,
Class<?> entityClass,
Object entity,
Serializable id,
boolean delete,
boolean add,
List<LuceneWork> queue,
ConversionContext contextualBridge) |
void |
DocumentBuilderContainedEntity.addWorkToQueue(String tenantId,
Class<?> entityClass,
Object entity,
Serializable id,
boolean delete,
boolean add,
List<LuceneWork> queue,
ConversionContext contextualBridge) |
void |
DocumentBuilderIndexedEntity.addWorkToQueue(String tenantId,
Class<?> entityClass,
Object entity,
Serializable id,
boolean delete,
boolean add,
List<LuceneWork> queue,
ConversionContext contextualBridge) |
AddLuceneWork |
DocumentBuilderIndexedEntity.createAddWork(String tenantId,
Class<?> entityClass,
Object entity,
Serializable id,
String idInString,
InstanceInitializer sessionInitializer,
ConversionContext conversionContext) |
UpdateLuceneWork |
DocumentBuilderIndexedEntity.createUpdateWork(String tenantId,
Class entityClass,
Object entity,
Serializable id,
String idInString,
InstanceInitializer sessionInitializer,
ConversionContext contextualBridge) |
Document |
DocumentBuilderIndexedEntity.getDocument(String tenantId,
Object instance,
Serializable id,
Map<String,String> fieldToAnalyzerMap,
InstanceInitializer objectInitializer,
ConversionContext conversionContext,
String[] includedFieldNames)
Builds the Lucene
Document for a given entity instance and its id. |
String |
DocumentBuilderIndexedEntity.objectToString(String fieldName,
FieldBridge bridge,
Object value,
ConversionContext conversionContext) |
String |
DocumentBuilderIndexedEntity.objectToString(String fieldName,
Object value,
ConversionContext conversionContext) |
Modifier and Type | Method and Description |
---|---|
void |
LuceneWorkHydrator.addAddLuceneWork(String entityClassName,
Map<String,String> fieldToAnalyzerMap,
ConversionContext conversionContext) |
void |
LuceneWorkHydrator.addDeleteLuceneWork(String entityClassName,
ConversionContext conversionContext) |
void |
LuceneWorkHydrator.addUpdateLuceneWork(String entityClassName,
Map<String,String> fieldToAnalyzerMap,
ConversionContext conversionContext) |
Modifier and Type | Method and Description |
---|---|
void |
LuceneWorksBuilder.addAddLuceneWork(String entityClassName,
Map<String,String> fieldToAnalyzerMap,
ConversionContext conversionContext) |
void |
LuceneWorksBuilder.addDeleteLuceneWork(String entityClassName,
ConversionContext conversionContext) |
void |
LuceneWorksBuilder.addUpdateLuceneWork(String entityClassName,
Map<String,String> fieldToAnalyzerMap,
ConversionContext conversionContext) |
Modifier and Type | Method and Description |
---|---|
String |
FieldContext.objectToString(DocumentBuilderIndexedEntity documentBuilder,
Object value,
ConversionContext conversionContext) |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved