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
Post a Comment