Solr slow startup

2014-11-03 Thread Michal Krajňanský
Dear All, Sorry for the possibly newbie question as I have only recently started experimenting with Solr and Solrcloud. I am trying to import an index originally created with Lucene 2.x so Solr 4.10. What I did was: 1. upgrade index to version 3.x with IndexUpgrader 2. upgrade index to version

Re: Solr slow startup

2014-11-03 Thread Michal Krajňanský
Yonik > http://heliosearch.org - native code faceting, facet functions, > sub-facets, off-heap data > > > On Mon, Nov 3, 2014 at 11:05 AM, Michal Krajňanský > wrote: > > Dear All, > > > > > > Sorry for the possibly newbie question as I have only rece

Solrcloud solrconfig.xml

2014-11-07 Thread Michal Krajňanský
Hi Everyone, I am quite a bit confused about managing configuration files with Zookeeper for running Solr in cloud mode. To be precise, I was able to upload the config files (schema.xml, solrconfig.xml) into the Zookeeper and run Solrcloud. What confuses me are properties like "data.dir", or re

Solrcloud replicas do not match

2014-11-07 Thread Michal Krajňanský
Hi all, I have a Solrcloud setup with a manually created collection with the index obtained via other means than Solr (data come from Lucene). I created a replica for the index and expected to see the data being copied to the replica, which does not happen. In the Admin interface I see something

Re: Solrcloud replicas do not match

2014-11-08 Thread Michal Krajňanský
(and only then) use the Collection API ADDREPLICA > command. You should see your replica be updated and > be good-to-go > > Best, > Erick > > On Fri, Nov 7, 2014 at 9:13 AM, Michal Krajňanský > wrote: > > Hi all, > > > > > > I have a Solrcloud setup with a ma

Re: Solrcloud solrconfig.xml

2014-11-08 Thread Michal Krajňanský
are relative > to that directory, you get things like > ..solr/node1/solr/gettingstarted_shard1_replica1/data > ..solr/node2/solr/gettingstarted_shard1_replica1/data > > etc. > > Best, > Erick > > On Fri, Nov 7, 2014 at 5:26 AM, Michal Krajňanský > wrote: > &g

Lucene to Solrcloud migration

2014-11-10 Thread Michal Krajňanský
Hi All, I have been working on a project that has long employed Lucene indexer. Currently, the system implements a proprietary document routing and index plugging/unplugging on top of the Lucene and of course contains a great body of indexes. Recently an idea came up to migrate from Lucene to Sol

Re: Lucene to Solrcloud migration

2014-11-11 Thread Michal Krajňanský
types of queries hotspotting particular nodes. > > > > If your ingest rate is fast, you might also consider making each > > "collection" an alias that points to many actual collections, and > > periodically closing off a collection and starting a new one. This > p

Re: Lucene to Solrcloud migration

2014-11-11 Thread Michal Krajňanský
ere's a use case we're > not discussing. > > Michael > > > On 11/11/14 10:27, Michal Krajňanský wrote: > >> Hi Eric, Michael, >> >> thank you both for your comments. >> >> 2014-11-11 5:05 GMT+01:00 Erick Erickson : >> >> bq: -