mirror of https://github.com/apache/lucene.git
Fix typo in comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1690330 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a6301dd900
commit
c1d7790789
|
@ -155,7 +155,7 @@ public class SuggestComponent extends SearchComponent implements SolrCoreAware,
|
|||
}
|
||||
}
|
||||
|
||||
/** Responsible for issuing build and rebload command to the specified {@link SolrSuggester} */
|
||||
/** Responsible for issuing build and rebuild command to the specified {@link SolrSuggester} */
|
||||
@Override
|
||||
public void prepare(ResponseBuilder rb) throws IOException {
|
||||
SolrParams params = rb.req.getParams();
|
||||
|
|
Loading…
Reference in New Issue