Thanks for the replies.
I found that -location_field:* returns documents that both have and don't
have the field set.
I should clarify that I am using Solr 3.4
the location type is set to solr.LatLonType
Although I could add a boolean field that is true if location is set I'd
rather not have redu
I have a location-type field in my schema where I store lat / lon of a
document when this data is available. In around half of my documents this
info is not available and I just don't store anything.
I am trying to find the documents where the location is not set but nothing
is working.
I tried
Thanks for all the replies.
I oversimplified the problem for the purposes of making my post small and
concise. I am really trying to find the counts of documents by a list of 10
different authors that match those keywords. Of course on looking up a
single author there is no reason to do a facet
I am doing a facet query in Solr (3.4) and getting very bad performance.
This is in a solr shard with 22 million records, but I am specifically doing
a small time slice. However even if I take the time slice query out it
takes the same amount of time, so it seems to be searching the entire data
s