0
例如:如何形成在Apache Solr實現選擇不同的(參數)的查詢
select distinct(city) from employee_details where name="JOHN";
如何形成在Apache Solr實現選擇不同的(參數)的查詢?
例如:如何形成在Apache Solr實現選擇不同的(參數)的查詢
select distinct(city) from employee_details where name="JOHN";
如何形成在Apache Solr實現選擇不同的(參數)的查詢?
您可以使用方面產生不同的值
q=name:JOHN&facet=true&facet.field=city&rows=0
嘗試上述查詢
運行對於一個正常的SQL查詢:從employee_details其中name =「約翰」選擇城市;我們定義參數如q = name:JOHN&fl = city。那麼你能否詳細說明你的答案,以區別查詢;我無法理解 – Deepti
@Deepti添加同樣的查詢。請檢查 –
它沒有執行 – Deepti