Solr 4.2, reindexing, transaction logs, high memory usage

2013-03-22 Thread Raghav Karol
Dear List, We are using solr-4.2 to build an index of 5M docs each limited to 6K in size. Conceptually we are modelling a stack of documents. Here is a excerpt from our schema.xml We have publicationBody_1: ..., publicationBody_2: ... maximum of 30 with max 10K of data in each.

Re: Zookeeper: Could not get shard_id for core

2013-03-13 Thread Raghav Karol
ed to select and manage which shard data goes to. We have not been able to find any documentation for it. On Mar 4, 2013, at 1:52 PM, Raghav Karol wrote: > On Mon, Mar 4, 2013 at 1:35 PM, Upayavira wrote: >> You'd be using 3.x style distributed search. You would do a query such >

Re: Zookeeper: Could not get shard_id for core

2013-03-04 Thread Raghav Karol
On Mon, Mar 4, 2013 at 1:35 PM, Upayavira wrote: > You'd be using 3.x style distributed search. You would do a query such > as: > > http://localhost:8983/solr/select?q=foo:bar&shards=localhost:8983/solr,localhost:8984/solr http://localhost:8983/solr/select?q=foo:bar&shards=localhost:8983/solr/c

SolrCloud 4.0 ALHPA, replicas, large commit times

2012-08-27 Thread Raghav Karol
Hello *, We are using SolrClould 4.0 - Alpha and have a 4 machine setup. Machine 1 - 16 Solr cores - Shard 1 - 16 Machine 2 - 16 Solr cores - Shard 17 - 32 Machine 3 - 16 Solr cores - Replica 1 - 16 Machine 4 - 16 Solr cores - Replice 17 - 32 Index at 500 docs/sec and committing every 60 seco

Re: Solr 4.0.0, query, default port not changeable

2012-08-14 Thread Raghav Karol
On Aug 13, 2012, at 6:15 PM, Chris Hostetter wrote: > > : We would like to use multiple jvm's to host solr cores but can not > : because the queries ignore the jetty.port settings. The following is > : they query generated using the admin interface, solr is running in jetty > : under port 808

Re: Solr 4.0.0, query, default port not changeable

2012-08-14 Thread Raghav Karol
eting zookeeper data and restarting with new configuration worked. Thanks! On Aug 13, 2012, at 6:05 PM, Jack Krupansky wrote: > Did you try this: > http://lucene.472066.n3.nabble.com/How-to-change-a-port-td490375.html > > -- Jack Krupansky > > -Original Message- From: Ragh

Solr 4.0.0, query, default port not changeable

2012-08-13 Thread Raghav Karol
Hello *, Running Solr 4.0.0-ALHPA we have an issue with queries. We would like to use multiple jvm's to host solr cores but can not because the queries ignore the jetty.port settings. The following is they query generated using the admin interface, solr is running in jetty under port 8080. ht