Show / Hide Table of Contents

    Enum FuzzySet.ContainsResult

    Namespace: Lucene.Net.Codecs.Bloom
    Assembly: Lucene.Net.Codecs.dll
    Syntax
    public enum ContainsResult : int
    Remarks

    Result from Contains(BytesRef): can never return definitively YES (always MAYBE), but can sometimes definitely return NO.

    Fields

    Name Description
    MAYBE
    NO
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)