Re: Custom Query Implementation

2024-12-03 Thread Mikhail Khludnev
Thanks for clarification Michael! On Tue, Dec 3, 2024 at 1:56 PM Michael Sokolov wrote: > Sparse is meaning two different things here. In the case you found Mikhail, > it means not every document has a value for some vector field. I think the > question here is about very high dimensional vector

Re: Custom Query Implementation

2024-12-03 Thread Michael Sokolov
Sparse is meaning two different things here. In the case you found Mikhail, it means not every document has a value for some vector field. I think the question here is about very high dimensional vectors where most documents have zeroes in most dimensions of the vector. On Tue, Dec 3, 2024, 2:01 A

Re: Lucene Query Metrics

2024-12-03 Thread Adrien Grand
Lucene doesn't expose query metrics, it's up to the application that integrates Lucene to compute and expose metrics that are relevant to them. Le mer. 4 déc. 2024, 00:31, ashwini singh a écrit : > Hey everyone, > > Does lucene provide any query metrics (perf) ? I am looking for something > very

Re: Lucene Slack Channel

2024-12-03 Thread ashwini singh
Thanks !! On Wed, 13 Nov 2024 at 13:31, Gus Heck wrote: > The slack channel (named 'lucene-dev') is generally for people building > lucene itself, and not generally for people looking for help providing > solutions using lucene. Typically one gets an apache.org address by > contributing enough

Lucene Query Metrics

2024-12-03 Thread ashwini singh
Hey everyone, Does lucene provide any query metrics (perf) ? I am looking for something very similar to MongoSB explain() output or Execution metrics for Cosmos DB? *Thanks and Regards,* *Ashwini Singh*

Re: Custom Query Implementation

2024-12-03 Thread Viacheslav Dobrynin
Hi, Thanks for the answers! Yes, my task is to store only non-zero values from a sparse vector of large dimension, where most of the elements are zero. вт, 3 дек. 2024 г. в 19:17, Mikhail Khludnev : > Thanks for clarification Michael! > > On Tue, Dec 3, 2024 at 1:56 PM Michael Sokolov wrote: >