简体   繁体   中英

How can i make a SearchComponent Solr plugin distributed aware?

i followed the instructions that i found here and here to create my first Solr SearchComponentPlugin and everything went great for one core!

Now because i am using distributed search on multiple Shards(with same schema) i tried to test it on multiple cores without any success.

I found this wiki but i cant understand how can i make the DemoSearchComponent from searchbox to work with multiple cores similtaneous!

Does anyone got any good advice how to convert this demo component distributed aware?

通过检查已经分布式的感知搜索组件的代码(例如在org.apache.solr.handler.component中找到的术语向量),我设法创建了自己的分布式感知插件。:)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM