Re: FilteredQuery usage

2005-10-26 Thread Chris Hostetter
: filter, I need to query all the index checking if the value of field : name "path" is a prefix or not. : : There's a way to do that query without having to retrieve all the : Document instances from the index? Yep, you're definitely on the right track. You don't need to retrieve any documents a

FilteredQuery usage

2005-10-26 Thread Ricardo Borillo Domenech
Hi all!! I'm using PrefixQuery in my search application and I get TooManyClauses. I have found many information about this problem and the solutions seems to be the use of a FilteredQuery. Now, I'm trying to write my Filter ... Well, the problem is that when i try to write the "bits" function of