dimus
dimus

Reputation: 9372

How to make Solr spellcheck work all the time?

I want to use Solr spellcheck to find similar words. However when I enter a word which is 'known' to Solr, spellcheck is not returning anything. Is there a way to make spellcheck work even if word is found with an exact match?

Upvotes: 3

Views: 485

Answers (1)

Okke Klein
Okke Klein

Reputation: 2549

The thing closest to what you are looking for is probably setting onlyMorePopular to true.

Upvotes: 2

Related Questions