Re: Solr and bitwise comparaison

2009-10-25 Thread Chris Hostetter
: I search to make a request in solr similaire are "SELECT COUNT(*) FROM : InscriptionNew WHERE choices & 17 > 0;" into mysql. : it is possible, you have an idea ? bitmask operations in DB queries like that are usually a result of using a single physical column to store many logical boolean colu

Solr and bitwise comparaison

2009-10-20 Thread sahid
Hello, I have a problem :) I search to make a request in solr similaire are "SELECT COUNT(*) FROM InscriptionNew WHERE choices & 17 > 0;" into mysql. it is possible, you have an idea ? Thanks -- ~sahid