C

Coding Defined's Coding Defined

This blog contains articles on Nodejs, Asp.Net, Csharp.
CodingDefined.com is a web based blog, contains articles on
programming languages, frameworks and architectures.

  • Rated2.9/ 5
  • Updated 1 Year Ago

We Do not Use CommonGramsFilterFactory for StopWords filtering in Solr

Updated 5 Years Ago

We Do Not Use CommonGramsFilterFactory For StopWords Filtering In Solr
Common Grams Filter creates word shingles by combining common tokens from the stop words with regular tokens. This is only useful when I want to create a phrase query which contains the common words. So for example if my stop words contains 'the' word the query "the good" will give the text as the, the_good, good as shown below.
Read More