Class FilterAtomicReader.FilterFields
Base class for filtering Fields implementations.
Implements
System.Collections.Generic.IEnumerable<System.String>
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
public class FilterFields : Fields, IEnumerable<string>, IEnumerable
Constructors
| Improve this Doc View SourceFilterFields(Fields)
Creates a new FilterAtomicReader.FilterFields.
Declaration
public FilterFields(Fields input)
Parameters
Type | Name | Description |
---|---|---|
Fields | input | the underlying Fields instance. |
Fields
| Improve this Doc View Sourcem_input
The underlying Fields instance.
Declaration
protected readonly Fields m_input
Field Value
Type | Description |
---|---|
Fields |
Properties
| Improve this Doc View SourceCount
Declaration
public override int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
Methods
| Improve this Doc View SourceGetEnumerator()
Declaration
public override IEnumerator<string> GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<System.String> |
Overrides
| Improve this Doc View SourceGetTerms(String)
Declaration
public override Terms GetTerms(string field)
Parameters
Type | Name | Description |
---|---|---|
System.String | field |
Returns
Type | Description |
---|---|
Terms |
Overrides
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable