Returns a List of all the fields in a document.
Note that fields which are not {@link Fieldable#IsStored() stored} are
not available in documents retrieved from the
index, e.g. {@link Searcher#Doc(int)} or {@link
IndexReader#Document(int)}.
Namespace: Lucene.Net.DocumentsAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public IList GetFields() |
Visual Basic |
---|
Public Function GetFields As IList |
Visual C++ |
---|
public: IList^ GetFields() |
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Documents.Document.GetFields"]