Show / Hide Table of Contents

    Interface FieldCache.IDoubleParser

    Interface to parse s from document fields.

    Inherited Members
    FieldCache.IParser.TermsEnum(Terms)
    Namespace: Lucene.Net.Search
    Assembly: Lucene.Net.dll
    Syntax
    public interface IDoubleParser : FieldCache.IParser

    Methods

    | Improve this Doc View Source

    ParseDouble(BytesRef)

    Return an representation of this field's value.

    Declaration
    double ParseDouble(BytesRef term)
    Parameters
    Type Name Description
    BytesRef term
    Returns
    Type Description
    System.Double

    See Also

    GetDoubles(AtomicReader, String, FieldCache.IDoubleParser, Boolean)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)