In Lucene, how can I find out if the IndexSearcher or IndexWriter is being used in another thread or not?

前端 未结 0 1715
挽巷
挽巷 2021-02-11 06:02

Lucene documentation states that single instances of IndexSearcher and IndexWriter should be used for each index in the whole application, and across all threads. Also, writes t

相关标签:
回答
  • 消灭零回复
提交回复
热议问题