public class AllField
extends org.apache.lucene.document.Field
| コンストラクタと説明 |
|---|
AllField(String name,
AllEntries allEntries,
org.apache.lucene.analysis.Analyzer analyzer,
org.apache.lucene.document.FieldType fieldType) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 インタフェース内 org.apache.lucene.index.IndexableFieldstringValue クラス内 org.apache.lucene.document.Fieldpublic Reader readerValue()
readerValue インタフェース内 org.apache.lucene.index.IndexableFieldreaderValue クラス内 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 インタフェース内 org.apache.lucene.index.IndexableFieldtokenStream クラス内 org.apache.lucene.document.FieldCopyright © 2009–2016. All rights reserved.