Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Enum WordBreakSpellChecker.BreakSuggestionSortMethod

    Determines the order to list word break suggestions

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

    Fields

    Name Description
    NUM_CHANGES_THEN_MAX_FREQUENCY

    Sort by Number of word breaks, then by the Maximum of all the component term's frequencies

    NUM_CHANGES_THEN_SUMMED_FREQUENCY

    Sort by Number of word breaks, then by the Sum of all the component term's frequencies

    • 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.