-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Migrate SLR to Search.g4 #11875
Copy link
Copy link
Closed
Labels
component: slrgood fourth issue📍 AssignedAssigned by assign-issue-action (or manually assigned)Assigned by assign-issue-action (or manually assigned)🔔 reminder-sent
Milestone
Metadata
Metadata
Assignees
Labels
component: slrgood fourth issue📍 AssignedAssigned by assign-issue-action (or manually assigned)Assigned by assign-issue-action (or manually assigned)🔔 reminder-sent
Type
Fields
Give feedbackNo fields configured for issues without a type.
In #11803, we migrate(d) away from Lucene syntax (back) to
Search.g4.We need to migrate the web search (and consequently the SLR search).
For SLR, it is OK to define a new version of
study.yml, which supports new web search syntax only.SLR introduced query transformation from Lucene to the publishers at #7350
Refs: #6805
The converter should be already contained in 1c951fb - for converting the groups to a new syntax.