Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

wildcards searches and hyphens #709

Open
liowalter opened this issue Aug 14, 2019 · 0 comments
Open

wildcards searches and hyphens #709

liowalter opened this issue Aug 14, 2019 · 0 comments
Labels
improveSearchQuality compare https://github.com/swissbib/searchconf/issues?q=is%3Aissue+is%3Aopen+label%3AimproveSearchQu

Comments

@liowalter
Copy link
Member

There is a problem with wildcard searches which contains also hyphens :

This is the same with vufind core

The query is correctly sent to solr, but solr cannot process it correctly

Currently, during indexing grand-père yields 3 tokens : "grandpere", "grand", "pere".

One possible solution might be to use preserveOriginal=1 in the WDGF filter.

Or catenateWords=1 at query time as well.

But this is still unclear to me why this happens.

@liowalter liowalter added the improveSearchQuality compare https://github.com/swissbib/searchconf/issues?q=is%3Aissue+is%3Aopen+label%3AimproveSearchQu label Oct 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
improveSearchQuality compare https://github.com/swissbib/searchconf/issues?q=is%3Aissue+is%3Aopen+label%3AimproveSearchQu
Projects
None yet
Development

No branches or pull requests

1 participant