Hi
Thx for the AAA tip, will do some HMWK .
this thread can be closed.
thx for help appriciated,
with regards
On 2021/10/19 12:51:11, Shawn Heisey wrote:
> On 10/18/2021 11:24 PM, nskarthik wrote:
> > Thx for the snippet of SolrJ code for Core Creation...
> >
> > Request Do we have a Solr/So
Hello all,
We were recently testing Solr's partial results functionality (i.e. return
partial results even when some shards for a collection are down) and a
scenario where we were using the shards.tolerant=true parameter along with
a json facet request with refine=true failed with the following NP
Hi,
I once had this issue too , not sure , are you also writing intensively ?
Looking at the code too , it looks like it's just trying to close the
writer stream and related resources
searcher / updatehandler .
Although I do see https://issues.apache.org/jira/browse/SOLR-4753 as well
open.
As the
Hello Solr Users Group,
My employer (Smarsh) is having trouble filling a couple Solr Engineering
roles. We are now turning to finding solid Java engineers with an interest
in learning search. While I can provide some on the job training, we are
looking for recommendations for Solr training (a da
Pasquale,
Are you using any custom written components anywhere in your solrconfig?
It's possible that in your custom code you are calling getCore() on a
SolrQueryRequest object and then calling a close() on that core. Since
getCore() doesn't increment the ref count of the core AND core.close()
decr
Hi All,
If a particular boost expression is boosting 100 Products, can we boost
only the top 20 products and let other ranking criteria fill in the
remaining result set.
Thanks
Maybe something like bq =rank:[1 TO 20]^10
I’m afk at the moment, but seems like it makes sense
> On Oct 20, 2021, at 1:44 PM, sachin gk wrote:
>
> Hi All,
>
> If a particular boost expression is boosting 100 Products, can we boost
> only the top 20 products and let other ranking criteria fil
Hello
I have a config like this:
Using this config:
1. When I search for "Abbas", the result for "Al Abbas" appear
Can you share your query syntax in both cases please?
> On Oct 20, 2021, at 5:19 PM, son hoang wrote:
>
> Hello
>
> I have a config like this:
>
>
>
>
>
>
> maxGramSize="15"/>
>
>
>
>