collective / collective.solr

Solr search engine integration for Plone
https://pypi.org/project/collective.solr/
21 stars 46 forks source link

Prevent wildcard expressions for stopwords in simple expressions #368

Closed reebalazs closed 5 months ago

reebalazs commented 6 months ago

This transforms the (term AND term*) expression for stopwords, removing the wildcard expression. Such an expression would never match any documents, because solr won't remove the wildcard term, but the stopword will be missing from the index. This workaround does that with no side effects, as stopwords would be ignored by solr anyway.

tisto commented 5 months ago

@reebalazs released with c.solr. 9.2.0.