Re: Unclear on what position means

2022-07-21 Thread Mikhail Khludnev
Hello, Kendall. You can read about Token Position Increments at https://lucene.apache.org/core/9_2_0/core/org/apache/lucene/analysis/package-summary.html#package.description Usually position is a number of word and offset is a number of symbol. Modeling entries via positions is boilerplate, I supp

Unclear on what position means

2022-07-21 Thread Kendall Shaw
Hi, I'm trying to figure out if I should be learning to use Lucene. I imagine wanting to provide a user with a way to search for something and present that found thing, in some way. If what is ultimately searched is text files, then position would be an offset into the text file, I think. But

Re: Lucene's LRU Query Cache - Deep Dive

2022-07-21 Thread Shradha Shankar
Hey Adrian, Apologies for the delay in my response. Thank you so much for the detailed reply and feedback on my write up. I will incorporate your suggestions and revert back with a new iteration soon. Regards, Shradha > On 11 Jul 2022, at 10:37, Adrien Grand wrote: > > Hey Shradha, > > This