Re: Lucene index corruption and recovery

2017-07-25 Thread sputul
Another sanity check. With deletion, only option would be to reindex those documents. Could someone please let me know if I am missing anything or if I am on track here. Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Lucene-index-corruption-and-recovery-tp4347439p43

Re: Solr 5.2+ using SSL and non-SSL ports

2017-07-03 Thread sputul
I have SSL enabled in Solr 5 but Zookeeper needs to be started with proper url scheme. Does this imply Solr Cloud cannot use SSL and non-SSL at the same time as Zookeeper itself need separate ports? Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-5-2-using-SSL-

Re: SolrServerException: Invalid use of BasicClientConnManager: connection still allocated.

2017-04-26 Thread sputul
Thank you for the big help! -- Putul On Wed, Apr 26, 2017 at 9:22 AM, Shawn Heisey-2 [via Lucene] < ml+s472066n4331977...@n3.nabble.com> wrote: > On 4/25/2017 1:40 PM, Putul S wrote: > > I am using single instance CloudSolrClient using my HttpClinet. > > Problem with using this httpClient is that

Re: Index upgrade time and disk space

2017-04-02 Thread sputul
Thanks, Shawn for getting back with detail explanation. I will run tests upfront with large index and space, and see if fast disk is needed. - Putul -- View this message in context: http://lucene.472066.n3.nabble.com/Index-upgrade-time-and-disk-space-tp4328003p4328040.html Sent from the Solr -

Re: Migration from Solr 4

2016-10-18 Thread sputul
Thanks, Eric. I will use IndexUpgraderTool to upgrade index per your suggestion. -- Putul -- View this message in context: http://lucene.472066.n3.nabble.com/Migration-from-Solr-4-tp4301788p4301859.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Migration from Solr 4

2016-10-18 Thread sputul
Thanks, Shawn. Sad but good to know upfront hat reindex is not magic. -- View this message in context: http://lucene.472066.n3.nabble.com/Migration-from-Solr-4-tp4301788p4301858.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Migration from Solr 4

2016-10-18 Thread sputul
Thanks for quick reply and all documents, John. I plan on placing our index to Solr install to see if that works. And hope that Solr 4 index will magically work with SolrConfig changes. Excuse my ignorance, but is there a curl command or so to reindex documents in a collection? We do this in code b

Migration from Solr 4

2016-10-18 Thread sputul
We are using Solr 4.3, sing Zoopeeker on development manage Solr Cloud having one or two nodes. Will it be easier to migrate to Solr 5 first or should I migrate to Solr 6 directly? I see Core definition has changed. Anything else worth noting? The goal is to also use HTTPS perhaps after everythin