> > how can i specify searching for these items? > fq=-location_name:[* TO *] Your field name is "location_name" and not "facet.location_name".
Cheers Avlesh On Mon, Aug 17, 2009 at 5:04 AM, Jonathan Vanasco <jvana...@2xlp.com> wrote: > My result set for a query has 451 records > 293 of them do not have a value set on 'facet.location_name' > > how can i specify searching for these items? > > i've tried: > > fq=facet.location_name:"" > > and based on > http://wiki.apache.org/solr/SimpleFacetParameters#head-b618fc041ffc0c26ea45bdf086895e5b87061bd4 > > fq=-facet.location_name:[* TO *] > fq=facet.location_name:[* TO *] > > but none seem to work >