Class FieldInfos
Collection of FieldInfos (accessible by number or by name).
@lucene.experimental
Inheritance
Assembly: DistributedLucene.Net.dll
Syntax
public class FieldInfos : IEnumerable<FieldInfo>
Constructors
Name | Description |
---|---|
FieldInfos(FieldInfo[]) | Constructs a new FieldInfos from an array of FieldInfo objects |
Properties
Name | Description |
---|---|
Count | Returns the number of fields. NOTE: This was size() in Lucene. |
HasDocValues | Returns |
HasFreq | Returns |
HasNorms | Returns |
HasOffsets | Returns |
HasPayloads | Returns |
HasProx | Returns |
HasVectors | Returns |
Methods
Name | Description |
---|---|
FieldInfo(Int32) | Return the FieldInfo object referenced by the |
FieldInfo(String) | Return the FieldInfo object referenced by the |
GetEnumerator() | Returns an iterator over all the fieldinfo objects present, ordered by ascending field number |