|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.util.search.ViewFieldBridge
public class ViewFieldBridge
a FieldBridge to map Content for the site's full text search.
| Constructor Summary | |
|---|---|
ViewFieldBridge()
|
|
| Method Summary | |
|---|---|
void |
set(java.lang.String name,
java.lang.Object value,
org.apache.lucene.document.Document doc,
org.hibernate.search.bridge.LuceneOptions options)
maps a Content to the site's full text search index. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViewFieldBridge()
| Method Detail |
|---|
public final void set(java.lang.String name,
java.lang.Object value,
org.apache.lucene.document.Document doc,
org.hibernate.search.bridge.LuceneOptions options)
Content to the site's full text search index.
set in interface org.hibernate.search.bridge.FieldBridgename - the name of the fieldvalue - the value to be translateddoc - the document to add the field tooptions - the store
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||