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