public class AllField
extends org.apache.lucene.document.Field
| Constructor and Description |
|---|
AllField(String name,
AllEntries allEntries,
org.apache.lucene.analysis.Analyzer analyzer,
org.apache.lucene.document.FieldType fieldType) |
| Modifier and Type | Method and Description |
|---|---|
AllEntries |
getAllEntries()
Returns the
AllEntries containing the original text fields for the document. |
Reader |
readerValue() |
String |
stringValue() |
org.apache.lucene.analysis.TokenStream |
tokenStream(org.apache.lucene.analysis.Analyzer analyzer,
org.apache.lucene.analysis.TokenStream previous) |
binaryValue, boost, fieldType, name, numericValue, setBoost, setBytesValue, setBytesValue, setByteValue, setDoubleValue, setFloatValue, setIntValue, setLongValue, setReaderValue, setShortValue, setStringValue, setTokenStream, tokenStreamValue, toString, translateFieldTypepublic AllField(String name, AllEntries allEntries, org.apache.lucene.analysis.Analyzer analyzer, org.apache.lucene.document.FieldType fieldType)
public String stringValue()
stringValue in interface org.apache.lucene.index.IndexableFieldstringValue in class org.apache.lucene.document.Fieldpublic Reader readerValue()
readerValue in interface org.apache.lucene.index.IndexableFieldreaderValue in class org.apache.lucene.document.Fieldpublic AllEntries getAllEntries()
AllEntries containing the original text fields for the document.public org.apache.lucene.analysis.TokenStream tokenStream(org.apache.lucene.analysis.Analyzer analyzer,
org.apache.lucene.analysis.TokenStream previous)
tokenStream in interface org.apache.lucene.index.IndexableFieldtokenStream in class org.apache.lucene.document.FieldCopyright © 2009–2017. All rights reserved.