Simple question : How to make Lucene's StandardAnalyzer not to remove stop words when analyzing my sentence ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
The answer is version-dependent. For Lucene 3.0.3 (current), you need to construct the StandardAnalyzer with an empty set of stop words, using something like this:
|
|||||||||
|
|
Update: the answer is version-dependent. For Lucene 4.0, use:
Note that the |
|||
|
|
