@@ -6,7 +6,7 @@ documentation on this page was written by referencing the code in Openverse as
66well as parts of Openverse's historical development. Parts of the story for how
77Openverse's indexes came to be configured as they are today are likely missing.
88Future improvements to Openverse's indexing and search will be more carefully
9- documented here and in the code to ensure there is greater longevitiy of
9+ documented here and in the code to ensure there is greater longevity of
1010understanding.
1111
1212> ** Note** : This document avoids covering details covered in the
@@ -23,7 +23,7 @@ about Elasticsearch, full text-search, and Openverse's index configuration:
2323- [ Elasticsearch 7.12 documentation] ( https://www.elastic.co/guide/en/elasticsearch/reference/7.12/index.html )
2424- [ Full-text search (Wikipedia)] ( https://en.wikipedia.org/wiki/Full-text_search )
2525- [ Stemming (Wikipedia)] ( https://en.wikipedia.org/wiki/Stemming )
26- - [ ` es_mapping.py ` (index configuration)] ( https://github.com/WordPress/openverse-api /blob/main/ingestion_server/ingestion_server/es_mapping.py )
26+ - [ ` es_mapping.py ` (index configuration)] ( https://github.com/WordPress/openverse/blob/main/ingestion_server/ingestion_server/es_mapping.py )
2727
2828## Terms
2929
@@ -211,8 +211,8 @@ These are the fields currently supported for individual field querying:
211211
212212Each of these can be stacked. You can make a request that queries for a specific
213213title by a specific creator. The following parameters would search only for
214- works by "Claude Monet" where the word "madame" (or it's stemmed versions)
215- appear in the title: ` ?creator=Claude Monet&title=madame ` .
214+ works by "Claude Monet" where the word "madame" (or its stemmed versions) appear
215+ in the title: ` ?creator=Claude Monet&title=madame ` .
216216
217217As you can see, this is unique from the general query searching in that it
218218allows you to apply separate queries for individual fields (hence the name
0 commit comments