: So if i search for companies like HR Club i get no results. Similarly : search for India HR giving no results. How can i get results in query for : following companies :
take a look at the "CommonGramsFilterFactory" and "CommonGramsQueryFilterFactory" ... they shold let you remove stopwords, but index the pairs of consecutive stop words as single tokens for use at query time. https://lucene.apache.org/core/4_4_0/analyzers-common/org/apache/lucene/analysis/commongrams/package-summary.html -Hoss