Method GetIndexedFields
GetIndexedFields(IndexReader)
Call this to get the (merged) FieldInfos representing the set of indexed fields only for a composite reader.
NOTE: the returned field numbers will likely not correspond to the actual field numbers in the underlying readers, and codec metadata (GetAttribute(String)) will be unavailable.
Declaration
public static ICollection<string> GetIndexedFields(IndexReader reader)
Parameters
Type | Name | Description |
---|---|---|
IndexReader | reader |
Returns
Type | Description |
---|---|
ICollection<System.String> |