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
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
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