Yes i am checking the query .toSring().The problem is that with query such
as contents:Sense:03404903 (is the number of the sense and that what i want to
find is the "Sense:03404903")is that lucene returns many results that don't
contain Sense:03404903".
I tried also to delete the su
First, if you haven't already, get a copy of Luke and use it to examine
your index and see how your query parsed. The colon's ":" are part
of the Lucene query syntax, so I have no idea what now
contents:Sense:sense parses.
Second, what analyzers were you using both at index and query time?
Standa