Re: Configuration for distributed search

2012-08-08 Thread Chris Hostetter
: 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

Re: Configuration for distributed search

2012-08-03 Thread Erick Erickson
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