er.indexing
Class ERIndex.IndexAttribute
java.lang.Object
er.indexing.ERIndex.IndexAttribute
- Enclosing class:
- ERIndex
protected class ERIndex.IndexAttribute
- extends java.lang.Object
Method Summary |
org.apache.lucene.analysis.Analyzer |
analyzer()
|
java.lang.String |
formatValue(java.lang.Object value)
|
org.apache.lucene.document.Field.Index |
index()
|
java.lang.String |
name()
|
org.apache.lucene.document.Field.Store |
store()
|
org.apache.lucene.document.Field.TermVector |
termVector()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
termVector
public org.apache.lucene.document.Field.TermVector termVector()
index
public org.apache.lucene.document.Field.Index index()
store
public org.apache.lucene.document.Field.Store store()
name
public java.lang.String name()
analyzer
public org.apache.lucene.analysis.Analyzer analyzer()
formatValue
public java.lang.String formatValue(java.lang.Object value)
Copyright © 2002 – 2007 Project Wonder.