Closed
Bug 1155695
Opened 11 years ago
Closed 9 years ago
[Super Search] Figure out how to deal with nested objects
Categories
(Socorro :: General, task, P2)
Socorro
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: adrian, Assigned: adrian)
Details
The json_dump contains some arrays (for example, the "frames" field), and those should be indexed in Elasticsearch as "nested" objects. They also require specific filters to be used. This bug is to investigate what is needed to be able to query such fields, and implement it.
Comment 1•10 years ago
|
||
I'm not convinced that indexing this stuff in ES makes sense in general. What use-cases will this solve?
| Assignee | ||
Comment 2•10 years ago
|
||
Well those are indexed at the moment, just not correctly mapped. And many people have been asking for the dump to be available in search and other SuperSearch based tools (I'm thinking spectateur for example).
I had requested adding a search field for function offset, which would be:
processed_crash.json_dump.crashing_thread.frames[0].function_offset
But the system only knows about:
processed_crash.json_dump.crashing_thread.frames.function_offset
| Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•