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,
TokenStream reuse) |
public boolean hasBeenLoaded()
public String name()
name
in interface IndexableField
public float boost()
boost
in interface IndexableField
public BytesRef binaryValue()
binaryValue
in interface IndexableField
public String stringValue()
stringValue
in interface IndexableField
public Reader readerValue()
readerValue
in interface IndexableField
public Number numericValue()
numericValue
in interface IndexableField
public IndexableFieldType fieldType()
fieldType
in interface IndexableField
public TokenStream tokenStream(Analyzer analyzer, TokenStream reuse) throws IOException
tokenStream
in interface IndexableField
IOException
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.