| Modifier and Type | Method and Description |
|---|---|
DocumentBuilderIndexedEntity |
AbstractWorkspaceImpl.getDocumentBuilder(Class<?> entity) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.search.Query |
SingularTermDeletionQuery.toLuceneQuery(DocumentBuilderIndexedEntity documentBuilder) |
org.apache.lucene.search.Query |
DeletionQuery.toLuceneQuery(DocumentBuilderIndexedEntity documentBuilder)
converts this DeletionQuery to a Lucene Query
|
| Modifier and Type | Method and Description |
|---|---|
DocumentBuilderIndexedEntity |
AbstractMutableEntityIndexBinding.getDocumentBuilder() |
static DocumentBuilderIndexedEntity |
DocumentBuilderHelper.getDocumentBuilder(String className,
ExtendedSearchIntegrator searchIntegrator) |
| Modifier and Type | Method and Description |
|---|---|
static Object[] |
DocumentBuilderHelper.getDocumentFields(DocumentBuilderIndexedEntity builderIndexedEntity,
org.apache.lucene.document.Document document,
String[] fields,
ConversionContext conversionContext) |
static Serializable |
DocumentBuilderHelper.getDocumentId(DocumentBuilderIndexedEntity builderIndexedEntity,
org.apache.lucene.document.Document document,
ConversionContext conversionContext) |
void |
AbstractMutableEntityIndexBinding.setDocumentBuilderIndexedEntity(DocumentBuilderIndexedEntity documentBuilder) |
void |
MutableEntityIndexBinding.setDocumentBuilderIndexedEntity(DocumentBuilderIndexedEntity documentBuilder)
Allows to set the document builder for this
EntityIndexBinding. |
| Modifier and Type | Method and Description |
|---|---|
DocumentBuilderIndexedEntity |
EntityIndexBinding.getDocumentBuilder() |
| Modifier and Type | Method and Description |
|---|---|
DocumentBuilderIndexedEntity |
QueryBuildingContext.getDocumentBuilder() |
| Modifier and Type | Method and Description |
|---|---|
String |
FieldContext.objectToString(DocumentBuilderIndexedEntity documentBuilder,
Object value,
ConversionContext conversionContext) |
| Constructor and Description |
|---|
MoreLikeThisBuilder(DocumentBuilderIndexedEntity documentBuilder,
ExtendedSearchIntegrator searchIntegrator) |
| Modifier and Type | Method and Description |
|---|---|
DocumentBuilderIndexedEntity |
Workspace.getDocumentBuilder(Class<?> entity)
Deprecated.
|
Copyright © 2006–2017 Hibernate. All rights reserved.