Hello!

I use solr 1.3 and I have two questions about spellcheck.

I want to get search results and spelling suggestion for "Acer Aspire
one", so I perform this http query:

http://localhost:8983/solr/spellCheckCompRH?q=Acer+Aspire+one&version=2.2&start=0&rows=10&indent=on&wt=json&fl=*%2Cscore&hl=on&hl.fl=name,description&sort=price_uah+asc,score+desc&spellcheck=true&spellcheck.count=1&spellcheck.collate=true&spellcheck.onlyMorePopular=true

I got a bunch of docs, because spelling is OK. And also I got a
spelling suggestion: "acer spire one". The problem is that there are
no docs for query "acer spire one".

There are some docs for q=acer+one and there are docs for q=spire. But
there are no docs for q=acer+spire+one.

Is there a way to get only selling suggestions that produces at least
one doc?

Thank you for your attention.

-- 
Aleksey Gogolev
developer, 
dev.co.ua
Aleksey

Reply via email to