I am working on Lucene 3.x (source code). To start with I downloaded
Simple question : How to make Lucene's StandardAnalyzer not to remove stop words when analyzing my sentence ?
StandardAnalyzer
I hope you can help me with this problem. What I intend to do: Given a right text, I want to count the frequencies for every stemmized token ngrams without the stopwords(in other ...