aboutsummaryrefslogtreecommitdiffstats
path: root/schema
Commit message (Collapse)AuthorAgeFilesLines
* issue-db: fixes to schemaBryan Newbold2021-12-021-5/+5
| | | | | | | The primary key on release_counts was resulting in only one row per pubid. Also the 'year_in_sim' column was never being used.
* add container_sherpa_color field, and populate itBryan Newbold2021-01-221-0/+1
|
* schema: add more alias helpersBryan Newbold2021-01-141-2/+5
|
* schema: remove unused mag,s2 identifiers; add doaj,dblp,oaiBryan Newbold2021-01-141-4/+10
|
* ES schema: access_type should be any option, not just 'best'Bryan Newbold2020-08-061-1/+1
|
* enable index_phrases on everything, biblio_all, title_allBryan Newbold2020-08-061-5/+3
| | | | | Want phrase queries to be faster. Expect this to increase term index size, requiring more disk space.
* ES schema: do not index fulltext.body or fulltext.annex separately from ↵Bryan Newbold2020-08-061-3/+2
| | | | | | | | 'everything' The goal here is to reduce term index size. This means that querying/matching only on these fields (distinct from "everything") will not work.
* ES schema: use smaller integer size (short) for most numbersBryan Newbold2020-08-061-5/+5
|
* ES schema: copy_to titles into single title_all fieldBryan Newbold2020-08-061-4/+4
|
* schema: 12 shards, 0 replicas, more compressionBryan Newbold2020-07-271-0/+3
|
* schema: access as object (list), not nestedBryan Newbold2020-07-211-1/+1
| | | | | | Nested allows more precise filter queries, but it seems that simple "dot notation" filters/queries don't work. We don't have anything doing the sophisticated queries yet, so keep it simple.
* 'tag' alias for 'tags'Bryan Newbold2020-06-041-0/+1
|
* collapse pages by SIM issueBryan Newbold2020-06-041-0/+1
|
* HTML strip in ES indexingBryan Newbold2020-05-211-4/+4
|
* fix abstracts; experiment with search stemmingBryan Newbold2020-05-212-6/+32
|
* first pass improving search scoringBryan Newbold2020-05-211-0/+1
|
* abstracts as object, not nested, until query parserBryan Newbold2020-05-211-5/+3
|
* schema: releases as objects, not nestedBryan Newbold2020-05-201-1/+1
| | | | | | With nested, we can't do simple aliases. In the future a proper query parser will make this possible.
* schema: many more aliasesBryan Newbold2020-05-201-1/+19
|
* fixes from manual testingBryan Newbold2020-05-201-2/+2
|
* fixes to schema; actually working nowBryan Newbold2020-05-201-3/+4
|
* tweak ES schema fields a bitBryan Newbold2020-05-161-4/+5
|
* first pass at issue-db toolBryan Newbold2020-05-151-0/+35
|
* first pass at scholar_fulltext schemaBryan Newbold2020-05-142-141/+216
|
* schema starting point (from covid19)Bryan Newbold2020-05-131-0/+141