Hi Ashish –
Are you using v7.3?
If so, I think this is the spot in code that should be executing:
https://github.com/apache/lucene-solr/blob/releases/lucene-solr/7.3.0/solr/core/src/java/org/apache/solr/search/ExtendedDismaxQParser.java#L310
Haven’t dug into the logic, but I tested on my server [
and to say anything about your particular situation we need to see the field
definitions from the schema for the field you expect stopwrods to be removed
from and the stopwords file for those fields.
But Walter’s comment is germane. Stopwords lead to a number of incongruities
and are best just
Why are you removing stopwords? That hack made sense in the 1950s, but I
haven’t removed stopwords for the last twenty years.
wunder
Walter Underwood
wun...@wunderwood.org
http://observer.wunderwood.org/ (my blog)
> On Mar 28, 2019, at 2:47 AM, Ashish Bisht wrote:
>
> Hi,
>
> We are trying
Hi,
We are trying to remove stopwords from analysis using edismax parser
parameter.The documentation says
*stopwords
A Boolean parameter indicating if the StopFilterFactory configured in the
query analyzer should be respected when parsing the query. If this is set to
false, then the StopFilterFa