summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-02-23 15:18:42 -0800
committerBryan Newbold <bnewbold@archive.org>2021-02-23 15:18:42 -0800
commit5878aa63118388361f353ca4f2f6c49a14a58b56 (patch)
tree62ab70df65231b5f78a98df866a90e2147cdf450 /README.md
parentae71c814ec7287cd5da96bba247cec03ae904796 (diff)
parentf95fae5e39608a89b0c1a3b81f2803946878eb7f (diff)
downloadfatcat-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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c9c42ba..3946842 100644
--- a/README.md
+++ b/README.md
@@ -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.