RE: solrcloud backup null pointer exeption

2019-07-26 Thread Will Martin
can you share: solr version? zookeeper ensemble type number of shards in the collection? distribution of shard replicas in the SolrCloud? from there the most obvious question is whether the stack trace is from the shard leader for the collection or the localhost; if they are not the same?

Re: solrcloud backup null pointer exeption

2019-07-26 Thread Erick Erickson
Follow the instructions here: http://lucene.apache.org/solr/community.html#mailing-lists-irc . You must use the _exact_ same e-mail as you used to subscribe. If the initial try doesn't work and following the suggestions at the "problems" link doesn't work for you, let us know. But note you need

Re: [SOLR] - Best Practices/node down

2019-07-26 Thread Rodrigo Oliveira
Hi, So sorry, but my explanation is incompleted. My primary database is mongodb, I am using solr only search. Than you for tips and tricks. It,s my first time using solr. Regards Em sex, 26 de jul de 2019 11:36, Shawn Heisey escreveu: > On 7/26/2019 7:16 AM, Rodrigo Oliveira wrote: > > I

Re: solrcloud backup null pointer exeption

2019-07-26 Thread Anthony Gatlin
unsubscribe On Thu, Jul 25, 2019 at 5:03 PM rffleaie wrote: > I have a solrcloud cluster installed on k8s. > I have created a nfs PVC that is mounted under /backup of every pod of the > solr cluster. > > When I start the backup with > > >

Re: [SOLR] - Best Practices/node down

2019-07-26 Thread Erick Erickson
Also, you say "In this case, I've had just 10% of my migration completed”. Exactly how are you migrating the data? And how much data are you moving? In particular, what are you commit settings? Best, Erick > On Jul 26, 2019, at 9:16 AM, Rodrigo Oliveira > wrote: > > In this case, I've had

Re: Quepid, the relevance testing tool for Solr, released as open source

2019-07-26 Thread Doug Turnbull
Quepid has been really powerful for helping teams bootstsrap on relevance problems for teams just getting started and allowing the product & tech teams to collaborate. Often we start with a dozen or so queries, get some ratings, create a bit of success criteria and tune in Quepid. You can do this

Re: [SOLR] - Best Practices/node down

2019-07-26 Thread Shawn Heisey
On 7/26/2019 7:16 AM, Rodrigo Oliveira wrote: I have a cluster from Solr with Zookeeper (5 nodes - 48 Gb each node - Xms:28 Gb - Xmx:32 Gb). The bigger problem is my environment, because I am in a process of migration from MYSQL to SOLR. Solr is not intended as a primary data store. There are

[SOLR] - Best Practices/node down

2019-07-26 Thread Rodrigo Oliveira
Hi, Anyone can help me? I have a cluster from Solr with Zookeeper (5 nodes - 48 Gb each node - Xms:28 Gb - Xmx:32 Gb). The bigger problem is my environment, because I am in a process of migration from MYSQL to SOLR. In this case, I've had just 10% of my migration completed, and the problem it

Quepid, the relevance testing tool for Solr, released as open source

2019-07-26 Thread Charlie Hull
Hi all, We've finally made Quepid, the relevance testing tool, open source. There's also a free hosted version at www.quepid.com . Looking forward to contributions driving the project forward! Quepid is a way to record human relevance judgements, and then to experiment with query tuning and

Re: Indexig excel (xlsx) file into SOLR 8.1.1

2019-07-26 Thread Charlie Hull
Simpler possibly, but not necessarily reliable. If you do everything inside Solr's DIH with Tika under the hood to extract data from Excel, a malformed Excel file could kill Tika and bring down your entire Solr cluster. Far better to do it outside of Solr as this blog describes:

Field value different over replicas

2019-07-26 Thread Dominique Bejean
Hi, We have a date field with default set to “now”. For this field, some documents of the collection don’t have the same value in all replicas. The difference can be 3 or 4 minutes ! The collection has 1 shard and 2 NRT replicas. Solr version is 7.5. Collection is populated with DIH. Any ideas

Re: Indexig excel (xlsx) file into SOLR 8.1.1

2019-07-26 Thread Vipul Bahuguna
Hi Charlie, Thanks for your suggestion, but I will have thousands of these files coming from different sources. It would become very tedious if I have to first convert them to csv and then run liny by line. I was hoping if there could be a simpker way to achieve these using DIH which I thought

Re: Indexig excel (xlsx) file into SOLR 8.1.1

2019-07-26 Thread Charlie Hull
Convert the Excel file to a CSV and then write a teeny script to go through it line by line and submit to Solr over HTTP? Tika would probably work but it's a lot of heavy lifting for what seems to me like a simple problem. Cheers Charlie On 26/07/2019 09:19, Vipul Bahuguna wrote: Hi Guys -

Indexig excel (xlsx) file into SOLR 8.1.1

2019-07-26 Thread Vipul Bahuguna
Hi Guys - can anyone suggest how to achieve this? I have understood how to insert json documents. So one alternative that comes to my mind is that I can convert the rows in my excel to json format with the header of my excel file becoming the json keys (corresponding to the fields I have defined

Re: Basic Query Not Working - Please Help

2019-07-26 Thread Vipul Bahuguna
Hi Furkan - I realized that I was searching incorrectly. I later realized that if I need to search by specific field, I need to do as you suggested - q=appname:App1 . OR if need to simply search by App1, then I need to use to index my field appname at the time of insertion so that it can be

[ANNOUNCE] Apache Solr 8.2.0 released

2019-07-26 Thread Ignacio Vera
## 26 July 2019, Apache Solr™ 8.2.0 available The Lucene PMC is pleased to announce the release of Apache Solr 8.2.0. Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting,