Package | Description |
---|---|
org.hibernate.search.bridge.spi | |
org.hibernate.search.engine.spi | |
org.hibernate.search.indexes.serialization.spi |
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.setConvertedTypeId(IndexedTypeIdentifier type)
In case the next conversion fails, the error message will point to this type.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentBuilderIndexedEntity.addWorkToQueue(String tenantId,
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) |
abstract void |
AbstractDocumentBuilder.addWorkToQueue(String tenantIdentifier,
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) |
org.apache.lucene.document.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 |
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) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.