Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class BytesRefFieldSource

    An implementation for retrieving FunctionValues instances for System.String 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)
    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 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
    System.Collections.IDictionary context
    Lucene.Net.Index.AtomicReaderContext readerContext
    Returns
    Type Description
    FunctionValues
    Overrides
    ValueSource.GetValues(IDictionary, AtomicReaderContext)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2022 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.