Block join children query parser returns "Parent query yields document which is not matched by parents filter"

2015-08-11 Thread MOIS Martin (MORPHO)
Hello, currently I am evaluating the block join children query parser. But it always returns "Parent query yields document which is not matched by parents filter". What I have done so far: I have added the _root_ field to the schema: . I have created a collection: curl http://localhost:8983/so

Replication and soft commits for NRT searches

2015-10-12 Thread MOIS Martin (MORPHO)
Hello, I am running Solr 5.2.1 in a cluster with 6 nodes. My collections have been created with replicationFactor=2, i.e. I have one replica for each shard. Beyond that I am using autoCommit/maxDocs=1 and autoSoftCommits/maxDocs=1 in order to achieve near realtime search behavior. As far a

Re: Replication and soft commits for NRT searches

2015-10-13 Thread MOIS Martin (MORPHO)
PM, MOIS Martin (MORPHO) wrote: > Hello, > > I am running Solr 5.2.1 in a cluster with 6 nodes. My collections have been > created with replicationFactor=2, i.e. I have one replica for each shard. Beyond that I am using autoCommit/maxDocs=1 and autoSoftCommits/maxDocs=1 in orde

Re: Replication and soft commits for NRT searches

2015-10-14 Thread MOIS Martin (MORPHO)
us what your higher level concern is. >Do you have any evidence of Bad Things Happening? > >And do, please, change your commit intervals to not happen after >doc. That's a Really Bad Practice in Solr. > >Best, >Erick > >On Tue, Oct 13, 2015 at 11:58 PM, MOIS

How to assign shard to specifc node?

2015-06-10 Thread MOIS Martin (MORPHO)
Hello, I have a cluster with 3 nodes (node1, node2 and node3). Now I want to create a new collection with 3 shards using `implicit` routing: http://localhost:8983/solr/admin/collections?action=CREATE&name=mycollection&numShards=3&router.name=implicit&shards=shard1,shard2,shard3&router.field

AW: How to assign shard to specifc node?

2015-06-10 Thread MOIS Martin (MORPHO)
deSet.shuffle parameters. Best, Erick On Wed, Jun 10, 2015 at 8:31 AM, MOIS Martin (MORPHO) wrote: > Hello, > > I have a cluster with 3 nodes (node1, node2 and node3). Now I want to create > a new collection with 3 shards using `implicit` routing: > > > http://loca

Separate network interfaces for inter-node communication and update/search requests?

2015-06-11 Thread MOIS Martin (MORPHO)
Hello, is it possible to separate the network interface for inter-node communication from the network interface for update/search requests? If so I could put two network cards in each machine and route the index and search traffic over the first interface and the traffic for the inter-node comm