Example usage for org.apache.lucene.document TextField subclass-usage

List of usage examples for org.apache.lucene.document TextField subclass-usage

Introduction

In this page you can find the example usage for org.apache.lucene.document TextField subclass-usage.

Usage

From source file org.apache.solr.schema.SortableTextField.java

/** 
 * <p>
 * <code>SortableTextField</code> is a specialized form of {@link TextField} that supports 
 * Sorting and ValueSource functions, using <code>docValues</code> built from the first 
 * <code>maxCharsForDocValues</code> characters of the original (pre-analyzed) String values of this field.
 * </p>

From source file org.apache.solr.schema.TextDocValueField.java

/** <code>TextField</code> is the basic type for configurable text analysis.
 * Analyzers for field types using this implementation should be defined in the schema.
 *
 */
public class TextDocValueField extends TextField {