|
Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
Inherits Lucene.Net.Index.InvertedDocConsumerPerThread.
Public Member Functions | |
| TermsHashPerThread (DocInverterPerThread docInverterPerThread, TermsHash termsHash, TermsHash nextTermsHash, TermsHashPerThread primaryPerThread) | |
| override void | Abort () |
| override void | StartDocument () |
| override DocumentsWriter.DocWriter | FinishDocument () |
Definition at line 23 of file TermsHashPerThread.cs.
| Lucene.Net.Index.TermsHashPerThread.TermsHashPerThread | ( | DocInverterPerThread | docInverterPerThread, |
| TermsHash | termsHash, | ||
| TermsHash | nextTermsHash, | ||
| TermsHashPerThread | primaryPerThread | ||
| ) |
Definition at line 39 of file TermsHashPerThread.cs.
|
virtual |
Implements Lucene.Net.Index.InvertedDocConsumerPerThread.
Definition at line 72 of file TermsHashPerThread.cs.
|
virtual |
Implements Lucene.Net.Index.InvertedDocConsumerPerThread.
Definition at line 106 of file TermsHashPerThread.cs.
|
virtual |
Implements Lucene.Net.Index.InvertedDocConsumerPerThread.
Definition at line 99 of file TermsHashPerThread.cs.
1.8.3