mirror of https://github.com/apache/lucene.git
SOLR-2993: javadoc fix.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346525 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2b2140b2aa
commit
8f8680e8f5
|
@ -100,13 +100,13 @@ public class WordBreakSolrSpellChecker extends SolrSpellChecker {
|
|||
public enum BreakSuggestionTieBreaker {
|
||||
/**
|
||||
* See
|
||||
* {@link WordBreakSpellChecker.BreakSuggestionSortMethod#NUM_CHANGES_THEN_MAX_FREQUENCY}
|
||||
* {@link BreakSuggestionSortMethod#NUM_CHANGES_THEN_MAX_FREQUENCY}
|
||||
* #
|
||||
*/
|
||||
MAX_FREQ,
|
||||
/**
|
||||
* See
|
||||
* {@link WordBreakSpellChecker.BreakSuggestionSortMethod#NUM_CHANGES_THEN_SUMMED_FREQUENCY}
|
||||
* {@link BreakSuggestionSortMethod#NUM_CHANGES_THEN_SUMMED_FREQUENCY}
|
||||
*/
|
||||
SUM_FREQ
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue