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.
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
>
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
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
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
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
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