Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ES schema: access_type should be any option, not just 'best' | Bryan Newbold | 2020-08-06 | 1 | -1/+1 |
| | |||||
* | enable index_phrases on everything, biblio_all, title_all | Bryan Newbold | 2020-08-06 | 1 | -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 Newbold | 2020-08-06 | 1 | -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 numbers | Bryan Newbold | 2020-08-06 | 1 | -5/+5 |
| | |||||
* | ES schema: copy_to titles into single title_all field | Bryan Newbold | 2020-08-06 | 1 | -4/+4 |
| | |||||
* | schema: 12 shards, 0 replicas, more compression | Bryan Newbold | 2020-07-27 | 1 | -0/+3 |
| | |||||
* | schema: access as object (list), not nested | Bryan Newbold | 2020-07-21 | 1 | -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 Newbold | 2020-06-04 | 1 | -0/+1 |
| | |||||
* | collapse pages by SIM issue | Bryan Newbold | 2020-06-04 | 1 | -0/+1 |
| | |||||
* | HTML strip in ES indexing | Bryan Newbold | 2020-05-21 | 1 | -4/+4 |
| | |||||
* | fix abstracts; experiment with search stemming | Bryan Newbold | 2020-05-21 | 2 | -6/+32 |
| | |||||
* | first pass improving search scoring | Bryan Newbold | 2020-05-21 | 1 | -0/+1 |
| | |||||
* | abstracts as object, not nested, until query parser | Bryan Newbold | 2020-05-21 | 1 | -5/+3 |
| | |||||
* | schema: releases as objects, not nested | Bryan Newbold | 2020-05-20 | 1 | -1/+1 |
| | | | | | | With nested, we can't do simple aliases. In the future a proper query parser will make this possible. | ||||
* | schema: many more aliases | Bryan Newbold | 2020-05-20 | 1 | -1/+19 |
| | |||||
* | fixes from manual testing | Bryan Newbold | 2020-05-20 | 1 | -2/+2 |
| | |||||
* | fixes to schema; actually working now | Bryan Newbold | 2020-05-20 | 1 | -3/+4 |
| | |||||
* | tweak ES schema fields a bit | Bryan Newbold | 2020-05-16 | 1 | -4/+5 |
| | |||||
* | first pass at issue-db tool | Bryan Newbold | 2020-05-15 | 1 | -0/+35 |
| | |||||
* | first pass at scholar_fulltext schema | Bryan Newbold | 2020-05-14 | 2 | -141/+216 |
| | |||||
* | schema starting point (from covid19) | Bryan Newbold | 2020-05-13 | 1 | -0/+141 |