Indexing nested document: Solr 8.1.1

2019-07-11 Thread Sreejith Variyath
Hi, I am trying to index a sample nested document in solr. But I am getting error "ERROR: [doc=1] multiple values encountered for non multiValued field _childDocuments_.id: [2, 3]" I am using ClassicIndexSchemaFactory. So I have defined all the fields in schema.xml. Below my field settings in sch

Re: Indexing nested document: Solr 8.1.1

2019-07-11 Thread sreejith.variyath
Hi, I was using the url *http://localhost:8983/solr/my-core/update/json/docs*. It was wrong. I should use *http://localhost:8983/solr/my-core/update* and its worked. Thanks -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Solr Sudden I/O spike

2019-07-11 Thread kshitij tyagi
Hi, Can you checck and update if there is any indexing going on the core or a merge or an optimise triggered on the same. There might be an instance of high IO in case any bacckgroung merging triggers while serving query requests. Regards, kshitij On Fri, Jun 14, 2019 at 5:23 PM Sripra deep wro

Re: Solr Sudden I/O spike

2019-07-11 Thread Shawn Heisey
On 6/14/2019 5:53 AM, Sripra deep wrote: Any help would be appreciated, I am using solr 7.1.0, Suddenly we got a high I/O even with a very low request rate and the core went down. Did anybody experience the same or root cause of this. Below are the log error msg that we got from solr.log

Re: Solr 6.6.0 - DIH - Multiple entities - Multiple DBs

2019-07-11 Thread Joseph_Tucker
Thanks For the help. Looks like I've managed to get some semblance of this working. The indexes are much faster, but the RAM usage by SolrJ is quite high. Is it normal to see around 6GB of RAM usage? (My test is indexing 250,000 records with the 50 child entities) In short, I'm running through a

Re: Solr 6.6.0 - DIH - Multiple entities - Multiple DBs

2019-07-11 Thread Shawn Heisey
On 7/11/2019 9:04 AM, Joseph_Tucker wrote: Looks like I've managed to get some semblance of this working. The indexes are much faster, but the RAM usage by SolrJ is quite high. Is it normal to see around 6GB of RAM usage? (My test is indexing 250,000 records with the 50 child entities) Whatever

Re: QTime

2019-07-11 Thread Erick Erickson
Not only does Qtime not include network latency, it also doesn't include the time it takes to assemble the docs for return, which can be lengthy when rows is large.. On Wed, Jul 10, 2019, 14:39 Shawn Heisey wrote: > On 7/10/2019 3:17 PM, Lucky Sharma wrote: > > I am seeing one very weird behavio

SSL certificate automated rotation/renewal?

2019-07-11 Thread Jamie Gruener
Folks, I've done plenty of searching, but haven't found anything addressing this issue. I have an existing SolrCloud 3 server cluster in production. We need to enable SSL/TLS encryption, both for clients and between the 3 servers. I've read through the documentation, and while I've not done it

Function Query with multi-value field

2019-07-11 Thread Wei
Hi, I have a question regarding function query that operates on multi-value fields. For the following field: Each value is a hex string representation of RGB value. for example there are 3 values indexed #FF00FF- C1 #EE82EE - C2 #DA70D6 - C3 How would I write a function query that

Get cluster information using JMX

2019-07-11 Thread sharayu shenoy
Hi, I am running solr cloud on version 6.6.6. With jmx enabled. And I am interested in knowing the zookeeper on which a node is running using jmx. For higher versions of Solr, I am able to get this information using the JVM system properties but u cannot find it for version 6.6.6. Is there a comm

Re: QTime

2019-07-11 Thread Edward Ribeiro
Wouldn't be the case of using &rows=0 parameter on those requests? Wdyt? Edward Em qui, 11 de jul de 2019 14:24, Erick Erickson escreveu: > Not only does Qtime not include network latency, it also doesn't include > the time it takes to assemble the docs for return, which can be lengthy > when r

Re: QTime

2019-07-11 Thread Erick Erickson
true, although there’s still network that can’t be included. > On Jul 11, 2019, at 5:55 PM, Edward Ribeiro wrote: > > Wouldn't be the case of using &rows=0 parameter on those requests? Wdyt? > > Edward > > Em qui, 11 de jul de 2019 14:24, Erick Erickson > escreveu: > >> Not only does Qtime n

Spark-Solr connector

2019-07-11 Thread Dwane Hall
Hey guys, I’ve just started looking at the excellent spark-solr project (thanks Tim Potter, Kiran Chitturi, Kevin Risden and Jason Gerlowski for their efforts with this project it looks really neat!!). I’m only at the initial stages of my exploration but I’m running into a class not found