Show / Hide Table of Contents

    Class BytesRefFieldSource

    An implementation for retrieving FunctionValues instances for based fields.

    Inheritance
    System.Object
    ValueSource
    FieldCacheSource
    BytesRefFieldSource
    Inherited Members
    FieldCacheSource.m_field
    FieldCacheSource.m_cache
    FieldCacheSource.FieldCache
    FieldCacheSource.Field
    FieldCacheSource.GetDescription()
    FieldCacheSource.Equals(Object)
    FieldCacheSource.GetHashCode()
    ValueSource.ToString()
    ValueSource.CreateWeight(IDictionary, IndexSearcher)
    ValueSource.NewContext(IndexSearcher)
    ValueSource.GetSortField(Boolean)
    Namespace: Lucene.Net.Queries.Function.ValueSources
    Assembly: Lucene.Net.Queries.dll
    Syntax
    public class BytesRefFieldSource : FieldCacheSource

    Constructors

    | Improve this Doc View Source

    BytesRefFieldSource(String)

    Declaration
    public BytesRefFieldSource(string field)
    Parameters
    Type Name Description
    System.String field

    Methods

    | Improve this Doc View Source

    GetValues(IDictionary, AtomicReaderContext)

    Declaration
    public override FunctionValues GetValues(IDictionary context, AtomicReaderContext readerContext)
    Parameters
    Type Name Description
    IDictionary context
    AtomicReaderContext readerContext
    Returns
    Type Description
    FunctionValues
    Overrides
    ValueSource.GetValues(IDictionary, AtomicReaderContext)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)