logoalt Hacker News

wolfgarbeyesterday at 3:31 PM1 replyview on HN

The stopword list in SeekStorm is purely optional, per default it is empty.

The query "to be or not to be" that you mentioned, consisting solely of stopwords, returns complete results and perform quite well in the benchmark: https://github.com/SeekStorm/SeekStorm?tab=readme-ov-file#be...

Both Lucene and Elastic still offer stopword filters: https://lucene.apache.org/core/10_3_2/analysis/common/org/ap... https://www.elastic.co/docs/reference/text-analysis/analysis...


Replies

jillesvangurpyesterday at 4:06 PM

Thanks for correcting me and clarifying this.