Package | Description |
---|---|
org.hibernate.search.engine.metadata.impl |
Internal metadata classes created during metadata processing and used by the document builders at runtime.
|
Modifier and Type | Method and Description |
---|---|
DocumentFieldPath |
ParseContext.getIdFieldPath() |
DocumentFieldPath |
FacetMetadata.getPath() |
DocumentFieldPath |
PartialDocumentFieldMetadata.getPath() |
DocumentFieldPath |
DocumentFieldMetadata.getPath() |
DocumentFieldPath |
DocumentFieldMetadata.Builder.getPath() |
Modifier and Type | Method and Description |
---|---|
AnalyzerReference |
TypeMetadata.Builder.addToScopedAnalyzerReference(DocumentFieldPath fieldPath,
AnalyzerReference analyzerReference,
org.apache.lucene.document.Field.Index index) |
boolean |
PathsContext.isIncluded(DocumentFieldPath path) |
void |
PathsContext.markEncounteredPath(DocumentFieldPath path) |
void |
ParseContext.setIdFieldPath(DocumentFieldPath idFieldPath) |
Constructor and Description |
---|
Builder(BackReference<DocumentFieldMetadata> sourceField,
DocumentFieldPath path) |
Builder(BackReference<TypeMetadata> sourceType,
BackReference<PropertyMetadata> sourceProperty,
PartialPropertyMetadata partialSourceProperty,
DocumentFieldPath path,
Store store,
org.apache.lucene.document.Field.Index index,
org.apache.lucene.document.Field.TermVector termVector) |
Copyright © 2006–2017 Hibernate. All rights reserved.