A simple TermFreqVector implementation for an empty vector for use
with a deleted document or a document that does not have the field
that is being enumerated.
Namespace: Lucene.Net.IndexAssembly: Lucene.Net.Contrib.Core (in Lucene.Net.Contrib.Core.dll) Version: 2.9.2.0 (2.9.2)
Syntax
| C# |
|---|
public class EmptyVector : TermFreqVector |
| Visual Basic |
|---|
Public Class EmptyVector _ Implements TermFreqVector |
| Visual C++ |
|---|
public ref class EmptyVector : TermFreqVector |