Latest stable SOLR version

2017-09-11 Thread Gunalan V
Hello, In our project we are planning to use SOLR and I'm new to it. So, what is the latest stable version we can use and that is supported by Apache? Kindly let me know your suggestions because we started with installing SOLR 6.2 but heard that there are many issues and need to be upgraded to 6.

Re: Latest stable SOLR version

2017-09-11 Thread Gunalan V
under > Walter Underwood > wun...@wunderwood.org > http://observer.wunderwood.org/ (my blog) > > > > On Sep 11, 2017, at 8:36 AM, Gunalan V wrote: > > > > Hello, > > > > In our project we are planning to use SOLR and I'm new to it. So, what is > >

Re: Latest stable SOLR version

2017-09-11 Thread Gunalan V
ould give it a try. > > On Mon, Sep 11, 2017 at 1:15 PM Gunalan V wrote: > > > Thank You! > > > > I believe 6.6 should have fixed all the previous version issues. But in > 6.6 > > is there any major issues noticed? if so I will go with 6.5.1 else will > > p

Re: Latest stable SOLR version

2017-09-11 Thread Gunalan V
Thanks Shawn! On Mon, Sep 11, 2017 at 2:01 PM, Shawn Heisey wrote: > On 9/11/2017 9:36 AM, Gunalan V wrote: > > In our project we are planning to use SOLR and I'm new to it. So, what is > > the latest stable version we can use and that is supported by Apache? > > As of

SOLR Cloud Installation Instructions

2017-09-13 Thread Gunalan V
Hello All, Kindly share me some reference link to install a solrcloud architecture with external zookeepers in my project. We are using SOLR 6.5.1 GVK

AEM SOLR integaration

2017-09-21 Thread Gunalan V
Hello, I'm looking for suggestion in building the SOLR infrastructure so Kindly let me know if anyone has integerated AEM (Adobe Experience Manager) with SOLR? Thanks, GVK

Re: AEM SOLR integaration

2017-09-22 Thread Gunalan V
> wrote: > > > Hi, > > > > Maybe this could help you out http://www.aemsolrsearch.com/ > > > > Regards, > > Nicole > > > > On Sep 22, 2017 05:41, "Gunalan V" wrote: > > > > > Hello, > > > > > > I'

Re: AEM SOLR integaration

2017-09-26 Thread Gunalan V
a structured manner. These are two > > different but related features. Which are you looking to do? > > > > Hope this helps, > > > > -Dan > > > > -Original Message- > > From: Gunalan V [mailto:visagan2...@gmail.com] > > Sent: Friday, Sep

SOLR terminology

2017-09-27 Thread Gunalan V
Hello, Could someone please tell me the difference between Solr Core (core), Collections, Nodes, SolrCluster referred in SolrColud. It's bit confusing. If there are any diagrammatic representation or example please share me. Thanks!

Where the uploaded configset from SOLR into zookeeper ensemble resides?

2017-09-27 Thread Gunalan V
Hello, Could you please let me know where can I find the uploaded configset from SOLR into zookeeper ensemble ? In docs it says they will "/configs/" but I'm not able to see the configs directory in zookeeper. Please let me know if I need to check somewhere else. Thanks!

Getting user-level KeeperException

2017-10-11 Thread Gunalan V
Hello, Could someone please let me know what this user-level keeper exception in zookeeper mean? and How to fix the same. Thanks, GVK 2017-10-12 01:56:25,276 [myid:3] - INFO [CommitProcessor:3:ZooKeeperServer@687] - Established session 0x35f0e3edd390001 with negotiated timeout 15000 for c

SOLR cores are getting locked

2017-10-12 Thread Gunalan V
Hello, I'm using SOLR 6.5.1 and I have 2 SOLR nodes in SOLRCloud and created collection using the below [1] and it was created successfully during initial time but next day I tried to restart the nodes in SOLR cloud. When I start the first node the collection health is active but when I start the

Re: Getting user-level KeeperException

2017-10-12 Thread Gunalan V
Thanks Shawn and Amrit! On Thu, Oct 12, 2017 at 4:05 PM, Shawn Heisey wrote: > On 10/11/2017 8:22 PM, Gunalan V wrote: > >> Could someone please let me know what this user-level keeper exception in >> zookeeper mean? and How to fix the same. >> > > Those are n

Re: SOLR cores are getting locked

2017-10-15 Thread Gunalan V
arate node directories. GVK On Thu, Oct 12, 2017 at 10:17 AM, Erick Erickson wrote: > You might be hitting SOLR-11297, which is fixed in Solr 7.0.1. The > patch should back-port cleanly to 6x versions though. > > Best, > Erick > > On Thu, Oct 12, 2017 at 12:14 AM, G

Re: SOLR cores are getting locked

2017-10-17 Thread Gunalan V
> use. Here's one of my batch files I used to start various cloud > examples: > > bin/solr start -c -z localhost:2181 -p 898 -s example/cloud/node1/solr > > On Sun, Oct 15, 2017 at 11:48 PM, Gunalan V wrote: > > Thanks Erick, > > > > I'm using th