RE: Strange behavior of the StandardAnalyzer

2011-08-18 Thread Alain Sahli
Hi, Yes I use the same Analyzer for both. I use (and must use) the version 2.4 of Lucene. I changed nothing to the configuration of the StandardAnalyzer. For the moment, to resolve that issue, I split the words by hyphen before I run the search... Thanks for your help, Alain --

RE: Strange behavior of the StandardAnalyzer

2011-08-17 Thread Uwe Schindler
Hi, Do you use the same Analyzer for both searching and indexing. These typ of issues only happen, if you have different analyzers. This type of query should always work with StandardAnalyzer. Which Lucene version and which analysis configuration do you have (including matchVersion parameters)? U