On Wednesday, November 12, 2003, at 05:55 AM, Pascal Nadal wrote:
My lucene indexes contain fields with values like this www.xxx.yyy.zzz
which are treated as HOST tokens.
My problem is the following : search results never contain documents with
such fields when doing a wildcard query or a fuzzy query. Only searches on
full field values work.


example queries: www* www.* www.xxx* www?xxx?yyy www.yyy.y~ or just yyy

I'm using Lucene 1.2 and the StandardAnalyzer. It seems that the '.' is the
problem.


Is it a bug ?

What does query.toString("<default field>") return? This generally has a lot of clues on what happened in QueryParser.


Erik


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to