Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Public Member Functions | List of all members
Lucene.Net.Index.TermsHashPerField Class Reference

Inherits Lucene.Net.Index.InvertedDocConsumerPerField.

Public Member Functions

 TermsHashPerField (DocInverterPerField docInverterPerField, TermsHashPerThread perThread, TermsHashPerThread nextPerThread, FieldInfo fieldInfo)
 
void Reset ()
 
override void Abort ()
 
void InitReader (ByteSliceReader reader, RawPostingList p, int stream)
 
RawPostingList[] SortPostings ()
 Collapse the hash table & sort in-place.
 
void Add (int textStart)
 
void WriteBytes (int stream, byte[] b, int offset, int len)
 

Detailed Description

Definition at line 27 of file TermsHashPerField.cs.

Constructor & Destructor Documentation

Lucene.Net.Index.TermsHashPerField.TermsHashPerField ( DocInverterPerField  docInverterPerField,
TermsHashPerThread  perThread,
TermsHashPerThread  nextPerThread,
FieldInfo  fieldInfo 
)

Definition at line 61 of file TermsHashPerField.cs.

Member Function Documentation

override void Lucene.Net.Index.TermsHashPerField.Abort ( )
virtual
void Lucene.Net.Index.TermsHashPerField.Add ( int  textStart)

Definition at line 309 of file TermsHashPerField.cs.

void Lucene.Net.Index.TermsHashPerField.InitReader ( ByteSliceReader  reader,
RawPostingList  p,
int  stream 
)

Definition at line 122 of file TermsHashPerField.cs.

void Lucene.Net.Index.TermsHashPerField.Reset ( )

Definition at line 96 of file TermsHashPerField.cs.

RawPostingList [] Lucene.Net.Index.TermsHashPerField.SortPostings ( )

Collapse the hash table & sort in-place.

Definition at line 154 of file TermsHashPerField.cs.

void Lucene.Net.Index.TermsHashPerField.WriteBytes ( int  stream,
byte[]  b,
int  offset,
int  len 
)

Definition at line 562 of file TermsHashPerField.cs.


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