Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Classes | Namespaces | Typedefs
Field.cs File Reference

Go to the source code of this file.

Classes

class  Lucene.Net.Documents.Field
 A 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. More...
 
class  Lucene.Net.Documents.FieldExtensions
 

Namespaces

package  Lucene.Net.Documents
 

Typedefs

using TokenStream = Lucene.Net.Analysis.TokenStream
 
using IndexWriter = Lucene.Net.Index.IndexWriter
 
using StringHelper = Lucene.Net.Util.StringHelper
 

Typedef Documentation

Definition at line 21 of file Field.cs.

Definition at line 22 of file Field.cs.

Definition at line 20 of file Field.cs.