org.apache.lucene.document
public class LazyDocument.LazyField extends Object implements IndexableField
| Modifier and Type | Method and Description |
|---|---|
BytesRef |
binaryValue() |
float |
boost() |
IndexableFieldType |
fieldType() |
boolean |
hasBeenLoaded()
non-private for test only access
|
String |
name() |
Number |
numericValue() |
Reader |
readerValue() |
String |
stringValue() |
TokenStream |
tokenStream(Analyzer analyzer) |
public boolean hasBeenLoaded()
public String name()
name in interface IndexableFieldpublic float boost()
boost in interface IndexableFieldpublic BytesRef binaryValue()
binaryValue in interface IndexableFieldpublic String stringValue()
stringValue in interface IndexableFieldpublic Reader readerValue()
readerValue in interface IndexableFieldpublic Number numericValue()
numericValue in interface IndexableFieldpublic IndexableFieldType fieldType()
fieldType in interface IndexableFieldpublic TokenStream tokenStream(Analyzer analyzer) throws IOException
tokenStream in interface IndexableFieldIOExceptionCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.