Class TextField
A field that is indexed and tokenized, without term vectors. For example this would be used on a 'body' field, that contains the bulk of a document's text.
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class TextField : Field, IIndexableField
Constructors
Name | Description |
---|---|
TextField(String, TokenStream) | Creates a new un-stored TextField with TokenStream value. |
TextField(String, String, Field.Store) | Creates a new TextField with |
TextField(String, TextReader) | Creates a new un-stored TextField with |
Fields
Name | Description |
---|---|
TYPE_NOT_STORED | Indexed, tokenized, not stored. |
TYPE_STORED | Indexed, tokenized, stored. |