Making WordPress.org

Opened 21 months ago

Closed 21 months ago

Last modified 21 months ago

#6677 closed defect (bug) (fixed)

Update plugin search algorithm for Elasticsearch version 7

Reported by: robfelty's profile robfelty Owned by: dd32's profile dd32
Milestone: Priority: normal
Component: Plugin Directory Keywords:
Cc:

Description

The plugin search on wordpress.org (and also in wp-admin) is powered by Elasticsearch. Currently the index is running on Elasticsearch version 2, which is quite outdated. We would like to move the index to Elasticsearch version 7, in order to be more up to date. In testing this change, we noticed that some internal scoring changes in Elasticsearch resulted in different results, giving higher weight to the boosting parts of the search query, such as ranking plugins with higher install counts higher. In order to keep the results as similar as possible to the current results, these changes give slightly higher weight to the text based parts of the query, giving similar results to the current query when running on Elasticsearch 7.

Deploying this change should be done at the same time that the active version of the index is updated to the new version running Elasticsearch 7.

I am attaching a patch to the plugin search algorithm.

Attachments (1)

plugin-search-es7.patch (815 bytes) - added by robfelty 21 months ago.
patch for the plugin search

Download all attachments as: .zip

Change History (4)

@robfelty
21 months ago

patch for the plugin search

#1 @dd32
21 months ago

Thanks for the ticket @robfelty!

This change looks good to me, and I'm happy to deploy it whenever you'd like to coincide with the migration. Feel free to organise that directly with me or one of my other team mates, I'll ping you directly to organise a time.

#2 @dd32
21 months ago

  • Owner set to dd32
  • Resolution set to fixed
  • Status changed from new to closed

In 12362:

Plugin Directory: Search: Alter the Elastic Search query to provide a more expected result set on the new ES index.

For more detailed reasonings, see the ticket below.

Props robfelty.
Fixes #6677.

This ticket was mentioned in Slack in #meta by dd32. View the logs.


21 months ago

Note: See TracTickets for help on using tickets.