Re: Boosting(Relevancy) Implementation in Solr Streaming Queries

2021-04-09 Thread Joel Bernstein
The easiest approach would be to use the search function and add the parameters you need, the parameters should get passed through. Then use the fetch function to perform the join. fetch has some limitations described in the docs. Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Apr 9, 20

Boosting(Relevancy) Implementation in Solr Streaming Queries

2021-04-09 Thread Kotrike, Sumadhuravani
Hello Team, As part of my Project requirement we are joining multiple solr Collections using Joins/List etc. and we need to give Boosting(Scoring for Relevancy) for each field in a collection. I am not able to achieve it in Streaming Queries. Is there a way to perform? Your Answer is highly ap