This would be trivial if you also stored boolean fields for aiszero and biszero. That would also be fast, I expect.
wunder On 4/8/08 11:53 PM, "Vinci" <[EMAIL PROTECTED]> wrote: > > Hi all, > > I want to limit the search result by 2 numerical field, A and B, where Solr > return the result only value in field A or B is non-zero. Does it possible > or I need to change the document and schema? or I need to change the schema > as well as the query? > > Thank you, > Vinci