List of usage examples for org.apache.solr.spelling.suggest SuggesterParams interface-usage
From source file org.alfresco.solr.component.AsyncBuildSuggestComponent.java
/**
* Originally taken from {@link SuggestComponent} and modified, this
* class provides a {@link SearchComponent} that builds {@link SolrSuggester}
* objects asynchronously to avoid blocking search
* requests or increasing startup time of the servlet container.
*