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
Public Member Functions | Protected Member Functions | List of all members
Lucene.Net.Index.TermVectorsReader Class Reference

Inherits ICloneable, and IDisposable.

Public Member Functions

void Dispose ()
 
virtual void Get (int docNum, System.String field, TermVectorMapper mapper)
 
virtual ITermFreqVector Get (int docNum, System.String field)
 Retrieve the term vector for the given document and field
 
virtual ITermFreqVector[] Get (int docNum)
 Return all term vectors stored for this document or null if the could not be read in.
 
virtual void Get (int docNumber, TermVectorMapper mapper)
 
virtual System.Object Clone ()
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Detailed Description

Definition at line 26 of file TermVectorsReader.cs.

Member Function Documentation

virtual System.Object Lucene.Net.Index.TermVectorsReader.Clone ( )
virtual

Definition at line 651 of file TermVectorsReader.cs.

void Lucene.Net.Index.TermVectorsReader.Dispose ( )

Definition at line 240 of file TermVectorsReader.cs.

virtual void Lucene.Net.Index.TermVectorsReader.Dispose ( bool  disposing)
protectedvirtual

Definition at line 245 of file TermVectorsReader.cs.

virtual void Lucene.Net.Index.TermVectorsReader.Get ( int  docNum,
System.String  field,
TermVectorMapper  mapper 
)
virtual

Definition at line 301 of file TermVectorsReader.cs.

virtual ITermFreqVector Lucene.Net.Index.TermVectorsReader.Get ( int  docNum,
System.String  field 
)
virtual

Retrieve the term vector for the given document and field

Parameters
docNumThe document number to retrieve the vector for
fieldThe field within the document to retrieve
Returns
The TermFreqVector for the document and field or null if there is no termVector for this field.

<throws> IOException if there is an error reading the term vector files </throws>

Definition at line 370 of file TermVectorsReader.cs.

virtual ITermFreqVector [] Lucene.Net.Index.TermVectorsReader.Get ( int  docNum)
virtual

Return all term vectors stored for this document or null if the could not be read in.

Parameters
docNumThe document number to retrieve the vector for
Returns
All term frequency vectors

<throws> IOException if there is an error reading the term vector files </throws>

Definition at line 430 of file TermVectorsReader.cs.

virtual void Lucene.Net.Index.TermVectorsReader.Get ( int  docNumber,
TermVectorMapper  mapper 
)
virtual

Definition at line 457 of file TermVectorsReader.cs.


The documentation for this class was generated from the following file: