webplatform / mediawiki-conversion

Convert MediaWiki XML backup into structured raw text file tree
https://github.com/webplatform/docs
15 stars 4 forks source link

Attempt to reproduce search index functionality from static content #8

Open renoirb opened 9 years ago

renoirb commented 9 years ago

Since all will be converted into static files, we won’t have any backend to serve our content. This would effectively also any search capabilities.

(nice to have) Objective: Set in place an equivalent search feature

Expected outcome

  1. During static-site-generator script run, optionally send generated HTML into an ElasticSearch/Solr search index
  2. Set in place JavaScript client to query ElasticSearch/Solr search API
  3. Render search results
renoirb commented 9 years ago

See if we can use GitHub search API instead.

renoirb commented 9 years ago

See also if we could use ElasticSearch. The RobinThrift/Jekyll---elasticsearch repo has done it and it looks easy to port into our stack.