solr - How can I use solrj to do a query with spellcheck -


usually , use http method spellcheck query, have use solrj this, pls me solve question , thx.

you can specify parameters via:

query.setparam("spellcheck", "true"); query.setparam("spellcheck.q", query); 

Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -