Re: LongDistanceFeatureQuery for DoublePoint

2022-04-01 Thread Puneeth Bikkumanla
Hello, Just wanted to bump this email again because it might have been lost since there's been no activity on it for the past week+. On Wed, Mar 23, 2022 at 3:04 PM Puneeth Bikkumanla wrote: > Hello Adrien, > Thanks for the quick response! The doubles can be pretty much anything. > We're implem

Re: TF in MoreLikeThis

2022-04-01 Thread Petko Minkov
Yeah, I'll be happy to. I'll try to get a patch out soon. On Fri, Apr 1, 2022 at 9:31 AM Adrien Grand wrote: > From a quick look, your suggestion of passing the term frequency to > TFIDFSimilarity#tf makes sense. > > Would you like to contribute this change? You can find contributing > guideline

Re: How to propose a new feature

2022-04-01 Thread Baris Kazar
This cache can work on different indexable fields or even maybe stored fields. But indexable fields is better i think. It can be configured to cache which fields, too. Probably most people may choose all indexable fields. Thanks From: Baris Kazar Sent: Friday, Ap

Re: How to propose a new feature

2022-04-01 Thread Baris Kazar
I am proposing to add a prefetch cache to the architecture of Lucene core engine. I think there was some mechanism before like fetching 100 documents from hits contructor. I want to expand this to a cache structure such that the cache will hold most frequently hit results for a while with some w

Re: How to propose a new feature

2022-04-01 Thread Adrien Grand
Just send an email with the problem that you want to solve and the approach that you are suggesting. On Fri, Apr 1, 2022 at 6:56 PM Baris Kazar wrote: > > Resent due to need for help. > Thanks > > From: Baris Kazar > Sent: Wednesday, March 30, 2022 2:30 PM > To: j

Re: How to propose a new feature

2022-04-01 Thread Baris Kazar
Resent due to need for help. Thanks From: Baris Kazar Sent: Wednesday, March 30, 2022 2:30 PM To: java-user@lucene.apache.org Cc: Baris Kazar Subject: How to propose a new feature Hi Everyone,- What is the process to propose a new feature for Core Lucene engine?

Re: TF in MoreLikeThis

2022-04-01 Thread Adrien Grand
>From a quick look, your suggestion of passing the term frequency to TFIDFSimilarity#tf makes sense. Would you like to contribute this change? You can find contributing guidelines here: https://github.com/apache/lucene/blob/main/CONTRIBUTING.md. On Thu, Mar 31, 2022 at 11:46 PM Petko Minkov wrot