Opened 7 years ago
Last modified 19 months ago
#3389 assigned task (blessed)
Build Elasticsearch Index: Developer Hub
Reported by: | gibrown | Owned by: | gibrown |
---|---|---|---|
Milestone: | Improved Search | Priority: | normal |
Component: | Developer Hub | Keywords: | |
Cc: |
Description
Unclear exactly how important an ES index is here, but opening up for discussion.
Related tickets: #556 #3019 #174
An easy example where results are terrible: https://developer.wordpress.org/plugins/?s=posts ("post" of course is much better).
Steps to create this:
- Enable Jetpack on developer.wordpress.org so we can sync all posts
- Build a custom index. I think a custom index is needed so we can do custom analysis of the function names, etc. Could then do boosting when matching a function name.
Note to self: Opengrok has a Lucene custom analyzer for php (and others): https://github.com/oracle/opengrok/tree/master/src/org/opensolaris/opengrok/analysis/php
Note: See
TracTickets for help on using
tickets.
Let's try and have an owner for every task