Lucene.Net 1.9.1 Class Library |
|
Document.GetFields Method
Returns an array of {@link Field}s with the given name. This method can return
null
.
Parameters
-
name
- the name of the field
Return Value
a
Field[]
array
See Also
Document Class | Lucene.Net.Documents Namespace