Commit graph

50 commits

Author SHA1 Message Date
Samuel Clay
2eb3218094 Adding Add URL button to site search on dashboard. Thanks to Brian Johns for the suggestion. 2015-08-17 18:06:29 -07:00
Samuel Clay
dc21564e39 Easing UPDATE when recounting. Also updating hugepages in postgres. 2015-07-30 18:14:12 -07:00
Samuel Clay
cbf2bc6150 Upping search minimums. 2015-07-30 16:48:11 -07:00
Samuel Clay
9a06d44341 Matching full URLs when searching for a feed. 2015-07-30 16:36:06 -07:00
Samuel Clay
bb93d0bccd Dropping story search index first when clearing all user searches. 2015-07-30 13:30:53 -07:00
Samuel Clay
1bea85051c Speeding up user search feed removal. 2015-07-30 13:13:28 -07:00
Samuel Clay
b8547a6e40 Speeding up user search feed removal. 2015-07-30 13:10:42 -07:00
Samuel Clay
473bc3a6c1 Adding sub sort. Last fix and ready to deploy! 2015-07-30 12:52:55 -07:00
Samuel Clay
21771db8dc Removing minimum should match. 2015-07-30 12:47:44 -07:00
Samuel Clay
40a1692a09 Further refining feed search. Upgrading to elasticsearch 1.7.1. 2015-07-30 11:51:21 -07:00
Samuel Clay
1d39cca557 Fixed search indexing and querying for feeds. Finally! 2015-07-29 22:04:34 -07:00
Samuel Clay
0dda4d6e10 Cleaning up feed search, but still broken. 2015-07-17 14:47:22 -07:00
Samuel Clay
b51a054c1c Upgrading elasticsearch to 1.7.0, pyes to 0.99.5, and modern querying for stories. Needs a reindex. Still need to do feeds. 2015-07-17 14:01:38 -07:00
Samuel Clay
a856a21e7c Adding export csv. 2015-07-14 16:20:46 -07:00
Samuel Clay
76b93aa795 Removing dev from fabfile hosts. Also fixing db motd. 2015-06-14 22:20:47 -07:00
Samuel Clay
12ab79325a Turning off source:false in feed ES. 2015-05-06 22:36:43 -07:00
Samuel Clay
2171da62ef Handling deleted users on search removal. 2015-01-10 12:03:44 -08:00
Samuel Clay
4924840754 Updating search index removal to fix broken search server. 2015-01-10 12:01:29 -08:00
Samuel Clay
58d2bfdd64 Don't barf if no search server available. 2014-05-15 12:24:28 -07:00
Samuel Clay
fd030cd6b2 Limiting feed search to 1000 feeds. 2014-05-05 13:32:44 -07:00
Samuel Clay
eac58cdc22 Indexing newly added feeds for users who need it. 2014-04-23 16:12:30 -07:00
Samuel Clay
de4e6412c9 Launching search (quietly). 2014-04-23 15:05:47 -07:00
Samuel Clay
9067a22627 Blacking out search indexing. 2014-04-23 12:29:07 -07:00
Samuel Clay
74e7bfb2c9 Forcing read pref on user search check. 2014-04-23 11:33:56 -07:00
Samuel Clay
28d51309ce Blacking out search indexing again. 2014-04-23 11:26:42 -07:00
Samuel Clay
1f299eb941 Turning indexing on. 2014-04-22 18:37:32 -07:00
Samuel Clay
0d5eb96ade Parallelizing search indexing. Adding task to handle parallelization. 2014-04-22 18:33:08 -07:00
Samuel Clay
6290824422 Adding story tags to search index. 2014-04-22 15:16:00 -07:00
Samuel Clay
e2b94c6839 Blackout for new search, forcing non-staff to continue using old search. 2014-04-22 12:39:09 -07:00
Samuel Clay
fb9bffa8ec Adding checks for whether or not a feed is indexed before indexing new stories. Also handling story removal properly. 2014-04-22 12:00:20 -07:00
Samuel Clay
13c902ad83 Adding remove search index method. Also removing source on both autocomplete and story search index to save space. 2014-04-16 18:19:59 -07:00
Samuel Clay
03ce9f6ad6 Fixing size issue with elasticsearch. 2014-04-16 17:26:44 -07:00
Samuel Clay
5c80b15e89 Preserving order on searches. Also using elasticsearch's paging. 2014-04-16 17:21:53 -07:00
Samuel Clay
af567f9796 Retrying search on search indexing completion. Hiding story content preview when too short. 2014-04-16 16:06:39 -07:00
Samuel Clay
7c85e08830 Adding migration for creating search mapping. 2014-04-16 15:32:00 -07:00
Samuel Clay
428fba705b Updating search indexing progress in real-time. 2014-04-16 15:31:44 -07:00
Samuel Clay
d8a20cc98e Adding task to index user's subscriptions and alert them to progress. 2014-04-16 11:57:49 -07:00
Samuel Clay
a3f3d49578 Indexing stories on indexes feeds during feed fetch. 2014-04-15 16:52:25 -07:00
Samuel Clay
26a9f0ded0 Removing stories from search index on delete. 2014-04-15 14:59:00 -07:00
Samuel Clay
3b81c374d4 Rewriting search to use Elasticsearch across feeds. Much faster, just needs indexing. 2014-04-15 14:17:15 -07:00
Samuel Clay
f3504ca769 Changing param names. 2014-04-11 18:02:25 -07:00
Samuel Clay
3f50a1b311 Adding stories to search index. 2014-04-11 17:25:13 -07:00
Samuel Clay
5765e02d65 Forcing all terms to be found. 2014-04-11 16:26:09 -07:00
Samuel Clay
c11d0f3331 Cribbing mapping from haystack. 2014-04-11 16:04:30 -07:00
Samuel Clay
073098750c Swapping out haystack for pyes. 2014-04-11 15:40:58 -07:00
Samuel Clay
bc0192c3df Adding broken search for feeds. 2013-01-04 16:34:27 -08:00
Samuel Clay
9c930e33b3 Adding new maintenance page. 2012-12-21 15:05:50 -08:00
Samuel Clay
612a349239 Updating search for saved stories to search fuzzy queries. Connected to UI. 2012-12-20 16:07:22 -08:00
Samuel Clay
bb1d654dab Making poor progress on search. Can't even query yet. 2012-07-13 14:33:16 -07:00
Samuel Clay
c1461359c7 Adding Search app and object, used to index stories and then search them. Needs views, ui, and support for saved stories. 2012-03-11 16:13:05 -07:00