Show / Hide Table of Contents

    Enum SuggesterOptions

    LUCENENET specific type for specifying AnalyzingSuggester and FuzzySuggester options.

    Namespace: Lucene.Net.Search.Suggest.Analyzing
    Assembly: Lucene.Net.Suggest.dll
    Syntax
    public enum SuggesterOptions : int

    Fields

    Name Description
    EXACT_FIRST

    Always return the exact match first, regardless of score.
    This has no performance impact but could result in low-quality suggestions.

    PRESERVE_SEP

    Preserve token separators when matching.

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