jeme commented on issue #860:
URL: https://github.com/apache/lucenenet/issues/860#issuecomment-1587329711

   
https://lucenenet.apache.org/docs/4.8.0-beta00005/api/Lucene.Net.Analysis/Lucene.Net.Analysis.Standard.StandardAnalyzer.html
   
   // Filters 
[StandardTokenizer](https://lucenenet.apache.org/docs/4.8.0-beta00005/api/Lucene.Net.Analysis/Lucene.Net.Analysis.Standard.StandardTokenizer.html)
 with 
[StandardFilter](https://lucenenet.apache.org/docs/4.8.0-beta00005/api/Lucene.Net.Analysis/Lucene.Net.Analysis.Standard.StandardFilter.html),
 
[LowerCaseFilter](https://lucenenet.apache.org/docs/4.8.0-beta00005/api/Lucene.Net.Analysis/Lucene.Net.Analysis.Core.LowerCaseFilter.html)
 and 
[StopFilter](https://lucenenet.apache.org/docs/4.8.0-beta00005/api/Lucene.Net.Analysis/Lucene.Net.Analysis.Core.StopFilter.html),
 using a list of English stop words.
   
   I am quite sure that "on" is in the list of common english stopwords, so if 
you wish to index that you should pass an empty list of stop words or the list 
you would like it to filter away.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to