On Fri, Apr 3, 2009 at 1:32 PM, Ashish P <ashish.ping...@gmail.com> wrote:
> > I want to query all documents where name:somevalue and actionuser value is > not equal to creationuser value. > > Can we do this??? Nope. But you can create a new field which holds true if actionuser != creationuser and filter on that. -- Regards, Shalin Shekhar Mangar.