Show / Hide Table of Contents

    Enum SuggestMode

    Set of strategies for suggesting related terms

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk
    Namespace: Lucene.Net.Search.Spell
    Assembly: Lucene.Net.Suggest.dll
    Syntax
    public enum SuggestMode : int

    Fields

    Name Description
    SUGGEST_ALWAYS

    Always attempt to offer suggestions (however, other parameters may limit suggestions. For example, see MaxQueryFrequency ).

    SUGGEST_MORE_POPULAR

    Return only suggested words that are as frequent or more frequent than the searched word

    SUGGEST_WHEN_NOT_IN_INDEX

    Generate suggestions only for terms not in the index (default)

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