On Mon, Sep 13, 2010 at 4:29 PM, Simon Willnauer <simon.willna...@googlemail.com> wrote:
> On Mon, Sep 13, 2010 at 3:27 PM, Xavier Noria <f...@hashref.com> wrote: >> Let's suppose we have a regular search field body_t, and an internal >> boolean flag flag_t not exposed to the user. >> >> I'd like >> >> body_t:foo AND flag_t:true > > this is solr right? why don't you use filterquery for you unexposed > flat_t field q=boty_t:foo&fq=flag_t:true > this might help too: http://wiki.apache.org/solr/CommonQueryParameters#fq Sounds good.