Package | Description |
---|---|
org.hibernate.search.bridge | |
org.hibernate.search.bridge.builtin | |
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 |
NumericFieldBridge.applyToLuceneOptions(LuceneOptions luceneOptions,
String name,
Number value,
org.apache.lucene.document.Document document) |
void |
TikaBridge.set(String name,
Object value,
org.apache.lucene.document.Document document,
LuceneOptions luceneOptions) |
void |
StringEncodingDateBridge.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) |
void |
NumericEncodingDateBridge.set(String name,
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 |
StringEncodingCalendarBridge.set(String name,
Object value,
org.apache.lucene.document.Document document,
LuceneOptions luceneOptions) |
void |
NumericEncodingCalendarBridge.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) |
Modifier and Type | Method and Description |
---|---|
void |
SpatialFieldBridgeByRange.set(String name,
Object value,
org.apache.lucene.document.Document document,
LuceneOptions luceneOptions)
Actual overridden method that does the indexing
|
void |
SpatialFieldBridgeByHash.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-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.