Re: wildcards with SpanQuery

2006-04-18 Thread Erik Hatcher
There isn't a SpanWildcardQuery, per se, but there is a SpanRegexQuery: It can be used to achieve the same sort of thing, only using standard regex syntax like fast.* (instead of fast

Re: wildcards with SpanQuery

2006-04-18 Thread karl wettin
18 apr 2006 kl. 20.10 skrev Michael Dodson: Is it possible to use wildcards with SpanNearQuery? For example, if the user enters "fast car" with a slop of 1 things like "fast cars" "faster cars" "fast brown cars" etc would be found? You might be looking for stem-analysis? You can, for insta

wildcards with SpanQuery

2006-04-18 Thread Michael Dodson
Is it possible to use wildcards with SpanNearQuery? For example, if the user enters "fast car" with a slop of 1 things like "fast cars" "faster cars" "fast brown cars" etc would be found? Thanks, Mike - To unsubscribe, e-m