Re: one column indexed, the other isnt

2011-02-01 Thread PeterKerk
I solved it by altering my SQL statement to return a 'true' or 'false' value: CASE WHEN c.varstatement='False' THEN 'false' ELSE 'true' END as varstatement Thanks! -- View this message in context: http://lucene.472066.n3.nabble.com/one-column-indexed-the-other-isnt-tp2389819p2399011.html

one column indexed, the other isnt

2011-01-31 Thread PeterKerk
/ field name=varstatement column=varstatement / /entity /entity -- View this message in context: http://lucene.472066.n3.nabble.com/one-column-indexed-the-other-isnt-tp2389819p2389819.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: one column indexed, the other isnt

2011-01-31 Thread Erick Erickson
}' field name=kvk column=KVK / field name=varstatement column=varstatement / /entity /entity -- View this message in context: http://lucene.472066.n3.nabble.com/one-column-indexed-the-other-isnt-tp2389819p2389819.html Sent from the Solr - User mailing

Re: one column indexed, the other isnt

2011-01-31 Thread PeterKerk
, but the varstatement value remains false even though in the DB it is true.. On top of that I have successfully used the boolean fieldtype for other fields as well... -- View this message in context: http://lucene.472066.n3.nabble.com/one-column-indexed-the-other-isnt-tp2389819p2392732.html Sent from the Solr

Re: one column indexed, the other isnt

2011-01-31 Thread Erick Erickson
the boolean fieldtype for other fields as well... -- View this message in context: http://lucene.472066.n3.nabble.com/one-column-indexed-the-other-isnt-tp2389819p2392732.html Sent from the Solr - User mailing list archive at Nabble.com.