Hi i am using a StandardAnalyzer when indexing with stop words.
when i index the line
Microsoft Excel for Macintosh
it works well to search like this
and i use the same analyzer when searching as when indexing
+Microsoft +Excel +for +Macintosh
when i try to searhc like this
“Microsoft Excel for Macintosh” i get no result as it is transformed into “Microsoft Excel Macintosh”
Anyone have any idea why my result is 0 ?
//Trind
StandardQueryParser.setEnablePositionIncrements(true);
did the trick.