Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a preanalyzis of the original request before sending to edismax parsers #75

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

gquaire
Copy link

@gquaire gquaire commented Apr 3, 2017

For a project, we use the synomyms-edismax parsed to avoid issues in highlighting with synonyms. It works great! The plugin is able to configured several analyzers for the synonyms part of the query. But, we have the same needs the same behaviour for the main query part. (Precisely, we need to select stopwords files at query time. So, I developped the abilty to configure analyzers on the original query before applying synonyms. By default, no preanalyzis is done on the query for compatibility. I give an exemple of a new configuration of the plugin in the resource of the test package. I upgraded the tests units with this new functionnality.

Quaire Gérald added 3 commits March 31, 2017 17:43
Several preanalizers can be configured into “solrconfig.xml”. Select the preanalyser at query time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant