Class AbstractAllTermDocs
Base class for enumerating all but deleted docs.
NOTE: this class is meant only to be used internally by Lucene; it's only public so it can be shared across packages. This means the API is freely subject to change, and, the class could be removed entirely, in any Lucene release. Use directly at your own risk! */
Inheritance
System.Object
AbstractAllTermDocs
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public abstract class AbstractAllTermDocs : object, TermDocs, IDisposable
Constructors
Name | Description |
---|---|
AbstractAllTermDocs(Int32) |
Fields
Name | Description |
---|---|
internalDoc | |
maxDoc |
Properties
Name | Description |
---|---|
Doc | |
Freq |
Methods
Name | Description |
---|---|
Close() | |
Dispose() | |
Dispose(Boolean) | |
IsDeleted(Int32) | |
Next() | |
Read(Int32[], Int32[]) | |
Seek(Term) | |
Seek(TermEnum) | |
SkipTo(Int32) |