Package | Description |
---|---|
org.hibernate.search.bridge | |
org.hibernate.search.bridge.builtin | |
org.hibernate.search.bridge.builtin.impl | |
org.hibernate.search.engine.impl | |
org.hibernate.search.engine.metadata.impl |
Internal metadata classes created during metadata processing and used by the document builders at runtime.
|
org.hibernate.search.spatial |
Modifier and Type | Method and Description |
---|---|
void |
FieldBridge.set(String name,
Object value,
org.apache.lucene.document.Document document,
LuceneOptions luceneOptions)
Manipulate the document to index the given value.
|
void |
TikaMetadataProcessor.set(String name,
Object value,
org.apache.lucene.document.Document document,
LuceneOptions luceneOptions,
org.apache.tika.metadata.Metadata metadata)
This method called by the
TikaBridge after processing the data. |
Modifier and Type | Method and Description |
---|---|
protected void |
MapBridge.indexEntry(String fieldName,
Object entry,
org.apache.lucene.document.Document document,
LuceneOptions luceneOptions) |
protected void |
MapBridge.indexNotNullMap(String name,
Object value,
org.apache.lucene.document.Document document,
LuceneOptions luceneOptions) |
void |
TikaBridge.set(String name,
Object value,
org.apache.lucene.document.Document document,
LuceneOptions luceneOptions) |
void |
MapBridge.set(String fieldName,
Object value,
org.apache.lucene.document.Document document,
LuceneOptions luceneOptions) |
void |
IterableBridge.set(String fieldName,
Object value,
org.apache.lucene.document.Document document,
LuceneOptions luceneOptions) |
void |
ArrayBridge.set(String name,
Object value,
org.apache.lucene.document.Document document,
LuceneOptions luceneOptions) |
void |
NumericFieldBridge.set(String name,
Object value,
org.apache.lucene.document.Document document,
LuceneOptions luceneOptions) |
Modifier and Type | Method and Description |
---|---|
void |
NullEncodingTwoWayFieldBridge.set(String name,
Object value,
org.apache.lucene.document.Document document,
LuceneOptions luceneOptions) |
void |
String2FieldBridgeAdaptor.set(String name,
Object value,
org.apache.lucene.document.Document document,
LuceneOptions luceneOptions) |
void |
NullEncodingFieldBridge.set(String name,
Object value,
org.apache.lucene.document.Document document,
LuceneOptions luceneOptions) |
Modifier and Type | Class and Description |
---|---|
class |
LuceneOptionsImpl
A wrapper class for Lucene parameters needed for indexing.
|
Modifier and Type | Method and Description |
---|---|
LuceneOptions |
TypeMetadata.getClassLuceneOptions(DocumentFieldMetadata fieldMetadata) |
LuceneOptions |
TypeMetadata.getFieldLuceneOptions(PropertyMetadata propertyMetadata,
DocumentFieldMetadata fieldMetadata,
Object value) |
Modifier and Type | Method and Description |
---|---|
void |
SpatialFieldBridgeByQuadTree.set(String name,
Object value,
org.apache.lucene.document.Document document,
LuceneOptions luceneOptions)
Actual overridden method that does the indexing
|
void |
SpatialFieldBridgeByRange.set(String name,
Object value,
org.apache.lucene.document.Document document,
LuceneOptions luceneOptions)
Actual overridden method that does the indexing
|
abstract void |
SpatialFieldBridge.set(String name,
Object value,
org.apache.lucene.document.Document document,
LuceneOptions luceneOptions) |
Copyright © 2006–2015 Hibernate. All rights reserved.