Re: Solr 7.3 cluster issue

2019-12-28 Thread David Barnett
l collections redundant and then remove replicas from the defunct node > and finally decommission it. > > Jan Høydahl > > > 28. des. 2019 kl. 02:17 skrev David Barnett : > > > > Happy holidays folks, we have a production deployment usage Solr 7.3 in a >

Solr 7.3 cluster issue

2019-12-27 Thread David Barnett
Happy holidays folks, we have a production deployment usage Solr 7.3 in a three node cluster we have a number of collections setup, three shards with a replica factor of 2. The system has been fine, but we experienced issues with disk space one of the nodes. Node 0 starts but does not show any

Re: How to add a new field to already an existing index in Solr 6.6 ?

2019-12-08 Thread David Barnett
Also - look at adding fields using Solr admin, this will these will be available to use (I believe) without the need to restart and is very easy to do. On Sun, 8 Dec 2019, 13:03 David Barnett, wrote: > There is a few ways to add fields, adding the field definition in the > managed-

Re: How to add a new field to already an existing index in Solr 6.6 ?

2019-12-08 Thread David Barnett
There is a few ways to add fields, adding the field definition in the managed-schema will do this for you but make sure you have downloaded the current config before you edit and reload the schema. Google - solr 6.6 upconfig downconfig for lots of guides on this On Tue, 3 Dec 2019, 13:21 Erick

Re: Windows Production

2019-10-09 Thread David Barnett
rking on a project and I need solr in production mode on windows > server. > > Regards > Suleiman Hassan > App4legal > -- *David Barnett* O Technology Consulting Ltd oand...@gmail.com +44 (0) 7753 235608

Re: solr 7.x sql query returns null

2019-04-19 Thread David Barnett
t which has > additional logging so we can can find out what field is causing the problem. > > Joel Bernstein > http://joelsolr.blogspot.com/ > > > On Thu, Apr 18, 2019 at 1:38 PM David Barnett wrote: > > > Hi Joel, besides the solr log is there anywhere else i need

Re: solr 7.x sql query returns null

2019-04-19 Thread David Barnett
; > If you want to create a jira ticket and attach your schema we can track > > this down. I'll probably attach a special binary to the ticket which has > > additional logging so we can can find out what field is causing the > > problem. > > > > Joel Bernst

Re: solr 7.x sql query returns null

2019-04-18 Thread David Barnett
t; different. > > But as Shawn mentioned the stack trace is not coming from Solr. Is there > more in the logs beyond the Calcite exception? > > Joel Bernstein > http://joelsolr.blogspot.com/ > > > On Thu, Apr 18, 2019 at 11:04 AM Shawn Heisey wrote: > > > On 4/18

Re: solr 7.x sql query returns null

2019-04-18 Thread David Barnett
> But as Shawn mentioned the stack trace is not coming from Solr. Is there > more in the logs beyond the Calcite exception? > > Joel Bernstein > http://joelsolr.blogspot.com/ > > > On Thu, Apr 18, 2019 at 11:04 AM Shawn Heisey wrote: > > > On 4/18/2019 1:47 AM

Re: solr 7.x sql query returns null

2019-04-18 Thread David Barnett
joelsolr.blogspot.com/ > > > > > > On Thu, Apr 18, 2019 at 7:48 AM David Barnett > > wrote: > > > > > I have a large solr 7.3 collection 400m + documents. > > > > > > I’m trying to use the Solr JDBC driver to query the data but I get a > &g

Re: solr 7.x sql query returns null

2019-04-18 Thread David Barnett
Hi Joel Yes it was always setup as cloud. On Thu, 18 Apr 2019, 15:17 Joel Bernstein, wrote: > Was the original index a Solr Cloud index? > > > > Joel Bernstein > http://joelsolr.blogspot.com/ > > > On Thu, Apr 18, 2019 at 7:48 AM David Barnett > wrote: > >

solr 7.x sql query returns null

2019-04-18 Thread David Barnett
I have a large solr 7.3 collection 400m + documents. I’m trying to use the Solr JDBC driver to query the data but I get a java.io.IOException: Failed to execute sqlQuery 'select id from document limit 10' against JDBC connection 'jdbc:calcitesolr:'. Error while executing SQL "select id from