**Try out different Lucene analyzers and/or add advanced search form controls to see what combination can produce our expected results** For more on stopwords, see: - Lucene's default list of stopwords: https://stackoverflow.com/questions/17527741/what-is-the-default-list-of-stopwords-used-in-lucenes-stopfilter - Pros/cons of stopwords: https://www.elastic.co/guide/en/elasticsearch/guide/current/stopwords.html (linked from the stackoverflow page above) - Example of how our use of default stopwords leads to unexpected/unwanted search hits, see https://twitter.com/awmarrs/status/893213357251203077 _Originally posted by @joewiz in_ * _https://github.com/HistoryAtState/hsg-shell/issues/255#issuecomment-320088789_ * _https://github.com/HistoryAtState/hsg-shell/issues/255#issue-185484146_ * _https://github.com/HistoryAtState/hsg-shell/issues/255#issuecomment-318048479_ * _https://github.com/HistoryAtState/hsg-shell/issues/255#issuecomment-320485522_
Try out different Lucene analyzers and/or add advanced search form controls to see what combination can produce our expected results
For more on stopwords, see:
Originally posted by @joewiz in