如何在数组字段中搜索?
我正在使用具有默认设置的 solr 4.2。我使用 SolrNet 索引了一些 html 和 pdf 文档。这是我使用管理员搜索进行搜索时此类文档的示例结果*:*
enter code here
<doc>
<str name="id">2</str>
<date name="last_modified">2011-12-19T17:33:25Z</date>
<str name="author">name</str>
<str name="author_s">name</str>
<arr name="title">
<str>CALIFORNIA CODES</str>
</arr>
<arr name="content_type">
<str>application/pdf</str>
</arr>
<str name="resourcename">T01041.pdf</str>
<arr name="content">
<str> PDF text here </str>
</arr>
<long name="_version_">1431314431195742208</long>
</doc>
搜索使用content:*
返回 0 个结果。