Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我有一个包含两种文档类型的集合:产品和客户。现在我想在客户文档类型中搜索某个文本。
我应该如何在 Solr 中执行此操作?
查看过滤器查询,http ://wiki.apache.org/solr/CommonQueryParameters#fq例如
http://solr_url:solr_port/solr/select?q=text_you_are_looking_for&fq=document_type:customer