mirror of https://github.com/apache/lucene.git
LUCENE-3523: Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1344401 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b2a864c7ce
commit
2d91c246d7
|
@ -42,6 +42,11 @@ public class WordBreakSpellChecker {
|
|||
|
||||
public static final Term SEPARATOR_TERM = new Term("", "");
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* Determines the order to list word break suggestions
|
||||
* </p>
|
||||
*/
|
||||
public enum BreakSuggestionSortMethod {
|
||||
/**
|
||||
* <p>
|
||||
|
|
Loading…
Reference in New Issue