summaryrefslogtreecommitdiff
path: root/src/main/java/com/p4square/groupsindexer/SearchFieldsCache.java
AgeCommit message (Collapse)Author
2018-09-06Add location, leader email, and campus search fieldJesse Morgan
2018-08-19Restrict results to community groupsJesse Morgan
2018-08-04Dropping ElasticSearch in favor a single data fileJesse Morgan
The entire dataset is fairly small (116 kB), so I'm dropping the ElasticSearch cluster in favor of just writing the whole dataset into a file in S3. This lambda will run every 15 minutes and the client side will pull it down and filter the results.