Re: multiple Tokens in a Tokengroup not matching

2007-09-15 Thread Erick Erickson
I really can't tell much from your e-mail. What I'd recommend is that you get a copy of Luke and examine your index (including your query and it's results). Also, try query.toString() to see what the actual query submitted to Lucene is, that may give you some clues as to what's going on. If the re

multiple Tokens in a Tokengroup not matching

2007-09-14 Thread Dave Schneider
Hi, I've inherited some Lucene 1.9.1 code, and have run into the following problem: I have a TokenGroup with multiple tokens in it, and a query that should match against multiple tokens (e.g. X and Y) in the TokenGroup. However, when I look in the Hit that results, I see that one of the To