Hi Matthias,
I'm curious what use case(s) you have in mind for knowing how often a
specific numerical value appears in a document's (dv) field?
We use this in combination with if() for boosting in our queries
*Sample:*
boost=if(termfreq(prefdistrictid, $districtid),10,1)&districtid=1234
*Thanks
Hi
These term* functions are for indexed fields (inverted index) per se.
I'm wondering if it's ever possible to implement them for points or dv
columns.
On Thu, Feb 13, 2025 at 1:51 PM Uday Kumar
wrote:
> Hi,
> As a part of In-Place updates POC, I am testing schema and functionality by
> runnin
Hi Uday,
I'm curious what use case(s) you have in mind for knowing how often a
specific numerical value appears in a document's (dv) field?
Matt
On Thu, Feb 13, 2025 at 2:09 PM Mikhail Khludnev wrote:
> Hi
> These term* functions are for indexed fields (inverted index) per se.
> I'm wondering
Hi community.
I have a question around vector searches and trying to make it more
efficient.
At the moment i implemented Hybrid Search following Alessandro's post.
https://sease.io/2023/12/hybrid-search-with-apache-solr.html
I got to the point where it's working decently but would like to optimiz
Hi,
As a part of In-Place updates POC, I am testing schema and functionality by
running queries using different function queries
*sample schema:*
*I have found the termfreq() function is not working on pointFields. i.e
giving "0" always*
*Sample Query:*
q.alt=*:*&fl=testValue:*termfreq(InPlace