Θέμα: Re: problem with the label

2007-05-27 Thread STEFANOS STEFANOS
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

Re: problem with the label

2007-05-27 Thread Erick Erickson
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