Apache Lucene.Net 2.4.0 Class Library API

Fieldable Interface

Synonymous with {@link Field}.

WARNING: This interface may change within minor versions, despite Lucene's backward compatibility requirements. This means new methods may be added from version to version. This change only affects the Fieldable API; other backwards compatibility promises remain intact. For example, Lucene can still read and write indices created within the same major version.

For a list of all members of this type, see Fieldable Members.

public interface Fieldable

Types that implement Fieldable

TypeDescription
AbstractField
FieldA field is a section of a Document. Each field has two parts, a name and a value. Values may be free text, provided as a String or as a Reader, or they may be atomic keywords, which are not further processed. Such keywords may be used to represent dates, urls, etc. Fields are optionally stored in the index, so that they may be returned with hits on the document.
FieldsReader.FieldForMerge 

Requirements

Namespace: Lucene.Net.Documents

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

Fieldable Members | Lucene.Net.Documents Namespace