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

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -