Re: Question about index segment search order

2023-05-03 Thread Patrick Zhai
For that part I'm not entirely sure, if other folks know it please chime in :) On Wed, May 3, 2023 at 8:48 AM Wei wrote: > Thanks Patrick! In the default case when no LeafSorter is provided, are the > segments traversed in the order of creation time, i.e. the oldest segment > is always visited f

Re: Question about index segment search order

2023-05-03 Thread Wei
Thanks Patrick! In the default case when no LeafSorter is provided, are the segments traversed in the order of creation time, i.e. the oldest segment is always visited first? Wei On Tue, May 2, 2023 at 7:22 PM Patrick Zhai wrote: > Hi Wei, > Lucene in general iterate through the index in the or

RE: Can an analyzer access other field's data during index time?

2023-05-03 Thread Wang, Guan
Hi Mikhail, I apologize for the late reply! Yeah, it's my bad to use Solr field def here since this is Lucene mailing list and yes, you are right, how the raw text is stored is not the analyzer's responsibility. Solr's pre-analyzed field, on the other hand, is a great example! Thank you for t