> if i hide the <filter > class="solr.StopFilterFactory" ignoreCase="true" > words="stopwords.txt" enablePositionIncrements="true"/> > it will work. then > how can i get the "this is it" with out hide > solr.StopFilterFactory ... any > solution
One solution can be using CommonGramsFilterFactory [1] instead of StopFilterFactory. See recent discussion at http://search-lucene.com/m/Zzxv925XeON1/Stopwords [1]http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.CommonGramsFilterFactory