Re: How does solr populate bunFound in a query response

2022-01-27 Thread Shawn Heisey
On 1/27/2022 9:40 AM, Heller, George A III CTR (USA) wrote: Where does it get numFound="21194" from? That is the total number of documents in the index that match the query. Since in this case the query is all documents, it is the total document count in the index. The reason I ask is beca

Re: SolrJ 8.11.1 upgrade - Invalid version (expected 2, but 31) or the data in not in 'javabin' format

2022-01-27 Thread Jeremy Buckley - IQ-C
I think I have solved this. We had multiple versions of httpcore, httpclient, and httpmime jars in our lib directory. I cleaned out the older ones and it seems to have resolved the issue.

How does solr populate numFound in a query response

2022-01-27 Thread Heller, George A III CTR (USA)
We have Solr installed on a primary server and a failover server. When I index a collection on the primary, all the files indexed are created on disk and get copied to disk on the failover server via replication. Querying the core on the primary shows the correct number of documents (numFound="

How does solr populate bunFound in a query response

2022-01-27 Thread Heller, George A III CTR (USA)
We have Solr installed on a primary server and a failover server. When I index a collection on the primary, all the files indexed are created on disk and get copied to disk on the failover server via replication. Querying the core on the primary shows the correct number of documents (numFound="

DIH UI page - To check Clean option

2022-01-27 Thread Ashokkumar, Mano
Hi Team, In Solr 8 release notes, we have the below note. Make DIH UI page safer by not default checking the clear checkbox. Currently in all my Solr 8 instances, under dataimport we have clean unchecked. How do I check that checkbox permanently. This is really urgent because when I check that

Re: SolrJ 8.11.1 upgrade - Invalid version (expected 2, but 31) or the data in not in 'javabin' format

2022-01-27 Thread Jeremy Buckley - IQ-C
On Thu, Jan 27, 2022 at 10:42 AM Michael Conrad wrote: > Have you tried running the query using a web browser from the offending > client machine so you can capture the server's response? > Here is what the start of the javabin content looks like, downloaded with a Chrome browser and opened in N

Re: Solr core is getting deleted on system reboot.

2022-01-27 Thread Brian Lininger
I haven't tried EFS (Elastic FIle System ), only EBS (Elastic Block Storage ) and it's been fine. EFS looks interesting but I suspect that latency will be a problem On Thu, Jan 27, 2022 at 6:48 AM matthew sporleder wrote: > How perfo

Re: SolrJ 8.11.1 upgrade - Invalid version (expected 2, but 31) or the data in not in 'javabin' format

2022-01-27 Thread Michael Conrad
Have you tried running the query using a web browser from the offending client machine so you can capture the server's response? On 1/27/22 06:42, Jeremy Buckley - IQ-C wrote: On Wed, Jan 26, 2022 at 10:44 PM Anshum Gupta wrote: From what I understand, all solr server instances as well as th

Re: Quantile of the field as pseudo field

2022-01-27 Thread Ishan Chattopadhyaya
> Is there any way to use stats functions to get the quantile of a field on runtime https://solr.apache.org/guide/8_11/the-stats-component.html On Thu, Jan 27, 2022 at 10:35 AM govind nitk wrote: > Hello All, > > Can I get to listen whether it's possible or not ? > Am I asking something about co

Re: Solr core is getting deleted on system reboot.

2022-01-27 Thread matthew sporleder
How performant is solr on EFS? In my experience EFS is slow in general and I don't think lucene recommends NFS at all. On Thu, Jan 27, 2022 at 1:17 AM Modassar Ather wrote: > > Hi, > > The Solr cluster is running on a large ec2 instance. Some more details on > the environment. > > Server : AWS-E

Re: Solr core is getting deleted on system reboot.

2022-01-27 Thread Brian Lininger
Do the actual cores still exist on disk? Are you using EBS or instance-backed storage? If you're using instance-backed storage and your EC2 instance is restarted and is moved to different hardware then your instance storage is gone (it's ephemeral) so the actual indexes on disk will be gone. Wh

Re: AWS S3 bucket backup issue

2022-01-27 Thread Sergio GarcĂ­a Maroto
Hi, Correct. Using "location=backupfolder" didn't work for me. The only way I made it work is with location=s3:/ Below my sample url which works well. http://servername:8983/solr/admin/collections?action=BACKUP&name=personbackup&collection=person&repository=s3&location=s3:/ On Tue, 25 Jan 2022

Re: SolrJ 8.11.1 upgrade - Invalid version (expected 2, but 31) or the data in not in 'javabin' format

2022-01-27 Thread Jeremy Buckley - IQ-C
On Wed, Jan 26, 2022 at 10:44 PM Anshum Gupta wrote: > From what I understand, all solr server instances as well as the 'client' > code that talks to the servers have been upgraded to 8.11? Can you please > confirm that? > > Users generally get this response when there's a version compatibility >

Re: Zookeeper client Timeout - takes the default 30000 ms

2022-01-27 Thread Reej Nayagam
Hi Vinay, We are connecting using cloudsolrclient passing the zk host, so if zk is down, the connection to solr also won't happen. *Thanks,* *Reej* On Thu, Jan 27, 2022 at 12:35 PM Vinay Rajput wrote: > It also looks like from your requirement that you want to disable solr > search and activa