RE: How to use customized Collector class with IndexSearcher.searchAfter() method

2018-05-21 Thread Chellasamy G
Hi Uwe, Thanks for replying. I now understood how to do it. Actually my requirement was to search records which fall between certain hours in a day i.e records between 9AM to 5PM(each record has a GMT timestamp field indexed). The problem here is the timezone, I have to adjust the hour valu

RE: disableCoord is removed in lucene boolean query?

2018-05-21 Thread Uwe Schindler
Yes. As Lucene no longer defaults to TF-IDF aka ClassicSimilarity, coord is no longer needed. Uwe - Uwe Schindler Achterdiek 19, D-28357 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Yonghui Zhao > Sent: Monday, May 21, 2018 10:57 AM > To: Luce

disableCoord is removed in lucene boolean query?

2018-05-21 Thread Yonghui Zhao
I am upgrading my project now, I find there is no disableCoord feature in boolean query now? So now the default behavior is disableCoord = true and not configurable?