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.
当我添加字段 addField("category","cat1"); 它没有出现在搜索结果 xml 中,并且只有 2 个字段要添加,即“id”和“name”,任何人都可以告诉我如何添加另一个字段并出现在 xml 结果中
在 schema.xml 中定义要添加的字段,并在使用“ADDFIELD”的情况下将多值设为 true。
在您的 schema.xml 中,如果您将字段设置为“已存储”,它将显示在结果中
<field name="internal_id" type="string" indexed="true" stored="true"/> <field name="desc" type="text" indexed="true" stored="true"/>