|
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.
|
Class to allow for enumerating over the documents in the index to retrieve the term vector for each one. More...
Inherits IEnumerator< ITermFreqVector >, and IEnumerable< ITermFreqVector >.
Public Member Functions | |
| TermVectorEnumerator (IndexReader reader, string field) | |
| Ctor. | |
| void | Dispose () |
| bool | MoveNext () |
| void | Reset () |
| IEnumerator< ITermFreqVector > | GetEnumerator () |
Properties | |
| ITermFreqVector | Current [get] |
Class to allow for enumerating over the documents in the index to retrieve the term vector for each one.
Definition at line 30 of file TermVectorEnumerator.cs.
| Lucene.Net.Index.TermVectorEnumerator.TermVectorEnumerator | ( | IndexReader | reader, |
| string | field | ||
| ) |
Ctor.
| reader | The index reader used to read the vectors. |
| field | The name of the field the vectors are read from. |
Definition at line 57 of file TermVectorEnumerator.cs.
| void Lucene.Net.Index.TermVectorEnumerator.Dispose | ( | ) |
Definition at line 75 of file TermVectorEnumerator.cs.
| IEnumerator<ITermFreqVector> Lucene.Net.Index.TermVectorEnumerator.GetEnumerator | ( | ) |
Definition at line 104 of file TermVectorEnumerator.cs.
| bool Lucene.Net.Index.TermVectorEnumerator.MoveNext | ( | ) |
Definition at line 89 of file TermVectorEnumerator.cs.
| void Lucene.Net.Index.TermVectorEnumerator.Reset | ( | ) |
Definition at line 95 of file TermVectorEnumerator.cs.
|
get |
Definition at line 67 of file TermVectorEnumerator.cs.
1.8.3