Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Enum SuggestMode

    Set of strategies for suggesting related terms

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Namespace: Lucene.Net.Search.Spell
    Assembly: Lucene.Net.Suggest.dll
    Syntax
    public enum SuggestMode

    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 © 2021 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.