Re: Lucene 6.5.1 memory consumption on 64 bit linux System

2018-04-19 Thread ankur.168
Currently I am hitting Lucene only 1 time per request, yes I have single searcherManager instance which i am using to acquire/release per request. I have 2 indexes, hence 2 searcherManager for respective indexReaders. -- Sent from: http://lucene.472066.n3.nabble.com/Lucene-Java-Users-f532864.ht

Re: Lucene 6.5.1 memory consumption on 64 bit linux System

2018-04-19 Thread Adrien Grand
Sorry I was more asking about the number of hits that you ask for per request rather than the request rate. Regarding SearcherManager, I mostly wanted to make sure that you have a single SearcherManager instance that all threads acquire an IndexSearcher from. On the contrary to eg. having multiple