mirror of https://github.com/apache/lucene.git
Minor javadoc fix in SuggestComponent
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657626 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
20e84d6583
commit
442f111b4d
|
@ -79,7 +79,7 @@ public class SuggestComponent extends SearchComponent implements SolrCoreAware,
|
|||
/** SolrConfig label to identify boolean value to build suggesters on optimize */
|
||||
private static final String BUILD_ON_OPTIMIZE_LABEL = "buildOnOptimize";
|
||||
|
||||
/** SolrConfig label to identify boolean value to build suggesters on optimize */
|
||||
/** SolrConfig label to identify boolean value to build suggesters on startup */
|
||||
private static final String BUILD_ON_STARTUP_LABEL = "buildOnStartup";
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
|
|
Loading…
Reference in New Issue