: This command to each shard returns one document from each shard.
: curl 'http://localhost:8983/solr/select?debugQuery=true&indent=true&q=conway
: curl 'http://localhost:7574/solr/select?debugQuery=true&indent=true&q=conway
:
: This distributed search command returns 0 documents:
What do those
Hmmm, the zero results could be that you're searching against the
default text field and you don't have "conway" in that field. the
default search field has recently been deprecated, so try specifying a
field in your search
The debugQuery=on worked fine for me, so I'm not sure what's happening