Java org.apache.lucene.index IndexableField fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.index IndexableField fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.index IndexableField.

The text is from its open source code.

Implementation

org.apache.lucene.index.IndexableField has the following implementations.
Click this link to see all its implementation.

Method

BytesRefbinaryValue()
Non-null if this field has a binary value
IndexableFieldTypefieldType()
IndexableFieldType describing the properties of this field.
Stringname()
Field name
NumbernumericValue()
Non-null if this field has a numeric value
ReaderreaderValue()
Non-null if this field has a Reader value
StringstringValue()
Non-null if this field has a string value
TokenStreamtokenStream(Analyzer analyzer, TokenStream reuse)
Creates the TokenStream used for indexing this field.