On Tue, Jan 11, 2011 at 3:07 PM, satya swaroop <satya.yada...@gmail.com> wrote:
> Hi All,
>         can we get just suggestions only without the files response??
> Here I state an example
> when i query
>    http://localhost:8080/solr/spellcheckCompRH?q=java daka
> usar&spellcheck=true&spellcheck.count=5&spellcheck.collate=true
>
> i get some result of java files and then the suggestions for the words
> daka-data , usar-user. But actually i need only the spell suggestions.
> But here time is getting consumed for displaying of files and then giving
> spell suggestions. Cant we post a query to solr where we can get
> the response as only spell suggestions???
[...]

Not sure why you would want to use Solr for this. I would suggest
using the LGPL aspell library. As aspell exposes a C interface, Java
bindings can be created with SWIG, if needed.

Regards,
Gora

Reply via email to