Hi All,
Just checking in again to get some opinion on it.
On Mon, Jun 21, 2021 at 1:45 AM Vinay Rajput
wrote:
> Hi All,
>
> We are using Solr 7.3.1 in PROD and have a few thousand blogs indexed in
> Solr along with other types of documents. I am working on a requirement
> where we need to give
Hello Vinay,
If you want to boost on the author field, but not specifically search in
it, it must not be listed in qf, but treated as a boost query, using the
boost parameter [1], to create a BoostQuery [2]. You can do all sorts of
fun things with it because function queries [3] are extremely vers
Hi Roopa,
that's clearer now, thanks.
I don't think there's any support for feature extraction from children when
calculating the feature vector of a parent.
It's an interesting feature though.
I would love to design and implement such functionality.
If you want to do that on your own I recommend
Hi Vinay,
you would like to ideally identify the best field for terms or sequences of
terms.
e.g.
"Brian marketing"
Brian -> author
marketing -> topic
If the query is structured, that's easy, you don't even need the edismax to
parse it and you can directly build your lucene language query, as you
On 6/22/2021 11:29 PM, Stephen Lewis Bianamara wrote:
This was a ton of great info I needed, and more than I initially knew to
ask :) Your first response seems to imply an answer to my original
question, but I wanted to follow up to be as sure as I can. In the recovery
scenario, are there situati
Hi Alessandro,
Thank you for the details in your response and your interest in this.
Do you know if it might be coming in upcoming Solr releases?
Thanks,
Roopa
On Wed, Jun 23, 2021 at 6:49 AM Alessandro Benedetti
wrote:
> Hi Roopa,
> that's clearer now, thanks.
>
> I don't think there's any s
Hi Roopa,
as far as I know, no one is currently working on this nor it's on any
committer priority to-do list.
A first step would be for you to create an "improvement" Jira issue in the
SOLR jira (https://issues.apache.org/jira/browse/SOLR-15407).
Then you have three options:
1) you do it yourself
Thanks Shawn!
On Wed, Jun 23, 2021, 5:27 AM Shawn Heisey wrote:
> On 6/22/2021 11:29 PM, Stephen Lewis Bianamara wrote:
> > This was a ton of great info I needed, and more than I initially knew to
> > ask :) Your first response seems to imply an answer to my original
> > question, but I wanted t
Right, I forgot to address the question of the legacy
WordDelimiterFilter. Still only considering query-time analysis, I'm
90% confident that the issue there is that you'd be trading WDGF and
its resulting "exponential-but-correct" query expansion, in favor of
the "linear-but-incorrect" queries tha