aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixes to refs transform (for non-str author fields)Bryan Newbold2020-09-041-2/+6
|
* heavy to refs commandBryan Newbold2020-09-043-2/+184
|
* more scaling notesBryan Newbold2020-08-171-2/+53
|
* handle small ints better (signed/unsigned abs size)Bryan Newbold2020-08-121-1/+2
|
* use container_name, not container_ident, in boostBryan Newbold2020-08-121-1/+1
| | | | | This should result in SIM page fulltext matches not getting pushed down as much, as well as things like biorxiv (*rxiv) results.
* use simple names, not domain names, for some platformsBryan Newbold2020-08-121-3/+3
|
* more scaling notesBryan Newbold2020-08-121-0/+97
|
* fmt/lint tweaksBryan Newbold2020-08-122-6/+2
|
* another clean_str() test caseBryan Newbold2020-08-121-0/+4
|
* biblio metadata hacks at transform timeBryan Newbold2020-08-121-2/+98
|
* transform: more string cleaningBryan Newbold2020-08-122-13/+78
|
* search: include 'article' in papers filterBryan Newbold2020-08-121-1/+1
|
* search: use simplified query for highlightingBryan Newbold2020-08-121-1/+8
| | | | | | | | This fixes broken phrase query highlighting. I found this issues but it may have been unrelated: https://github.com/elastic/elasticsearch/issues/40227
* docker: bump ES to 7.8 for local devBryan Newbold2020-08-121-1/+1
|
* makefile: add dev-prod command for local dev against prod search indexBryan Newbold2020-08-121-0/+4
|
* don't print config; make fmtBryan Newbold2020-08-061-3/+7
|
* re-use ES sync API clientBryan Newbold2020-08-061-3/+4
|
* 'more versions' dropdown tableBryan Newbold2020-08-061-0/+82
|
* small HTML simplificationsBryan Newbold2020-08-061-6/+6
|
* report ES API query time as server-timing headerBryan Newbold2020-08-062-1/+13
|
* squish collapse button in with tagsBryan Newbold2020-08-061-8/+7
|
* have search buttons animate after submitBryan Newbold2020-08-062-3/+10
| | | | Extremely minimal javascript used
* add debug mode flag (to control json tag/link)Bryan Newbold2020-08-063-5/+11
|
* slightly more padding in SERP box at max screen sizeBryan Newbold2020-08-062-1/+4
|
* remove javascript includesBryan Newbold2020-08-061-0/+4
|
* basic placeholder thumbnail imageBryan Newbold2020-08-063-3/+191
|
* sort tags, and show JSTOR as a color tagBryan Newbold2020-08-061-1/+3
|
* show language code as a tagBryan Newbold2020-08-062-2/+7
|
* set HTML language to locale correctlyBryan Newbold2020-08-061-1/+1
|
* don't index sim_page without issue_item and first_pageBryan Newbold2020-08-061-0/+3
|
* volume_int/issue_int as actual intsBryan Newbold2020-08-061-2/+2
|
* make fmtBryan Newbold2020-08-061-14/+14
|
* ES schema: access_type should be any option, not just 'best'Bryan Newbold2020-08-061-1/+1
|
* handle integer conversion and bounding for ES schemaBryan Newbold2020-08-062-19/+35
|
* microfilm access filter; broader access matchingBryan Newbold2020-08-061-3/+6
|
* handle longer query timesBryan Newbold2020-08-061-2/+10
|
* scrub_text: single-token strings skippedBryan Newbold2020-08-062-1/+5
|
* strip ACKNOWLEDGEMENTS prefixBryan Newbold2020-08-061-0/+1
|
* fix acknowledgement highlighting (typo)Bryan Newbold2020-08-061-1/+1
|
* more notes on scalingBryan Newbold2020-08-061-0/+363
|
* reduce title boost; use only base query for highlightingBryan Newbold2020-08-061-1/+2
|
* special case '*' queriesBryan Newbold2020-08-061-6/+16
| | | | | More/better query parsing in the client could detect if this was a "filter only" query and do the same kind of optimization.
* remove 'title' from poor metadata scoringBryan Newbold2020-08-061-1/+0
|
* better time ranges (don't search future)Bryan Newbold2020-08-061-4/+7
|
* add title back to match queryBryan Newbold2020-08-061-0/+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
|
* query fewer fields; highlight all fulltext fields regardless of matchBryan Newbold2020-08-061-3/+1
|