标签: solr solrnet
假设我有一个包含两种文档类型的集合:产品和客户。 现在我想在客户文档类型中搜索某个文本。
我应该如何在Solr中执行此操作?
答案 0 :(得分:1)
查看过滤器查询,http://wiki.apache.org/solr/CommonQueryParameters#fq,例如
http://solr_url:solr_port/solr/select?q=text_you_are_looking_for&fq=document_type:customer