Commit Graph

68 Commits

Author SHA1 Message Date
Kira
789f5f3564 Fix commenter and noter search
This also fixes the post counts on profile pages for those sections.
2019-08-18 13:04:11 -07:00
Kira
41e1a1a0f7 Add change_seq support 2019-08-15 07:34:11 -07:00
Kira
1861441100 Add post status below post on index pages 2019-08-03 19:00:58 -07:00
Kira
e28621556c Fix post import of votes 2019-07-23 09:49:51 -07:00
Kira
aa7f443555 Add missing post index items 2019-07-23 07:22:14 -07:00
Kira
acf443b626 Fix search by approver and user metatags 2019-07-22 15:52:23 -07:00
Kira
59c7be161e Fix #103 Fix #102 Fix shard count 2019-07-17 11:56:16 -07:00
Kira
7b750ac862 Descriptions on posts 2019-07-14 06:24:52 -07:00
Kira
a2a26e25d4 Replace google cloud with ElasticSearch
Most of this was related to use of BigQuery for post versions and
generating reports and bulk reverts, but elasticsearch can easily
handle returning 5k results in a few ms, so this isn't a big deal.

There is also some pubsub stuff which has been gone for a while now.
I don't remember what it was being used for, but it is likely reporting
items, so not an immediate priority.
2019-05-16 16:29:08 -07:00
Kira
bf100446b9 Teach uploaders and editor pages about multiple sources
This somewhat gimps the current source information fetching tool,
however it was already a bit suspect, and needs to be reworked before
being released as a public tool because it relies on API calls.
2019-04-26 07:27:06 -07:00
Kira
e62099af44 A whole boatload of elasticsearch changes
Makes index job unique to account for changes to update triggering.
Fixes instances of mixed SQL and ES searches with tag_matches.
Adds utility methods for exists? and count_only ES searches.
Adds comment_bumped_at for comments page usage.
Adds random seeding capability.
Fixes random searches not working correctly.
Fixes status:active.
2019-03-28 14:04:01 -07:00
Kira
b703c61f86 Add pool and set searching
Fix query generator nesting of should items
2019-03-27 00:38:10 -07:00
Liam P. White
6d35ba53a9 fix post import bugs 2019-03-24 08:48:59 -04:00
Liam P. White
01a0407e9b add random sort to query builder 2019-03-24 08:45:44 -04:00
Liam P. White
396d07a5d1 add indexing jobs 2019-03-24 08:45:44 -04:00
Liam P. White
0a50f5f4ea add supposedly faster indexing method 2019-03-24 08:45:44 -04:00
byte
2b7c1765a0 first pass, mostly works 2019-03-24 08:45:44 -04:00
byte
d1aa2e69f5 add post index 2019-03-24 08:45:44 -04:00