Solr- Data search across multiple vores

2017-09-17 Thread Agrawal, Harshal (GE Digital)
Hello Folks, I want to search data in two separate cores. Both cores are unidentical only few fields are common in between. I don't want to join data . Is it possible to search data from two cores. I read about distributed search concept but not able to understand that. Is it the only way to

Re: Provide suggestion on indexing performance

2017-09-17 Thread Aman Tandon
Hi Shawn, Thanks for your reply, this is really helpful. I will try this out to see the performance with the docValues. With regards, Aman Tandon On Sep 15, 2017 9:10 PM, "Shawn Heisey" wrote: > On 9/11/2017 9:06 PM, Aman Tandon wrote: > > We want to know about the

Re: Provide suggestion on indexing performance

2017-09-17 Thread Aman Tandon
Hi Tom, Thanks for your suggestion and the information. I will try this out to test and will share the results. On Sep 14, 2017 2:32 PM, "Sreenivas.T" wrote: > I agree with Tom. Doc values and stored fields are present for different > reasons. Doc values is another index

Re: solr 6.6.1: Lock held by this virtual machine

2017-09-17 Thread Erick Erickson
I've seen this error (or similar) reported due to permissions errors. It's kind of a long shot but worth checking. See the discussion at: https://issues.apache.org/jira/browse/LUCENE-7959 Best, Erick On Sun, Sep 17, 2017 at 9:24 AM, Ode3 wrote: > HI all - > > I think

Re: solr 6.6.1: Lock held by this virtual machine

2017-09-17 Thread Ode3
HI all - I think I am seeing something similar and I had just posted https://issues.apache.org/jira/browse/SOLR-11361 a bit ago. Starters - on my test bed I decided to update from 6.2.1 to 6.6.1. All seemed okay until I restart Solr and the Core would not load. Going to 6.6.0 helped or at

Re: SolrJ Java API examples

2017-09-17 Thread Furkan KAMACI
Hi Vishal, You can also check here: https://lucene.apache.org/solr/guide/6_6/using-solrj.html#using-solrj You can get enough information about how to use it. Kind Regards, Furkan KAMACI On Thu, Sep 14, 2017 at 1:25 PM, Leonardo Perez Pulido < leoperezpul...@gmail.com> wrote: > Hi, > This may

Re: Solr Spatial Index and Data

2017-09-17 Thread Furkan KAMACI
Hi Can, For your first question: you should share more information with us as Rick indicated. Do you have any errors, do you have unique ids or not etc? For the second one: you should read here: https://cwiki.apache.org/confluence/display/solr/Spatial+Search and ask your questions if you have