Class BytesRefFieldSource
An implementation for retrieving FunctionValues instances for System.String based fields.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.Queries.Function.ValueSources
Assembly: Lucene.Net.Queries.dll
Syntax
public class BytesRefFieldSource : FieldCacheSource
Constructors
| Improve this Doc View SourceBytesRefFieldSource(String)
Declaration
public BytesRefFieldSource(string field)
Parameters
Type | Name | Description |
---|---|---|
System.String | field |
Methods
| Improve this Doc View SourceGetValues(IDictionary, AtomicReaderContext)
Declaration
public override FunctionValues GetValues(IDictionary context, AtomicReaderContext readerContext)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.IDictionary | context | |
Lucene.Net.Index.AtomicReaderContext | readerContext |
Returns
Type | Description |
---|---|
FunctionValues |