Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Background

There are a number of search implementations within edX, all built upon Elasticsearch. This document collects together best practices learned from these different features.

Search Implementations

The following is a list of features that are currently using search.

FeatureDocsComments
Discussions / Forums
  • ES 1.5
  • Ruby elasticsearch, elasticsearch-model gems
  • Mongo backed
  • Rake tasks for indexing
Course Content Search
  • ES 1.5
  • edx-search client in edx-platform
  • Mongo backed
  • Reindexing management commands and GUI
Teams
  • ES 1.5
  • edx-search client in edx-platform
  • Sql backed
  • Reindexing management commands
Student Notes
  • ES 1.5
  • Haystack
Course Discovery / Catalog
  • ES 1.5
  • Haystack
Learner Analytics
  • ES 1.5


Search Technologies

There are three main technologies that are used by edX:

Additional Proposed Uses


  • No labels