Can I assume that since nobody replied to this that there's no way to perform this kind of search? What I think I need is two different types of conditions:
1) a wildcard conditional that is forced to match against all indexed values for a field 2) a conditional that matches when NO values at all are indexed for a field -Ron On Thu, Jul 10, 2008 at 5:52 PM, Ronald Rudy <[EMAIL PROTECTED]> wrote: > I need to perform a query for a term that may or may not have values, and I > need to check for the conditions where either no terms are indexed OR any > and ALL indexed terms match a wildcard. > > For example, say the following values were indexed as terms in the field > "myfield" in the three documents: > > 1) terms "abc123" and "abcdef123" > 2) terms "abc123", "def123" and "abcdef123" > 3) no terms > > I want my query with a wildcard search of "+myfield:abc*123" to match on > both 1 and 3 but NOT 2. > > Is this possible? > > Thanks, > - Ron > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]