I am looking for the simplest way to disable coord in Solr queries. I have
found out Lucene allows this by construction of a BooleanQuery with
diableCoord=false:
public *BooleanQuery*(boolean disableCoord)
Is there any way to activate this functionality directly from a Solr query?
Thanks,
Ran
h the request. There's also a way to specify an invariant that will
> always be used even if something else is passed in on the request.
>
> Ah, found it: http://wiki.apache.org/solr/SearchHandler#Configuration
>
>
> On 4/11/2011 8:31 AM, Ran Peled wrote:
>
>> In th
In the Distributed Search page (
http://wiki.apache.org/solr/DistributedSearch), it is documented that in
order to perform a distributed search over a sharded index, I should use the
"shards" request parameter, listing the shards to participate in the search
(e.g. ?shards=localhost:8983/solr,localh