Re: Solr and bitwise comparaison
: 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
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