diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-02-23 15:18:42 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-02-23 15:18:42 -0800 |
commit | 5878aa63118388361f353ca4f2f6c49a14a58b56 (patch) | |
tree | 62ab70df65231b5f78a98df866a90e2147cdf450 /README.md | |
parent | ae71c814ec7287cd5da96bba247cec03ae904796 (diff) | |
parent | f95fae5e39608a89b0c1a3b81f2803946878eb7f (diff) | |
download | fatcat-scholar-5878aa63118388361f353ca4f2f6c49a14a58b56.tar.gz fatcat-scholar-5878aa63118388361f353ca4f2f6c49a14a58b56.zip |
Merge branch 'master' of github.com:internetarchive/fatcat-scholar
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,14 +21,14 @@ querying the full content of papers when available. This repository is fairly small and contains: -- `fatcat_scholar/`: Python code for web serivce and indexing pipeline +- `fatcat_scholar/`: Python code for web service and indexing pipeline - `fatcat_scholar/templates/`: HTML template for web interface - `tests/`: Python test files - `proposals/`: design documentation and change proposals - `data/`: empty directory for indexing pipeline A data pipeline converts groups of one or more fatcat "release" entities -(grouped under a single "work" entitiy) into a single search index document. +(grouped under a single "work" entity) into a single search index document. Elasticsearch is used as the full-text search engine. A simple web interface parses search requests and formats Elasticsearch results with highlights and first-page thumbnails. |