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 | Enumerations
FieldEnumerator.cs File Reference

Go to the source code of this file.

Classes

class  Lucene.Net.Index.FieldEnumerator< T >
  More...
 
class  Lucene.Net.Index.FieldEnumerator< T >.TermEnumerator
 The enumerator over the terms in an index. More...
 
class  Lucene.Net.Index.TermDocEnumerator
 Class to handle creating a TermDocs and allowing for seeking and enumeration. Used when you have a set of one or moreterms for which you want to enumerate over the documents that contain those terms. More...
 
class  Lucene.Net.Index.TermDocEnumerator.TermDocUsingTermsEnumerator
 Class to handle enumeration over the TermDocs that does NOT close them on a call to Dispose! More...
 
class  Lucene.Net.Index.StringFieldEnumerator
 Implementation for enumerating over terms with a string value. More...
 
class  Lucene.Net.Index.NumericFieldEnum< T >
 Base for enumerating over numeric fields. More...
 
class  Lucene.Net.Index.IntFieldEnumerator
 Implementation for enumerating over all of the terms in an int numeric field. More...
 
class  Lucene.Net.Index.FloatFieldEnumerator
 Implementation for enumerating over all of the terms in a float numeric field. More...
 
class  Lucene.Net.Index.DoubleFieldEnumerator
 Implementation for enumerating over all of the terms in a double numeric field. More...
 
class  Lucene.Net.Index.LongFieldEnumerator
 Implementation for enumerating over all of the terms in a long numeric field. More...
 

Namespaces

package  Lucene.Net.Index
 

Enumerations

enum  Lucene.Net.Index.FieldParser { Lucene.Net.Index.String, Lucene.Net.Index.Numeric }
 The type of parser for the value of the term. More...