|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.search.bridge.String2FieldBridgeAdaptor
public class String2FieldBridgeAdaptor
Bridge to use a StringBridge as a FieldBridge.
| Constructor Summary | |
|---|---|
String2FieldBridgeAdaptor(StringBridge stringBridge)
|
|
| Method Summary | |
|---|---|
void |
set(java.lang.String name,
java.lang.Object value,
org.apache.lucene.document.Document document,
LuceneOptions luceneOptions)
Manipulate the document to index the given value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public String2FieldBridgeAdaptor(StringBridge stringBridge)
| Method Detail |
|---|
public void set(java.lang.String name,
java.lang.Object value,
org.apache.lucene.document.Document document,
LuceneOptions luceneOptions)
FieldBridgename to document following
the parameters luceneOptions if the value is not null.
set in interface FieldBridgename - The field to add to the Lucene documentvalue - The actual value to indexdocument - The Lucene document into which we want to index the value.luceneOptions - Contains the parameters used for adding value to
the Lucene document.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||