: > I mean is there something I can put in a solr URL that will get
: > recognized by the SolrQueryParser as meaning a "match all"?
:
: No, but there should be.

if you use the uniqueKey feature, then you can do id:[* TO *] ... that
acctually works on any field to find all docs that have "a" value, but on
a uniqueKey field it by definition returns all docs since all docs have a
uniequeKey.




-Hoss

Reply via email to