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 : int

    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 © 2020 Licensed to the Apache Software Foundation (ASF)