Package | Description |
---|---|
org.apache.solr.handler.component |
SearchComponent implementations for
use in SearchHandler |
org.apache.solr.spelling |
APIs and classes used by the
SpellCheckComponent |
org.apache.solr.spelling.suggest |
APIs and classes used by the
SpellCheckComponent |
Modifier and Type | Method and Description |
---|---|
protected void |
SpellCheckComponent.addCollationsToResponse(SolrParams params,
SpellingResult spellingResult,
ResponseBuilder rb,
String q,
NamedList response,
boolean suggestionsMayOverlap) |
protected NamedList |
SpellCheckComponent.toNamedList(boolean shardRequest,
SpellingResult spellingResult,
String origQuery,
boolean extendedResults,
boolean collate,
boolean correctlySpelled) |
Modifier and Type | Method and Description |
---|---|
SpellingResult |
WordBreakSolrSpellChecker.getSuggestions(SpellingOptions options) |
abstract SpellingResult |
SolrSpellChecker.getSuggestions(SpellingOptions options)
Get suggestions for the given query.
|
SpellingResult |
DirectSolrSpellChecker.getSuggestions(SpellingOptions options) |
SpellingResult |
ConjunctionSolrSpellChecker.getSuggestions(SpellingOptions options) |
SpellingResult |
AbstractLuceneSpellChecker.getSuggestions(SpellingOptions options) |
SpellingResult |
SolrSpellChecker.mergeSuggestions(SpellCheckMergeData mergeData,
int numSug,
int count,
boolean extendedResults)
Integrate spelling suggestions from the various shards in a distributed environment.
|
SpellingResult |
ConjunctionSolrSpellChecker.mergeSuggestions(SpellCheckMergeData mergeData,
int numSug,
int count,
boolean extendedResults) |
Modifier and Type | Method and Description |
---|---|
List<SpellCheckCollation> |
SpellCheckCollator.collate(SpellingResult result,
String originalQuery,
ResponseBuilder ultimateResponse) |
Modifier and Type | Method and Description |
---|---|
SpellingResult |
Suggester.getSuggestions(SpellingOptions options) |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.