gpt4 book ai didi

Solr/Carrot2 集成

转载 作者:行者123 更新时间:2023-11-30 09:38:17 26 4
gpt4 key购买 nike

SOlr/Carrot2 集成

我为每个创建 XML 的文本文件创建了多个文本文件,以在 Solr 上索引文档,如下所示

<add>
<doc>
<person>data </person>
<organization>data here </organization>
<content>Some spanish text here</content >
</doc>
<add>

索引中使用的架构

<field name="id" type="string" indexed="true" stored="true" required="true" multiValued="false" />    
<field name="person" type="string" indexed="true" stored="true" required="true" multiValued="true" />
<field name="orgnization" type="string" indexed="true" stored="true" required="true" multiValued="true" />
<field name="content" type="text_es" indexed="true" stored="true" multiValued="true"/>
<field name="location" type="string" indexed="true" stored="true" required="true" multiValued="true" />

现在我正在尝试集成胡萝卜2聚类,为此我点击了此链接 http://carrot2.github.io/solr-integration-strategies/carrot2-3.8.0/index.html

我的问题是由于集群查询,我只得到一个集群,如下所示

<arr name="clusters">
<lst>
<arr name="labels">
<str>Other Topics</str>
</arr>
<double name="score">0.0</double>
<bool name="other-topics">true</bool>
<arr name="docs">
<str>#.txt</str>
<str>abci-britanicos-pizzerias-201312120250.txt</str>
<str>abci-arqueologos-israelis-descubren-primer-201312111303.txt</str>
<str>abci-autoridad-fiscal-pensiones-201312111956.txt</str>
<str>abci-buenas-razones-para-cambiar-201312110933.txt</str>
<str>abci-audio-asamblea-aserpinto-201312112139.txt</str>
<
</arr>
</lst>
</arr>

我应该获得更多集群我的语料库包含 60 个文本文档

最佳答案

为了使搜索结果聚类在 Solr 中工作,必须存储您为聚类传递的标题和内容字段。 Solr 模式中的声明可能如下所示:

<field name="content" type="text" indexed="true" stored="true" />

关于Solr/Carrot2 集成,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20560016/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com