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 编写插件,例如在索引期间会更改字段的值
<str name="user">w34m;adam</str> on <str name="greeting">adam</str>
但我不知道要使用哪些类以及一般情况。怎么做?任何人都可以帮忙吗?
通过在 Solr 中扩展UpdateHandler类,您可以更改索引算法。
另请查看SolrPlugins页面以了解其他插件开发。