public class DynamicFieldBridge extends Object implements org.hibernate.search.bridge.FieldBridge
FieldBridge
implementation that generates a field in the Lucene Document for each
DynamicField
.Constructor and Description |
---|
DynamicFieldBridge() |
Modifier and Type | Method and Description |
---|---|
protected void |
addField(DynamicField field,
org.apache.lucene.document.Document document,
org.hibernate.search.bridge.LuceneOptions analyzedOptions) |
protected void |
addField(org.hibernate.search.bridge.LuceneOptions options,
String fieldName,
Object value,
org.apache.lucene.document.Document document,
boolean stored) |
void |
set(String name,
Object value,
org.apache.lucene.document.Document document,
org.hibernate.search.bridge.LuceneOptions luceneOptions) |
public final void set(String name, Object value, org.apache.lucene.document.Document document, org.hibernate.search.bridge.LuceneOptions luceneOptions)
set
in interface org.hibernate.search.bridge.FieldBridge
protected final void addField(DynamicField field, org.apache.lucene.document.Document document, org.hibernate.search.bridge.LuceneOptions analyzedOptions)
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.