Show / Hide Table of Contents

    Interface IBinaryTermAttribute

    An attribute extending but exposing BytesRef property.

    Namespace: Lucene.Net.Analysis
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public interface IBinaryTermAttribute : ITermToBytesRefAttribute

    Properties

    | Improve this Doc View Source

    BytesRef

    Set the current binary value.

    Declaration
    BytesRef BytesRef { get; set; }
    Property Value
    Type Description
    BytesRef
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)