Class AssertingFields
Wraps a Fields but with additional asserts
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.TestFramework.dll
Syntax
public class AssertingFields : FilterAtomicReader.FilterFields, IEnumerable<string>, IEnumerable
Constructors
| Improve this Doc View SourceAssertingFields(Fields)
Declaration
public AssertingFields(Fields input)
Parameters
Type | Name | Description |
---|---|---|
Fields | input |
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