1
查詢通常我們使用http get方法來做拼寫檢查,但現在我必須使用solrj來做到這一點,請幫我解決這個問題,thx。如何使用solrj做拼寫檢查
query.setParam("spellcheck", "true");
query.setParam("spellcheck.q", query);
查詢通常我們使用http get方法來做拼寫檢查,但現在我必須使用solrj來做到這一點,請幫我解決這個問題,thx。如何使用solrj做拼寫檢查
query.setParam("spellcheck", "true");
query.setParam("spellcheck.q", query);