mirror of https://github.com/apache/lucene.git
Corrected misspelled word in comment text
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679779 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
68c59ccb8f
commit
feb5d94cab
|
@ -67,7 +67,7 @@ public abstract class SolrSpellChecker {
|
|||
public abstract void reload() throws IOException;
|
||||
|
||||
/**
|
||||
* (re)Build The Spelling index. May be a NOOP if the ipmlementation doesn't require building, or can't be rebuilt
|
||||
* (re)Build The Spelling index. May be a NOOP if the implementation doesn't require building, or can't be rebuilt
|
||||
*/
|
||||
public abstract void build(SolrCore core, SolrIndexSearcher searcher);
|
||||
|
||||
|
|
Loading…
Reference in New Issue