Returns the name of the field matched by this query.
Namespace: Lucene.Net.Search.SpansAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
| C# |
|---|
public abstract string GetField() |
| Visual Basic |
|---|
Public MustOverride Function GetField As String |
| Visual C++ |
|---|
public: virtual String^ GetField() abstract |
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Search.Spans.SpanQuery.GetField"]