Re: Can the BooleanQuery execution be optimized with same term queries

2023-09-23 Thread Adrien Grand
Thanks for letting me know, I'm glad you like them! Le ven. 22 sept. 2023, 16:36, YouPeng Yang a écrit : > Hi Adrien >Glad to have your opinion.I am reading your excellent articles on > elastic blog. > > Best regards > > > Adrien Grand 于2023年9月19日周二 21:32写道: > >> Hi Yang, >> >> It would b

Re: Can the BooleanQuery execution be optimized with same term queries

2023-09-22 Thread YouPeng Yang
Hi Adrien Glad to have your opinion.I am reading your excellent articles on elastic blog. Best regards Adrien Grand 于2023年9月19日周二 21:32写道: > Hi Yang, > > It would be legal for Lucene to perform such optimizations indeed. > > On Tue, Sep 19, 2023 at 3:27 PM YouPeng Yang > wrote: > > > > Hi

Re: Can the BooleanQuery execution be optimized with same term queries

2023-09-19 Thread Adrien Grand
Hi Yang, It would be legal for Lucene to perform such optimizations indeed. On Tue, Sep 19, 2023 at 3:27 PM YouPeng Yang wrote: > > Hi All > > Sorry to bother you.The happiest thing is studying the Lucene source > codes,thank you for all the great works . > > > About the BooleanQuery.I am