1

I'm designing a new search based web application in lucene. I've to share and re-open the IndexSearcher across multiple Threads. I've read about the SearcherManager in the api document. I'm not able to understand the uses of it. How should I share the SearcherManager across MultipleThreads.

4

1 回答 1

3

请参阅此处以获取包含来自 Lucene 提交者之一的代码示例的文章

于 2012-07-29T12:25:43.507 回答