Re: Issue with parsed query

2021-05-19 Thread Tulsi Das
Hi Sri Laxmi, You can try using Analysis screen to see what's happening with your pipeline for the field partNumber to get an idea. https://solr.apache.org/guide/8_2/analysis-screen.html Can you also send the snippet of field type defination for partNumber from managed schema ? On Wed, 19 May, 2

Re: Defense against deep paging?

2021-06-25 Thread Tulsi Das
Hi Walter, Probably you can check below repo and use it to sanitize the deep paging params. https://github.com/cominvent/request-sanitizer-component#requestsanitizercomponent On Sat, 26 Jun, 2021, 2:09 am Walter Underwood, wrote: > Thanks, that is exactly the info I wanted! I’ve commented there

Re: Number of cores per node

2021-11-12 Thread Tulsi Das
Hi Rahul , Are you asking about the cores (number of replica's per node) or the cpu cores? On Sat, Nov 13, 2021, 12:50 AM Walter Underwood wrote: > We’ve run on AWS instances with 72 CPUs. They all get used. Throughput is > linear with the number of CPUs. You need enough free RAM to cache all of

Re: Return field with astrick(*) is going to slow in Solr 8.9.0

2021-11-16 Thread Tulsi Das
See if you any improvement if you just don't specify anything in fl param and let it return all by default. For id search that should not be a problem if the performance is better. On Tue, 16 Nov, 2021, 11:44 am Andrea Gazzarini, wrote: > Hi guys, > I confirm glob expressions are supported, at l

Re: Number of cores per node

2021-11-18 Thread Tulsi Das
ioned, it would be nice to get the numbers for a Solr instance > running in standalone mode (aka non-SolrCloud), but if not, would also be > interested to know about people's experience with SolrCloud in this regard. > > Thanks, > Rahul > > > On Fri, Nov 12, 2021 at 2:

Re: Number of cores per node

2021-11-18 Thread Tulsi Das
refer this as well : https://solr-user.lucene.apache.narkive.com/d7Y5M6Cl/max-no-of-solr-cores-supported-and-how-to-restrict-a-query-to-a-particular-core On Thu, Nov 18, 2021 at 7:54 PM Tulsi Das wrote: > Probably you can take a look at this jira : > https://issues.apache.org/jira/brows

Re: Schema change without restart Solr 6.1.0

2021-11-22 Thread Tulsi Das
Have you uploaded the changes file to zookeeper (hoping you are using solrcloud) ? Once the changed schema is uploaded to zk , then you can reload the collection either from admin UI or using the api. On Mon, Nov 22, 2021 at 2:54 PM VIshal Patel wrote: > Hi > > I am using Solr 6.1.0. In produ

Re: Schema change without restart Solr 6.1.0

2021-11-23 Thread Tulsi Das
er\solr\forms\conf\schema.xml > > \server\solr\forms\conf\solrconfig.xml > > > > Can it possible schema change without Solr restart? > > Reloading the index SHOULD activate schema changes without a full restart. > > Is Solr in cloud mode (solr+zookeeper)? If it is, th