I have this field in my schema.xml:
<field name="partylocation" type="boolean" indexed="true" stored="true"/>

This one in my data-config:
<field name="partylocation" column="PARTYLOCATION" />                   

Now, how can I return all results for which partylocation = true?

Thanks!
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/Building-query-based-on-value-of-boolean-field-tp1449018p1449018.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to