Re: Using + with Stopwords
> > Does any body know how to provide this ability to > search for stopwords > > CommonGramsFilterFactory [1] may help. > Sorry, Solr 1.4 has this filter.
Re: Using + with Stopwords
> Hi, > > I have some common stopwords defined like [a,the,of] etc. > Our users need the > ability to include stopwords in their search. I tried using > + sign like, > [Bank +of America] to get accurate results, but it does not > work. > > Does any body know how to provide this ability to search