You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ParthS007 When changing ES7analysers,tokenisers, in addition to the full version "/BTau/Run2010B-Apr21ReReco-v1/AOD", please pay atenttion that the the whole thing should be treated as one word (with / being a normal character), but also the string should get parsed into substrings like "BTau" (with / being a separator), so that when user search for the word BTau, they would also find this title.
Revise tokenisers and analysers so that exact searches would work.
For example, for the dataset http://opendata.cern.ch/record/1, the following query does not give anything:
even though this is exact match with record title.
It even leads to *Error: Invalid query", most probably due to the use of slashes.
The users have to use double quotes:
which finds the record.
However, forcing the use of double quotes is not very user-friendly.
Let's see if we can amend Elasticsearch mappings and analysers so that exact matches will be returned directly.
The text was updated successfully, but these errors were encountered: