mirror of https://github.com/apache/lucene.git
Fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646083 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
56b3f8b1fc
commit
a14e23190b
|
@ -308,7 +308,7 @@ public class AnalyzingInfixSuggester extends Lookup implements Closeable {
|
|||
|
||||
/** Updates a previous suggestion, matching the exact same
|
||||
* text as before. Use this to change the weight or
|
||||
* payload of an already added suggstion. If you know
|
||||
* payload of an already added suggestion. If you know
|
||||
* this text is not already present you can use {@link
|
||||
* #add} instead. After adding or updating a batch of
|
||||
* new suggestions, you must call {@link #refresh} in the
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
AnyObjectId[3e473694b5908de8dc55cbb2c14f9d3dda137872] was removed in git history.
|
||||
Apache SVN contains full history.
|
Loading…
Reference in New Issue