Closed
Bug 1010975
Opened 11 years ago
Closed 11 years ago
switch to simple-query-string
Categories
(support.mozilla.org :: Search, defect)
support.mozilla.org
Search
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1100394
People
(Reporter: willkg, Unassigned)
Details
A month or so ago, they upgraded our Elasticsearch cluster from 0.20.something to 0.90.10. This allows us to switch to simple-query-string.
This bug covers figuring out if we can switch Kitsune to use simple-query-string instead of text and text-phrase queries.
Possible technical complications:
1. does simple-query-string work with our analyzers?
2. are we doing other kinds of queries than text and text-phrase like prefix? if so, then we might need to ditch those. if we do, how does that affect results?
3. should we use simple-query-string for both basic and advanced search? is the results what users would expect?
Reporter | ||
Comment 1•11 years ago
|
||
Another option is to switch to the query parser I wrote for Input and extend that with the additional things we need.
Bug #986589 covered switching Input searches to simple-query-string.
Comment 2•11 years ago
|
||
We've implemented this for Advanced Search.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•