Example usage for org.apache.solr.spelling.suggest SuggesterParams interface-usage

List of usage examples for org.apache.solr.spelling.suggest SuggesterParams interface-usage

Introduction

In this page you can find the example usage for org.apache.solr.spelling.suggest SuggesterParams interface-usage.

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.
 *