TimeSeries Data

2021-05-19 Thread Nikhilesh Jannu
Hi, We are using Routed Alias . We had an incident where there was a node in the cluster and we had to replace it. After replacing the node we created the collections on the new node as replicas. System is back operational but we are seei

Re: Exception thrown during intensive batch partial updating and segment merging

2021-05-19 Thread Florin Babes
Hello, I've created an issue https://issues.apache.org/jira/browse/SOLR-15420. If I find anymore info about this I will post there. Thanks, Florin Babes În lun., 10 mai 2021 la 17:44, Florin Babes a scris: > Hello, > I have the following situation: > solr 8.8.2 standalone > core with ~7 million

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

Issue with parsed query

2021-05-19 Thread Sri Laxmi Unnam
Hi, I am trying to search the text below in Solr 8.2.0 but my text is getting changed in a parsed query and not returning any result. Letter 'y' got changed to 'i'. Can you please help me to resolve this? -=-= "rawquerystring":"partNumber:z0y", "querystring":"partNumber:*z0y*", " parsedquery":"pa

Grouping child documents in Solr

2021-05-19 Thread Hima Bindu
Hi, I have a requirement to group my results based on a field in child document. Eg: In below documents, I need to group based on field “title” in child documents. My results should have list of parent documents and each parent document should have child documents grouped by their title. I

Re: Index size

2021-05-19 Thread Walter Underwood
The keys are the same, but the index is bigger. Solr indexes the position of each term in each document. One term in one document is one position. One term in 10k documents is 10k positions. One term occurring twice in each of 10k documents is 20k positions. Also, indexing many copies of the same

Re: Index size

2021-05-19 Thread Kudrettin Güleryüz
Thanks for the insight, I forgot to mention a key information while explaining experiment two: Although their content is exactly the same, each document would be different because of their filename. The name of the 10,000 file is different. Therefore some of the fields content such as filename, id

Re: Index size

2021-05-19 Thread Mark H. Wood
On Wed, May 19, 2021 at 09:03:52AM -0400, Kudrettin Güleryüz wrote: > Sorry, I meant I am trying to reduce the index size... I am not using the > index optimize feature at this point. > > Experiment one: > Index document of size ~10KB for only once. Total index size in multiple > shards ~117KB >

Re: Index size

2021-05-19 Thread Kudrettin Güleryüz
Sorry, I meant I am trying to reduce the index size... I am not using the index optimize feature at this point. Experiment one: Index document of size ~10KB for only once. Total index size in multiple shards ~117KB Experiment two: Index document of size ~10KB for 10,000 times. Total index size in