Re: Easy question ? docs with empty geodata field

2012-10-22 Thread darul
Amit, Your guess was perfect and result is what expected: fq=-location_0_coordinate:[* TO *] to get docs with no geo data Thx, Jul -- View this message in context: http://lucene.472066.n3.nabble.com/Easy-question-docs-with-empty-geodata-field-tp4014751p4015067.html Sent from the Solr

Re: Easy question ? docs with empty geodata field

2012-10-20 Thread David Smiley (@MITRE.org)
-- View this message in context: http://lucene.472066.n3.nabble.com/Easy-question-docs-with-empty-geodata-field-tp4014751p4014938.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Easy question ? docs with empty geodata field

2012-10-20 Thread darul
Thank you Amit, I let you know on monday when at office because I do not have access to solr from home... But I guess I missed to use dynamic field in right way, a long time I do not read my basics ;) -- View this message in context: http://lucene.472066.n3.nabble.com/Easy-question-docs

Re: Easy question ? docs with empty geodata field

2012-10-20 Thread darul
Indeed, it would be nice we can use [* TO *] Then, is it possible to deal with the following on solr 3.6: geofieldname:[-90,-180 TO 90,180] -- View this message in context: http://lucene.472066.n3.nabble.com/Easy-question-docs-with-empty-geodata-field-tp4014751p4014944.html Sent from

Easy question ? docs with empty geodata field

2012-10-19 Thread darul
Hello, Looking to get all documents with empty geolocalisation field, I have not found any way to do it, with ['' to *], geodata being a specific field, do you have any solution ? Thanks, Jul -- View this message in context: http://lucene.472066.n3.nabble.com/Easy-question-docs-with-empty

Re: Easy question ? docs with empty geodata field

2012-10-19 Thread darul
sorry, I mean this field called geodata in my schema fieldType name=location class=solr.LatLonType subFieldSuffix=_coordinate/ field name=geodata type=location indexed=true stored=true/ -- View this message in context: http://lucene.472066.n3.nabble.com/Easy-question-docs-with-empty-geodata

Re: Easy question ? docs with empty geodata field

2012-10-19 Thread Tanguy Moal
stored=true/ -- View this message in context: http://lucene.472066.n3.nabble.com/Easy-question-docs-with-empty-geodata-field-tp4014751p4014752.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Easy question ? docs with empty geodata field

2012-10-19 Thread Amit Nithian
this message in context: http://lucene.472066.n3.nabble.com/Easy-question-docs-with-empty-geodata-field-tp4014751p4014763.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Easy question ? docs with empty geodata field

2012-10-19 Thread darul
=true stored=true/ dynamicField name=*_coordinate type=tdouble indexed=true stored=false / How can I use it ? fq=location_coordinate:[1 to *] not working by instance -- View this message in context: http://lucene.472066.n3.nabble.com/Easy-question-docs-with-empty-geodata-field

Re: Easy question ? docs with empty geodata field

2012-10-19 Thread Amit Nithian
can I use it ? fq=location_coordinate:[1 to *] not working by instance -- View this message in context: http://lucene.472066.n3.nabble.com/Easy-question-docs-with-empty-geodata-field-tp4014751p4014779.html Sent from the Solr - User mailing list archive at Nabble.com.