Re: Solrj / Solr8.10.0 , Create new Core Collection using Solrj

2021-10-20 Thread nskarthik
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

NPE in FacetModule when refine=true and a shard is down

2021-10-20 Thread Panagiotis Bailis
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

Re: Error solr

2021-10-20 Thread Atita Arora
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

Solr Training

2021-10-20 Thread Matt Kuiper
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

Re: Error solr

2021-10-20 Thread Rahul Goswami
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

boosting specific number of Products

2021-10-20 Thread sachin gk
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

Re: boosting specific number of Products

2021-10-20 Thread Dave
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

Index for text with space

2021-10-20 Thread son hoang
Hello I have a config like this: Using this config: 1. When I search for "Abbas", the result for "Al Abbas" appear

Re: Index for text with space

2021-10-20 Thread Aroop Ganguly
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"/> > > > >