Re: Bad type on operand stack: SolrInputDocument not assignable to SolrDocumentBase

2019-01-27 Thread girish
Thanks Shawn, it worked like charm removing the solr-common dependency. As part of one the sample tutorial I referred for integrating with the application it had the jar. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Region wise query routing with solr

2019-01-27 Thread shruti suri
Hi, I want to configure Region wise query routing with Solr. Suppose, I have my data center in Singapore and India so if user hit a query from India then query should fall at Indian data center, likewise for Singapore. How can I achieve this? Is there any such functionality in Solr or SolrCloud.

Active node "kicked out" when starting a new node

2019-01-27 Thread teddie_lee
Hi, I have a SolrCloud cluster with 3 nodes running on AWS. My collection is created with numShard=1and replicationFactor=3. Recently, due to the need of having stress test, our ops cloned a new machine with exactly the same configuration as one of the nodes in existed cluster (let's say the new m

Active node "kicked out" when starting a new node

2019-01-27 Thread teddie_lee
Hi, I have a SolrCloud cluster with 3 nodes running on AWS. My collection is created with numShard=1and replicationFactor=3. Recently, due to the need of having stress test, our ops cloned a new machine with exactly the same configuration as one of the nodes in existed cluster (let's say the new m

Re: Error using collapse parser with /export

2019-01-27 Thread Rahul Goswami
Hi Joel, Thanks for responding to the query. Answers to your questions: 1) After collapsing is it not possible to use the /select handler? - The collapsing itself is causing the failure (or did I not understand your question right?) 2) After exporting is it possible to unique the records using t

Re: Bad type on operand stack: SolrInputDocument not assignable to SolrDocumentBase

2019-01-27 Thread Shawn Heisey
On 1/27/2019 1:17 AM, girish wrote: I have been facing the below issue since yesterday, I get this error when starting spring boot application using version 2.1.1 release and apache solr-common 1.3.0. If anyone else has faced this issue please help me out. I've never heard of a "solr-common" li

Re: solr 6.6.3 is not working on azure web app, it throws an error "The server committed a protocol violation. Section=ResponseStatusLine"

2019-01-27 Thread Jan Høydahl
Hi, Attachments are not allowed on the list, but you may upload files to dropbox or similar and share the link. Also, please specify exactly what deploying as an azure webapp means compared to deploy on "azure vm", you cannot assume we already know that. What operating system? What specificatio

Re: Solr admin UI new features

2019-01-27 Thread Gus Heck
Clear js cache. (Was solution for me) On Wed, Jan 23, 2019, 10:23 PM Dwane Hall Thanks Erick, very helpful as always ...we're up and going now. Before the > install I spun up a stand alone instance to check comparability and the > process did not shut down cleanly from the looks of things. I'm gu

Re: Solr block join

2019-01-27 Thread kumar gaurav
Hi Rajdeep Solr bock join query is used for Nested Documents (also called Nested Objects) provides the ability to “nest” some documents inside of other documents in a parent/child relationship. Refer to this post . http://yonik.com/solr-nested-objects/ Thanks On Sun, Jan 27, 2019 at 7:29 PM

Re: Solr block join

2019-01-27 Thread Rajdeep Sahoo
But how can I use it. In what context block join is required. If I use it, what are the benefits I will be getting. On Jan 27, 2019 6:49 PM, "Mikhail Khludnev" wrote: > Rajdeep, it's already implemented in Lucene and Solr. > > > On Sun, Jan 27, 2019 at 1:14 PM Rajdeep Sahoo > wrote: > > > Please

Adding solr nodes in runtime and still keeps shards evenly divided among the nodes

2019-01-27 Thread yotam eliraz
Hi, I trying to find a way to deal with adding nodes in runtime and still keeps the solr shards evenly divided. let's say I have 2 nodes with 2 shard (each node contain 1 shard) and sometime later the shards I have are fulling their entire appropriate Solr nodes. I will want to add a new node to

Re: Solr block join

2019-01-27 Thread Mikhail Khludnev
Rajdeep, it's already implemented in Lucene and Solr. On Sun, Jan 27, 2019 at 1:14 PM Rajdeep Sahoo wrote: > Please help in understanding how to implement block join query > On Jan 27, 2019 1:43 AM, "Mikhail Khludnev" wrote: > > > https://lucene.apache.org/solr/guide/7_6/other-parsers. > > htm

Re: Adding and deleting documents in the same update request

2019-01-27 Thread Luiz Armesto
You're correct. It' not a good idea mixing different operation types in the same request. You can't rely on the operations order. There is a presentation about SolrJ where they explain it: https://youtu.be/ACPUR_GL5zM?t=1985 On Sun, Jan 27, 2019, 09:14 Andreas Nilsson Thanks for the suggestion

Re: Adding and deleting documents in the same update request

2019-01-27 Thread Andreas Nilsson
Thanks for the suggestions, Shawn. Unfortunately in this case, I don't think there is a natural key to use as the primary key due to the requirements of having multiple versions of the source indexed at the same time. I have now found a way to tweak the delete query in order for it to not ove

Re: Solr block join

2019-01-27 Thread Rajdeep Sahoo
Please help in understanding how to implement block join query On Jan 27, 2019 1:43 AM, "Mikhail Khludnev" wrote: > https://lucene.apache.org/solr/guide/7_6/other-parsers. > html#block-join-parent-query-parser > > On Sat, Jan 26, 2019 at 10:30 PM Rajdeep Sahoo > > wrote: > > > Please suggest any

Bad type on operand stack: SolrInputDocument not assignable to SolrDocumentBase

2019-01-27 Thread girish
I have been facing the below issue since yesterday, I get this error when starting spring boot application using version 2.1.1 release and apache solr-common 1.3.0. If anyone else has faced this issue please help me out. Thanks in Advance. Caused by: org.springframework.beans.factory.BeanCreationE