1
0
mirror of https://github.com/djohnlewis/stackdump synced 2025-01-22 22:51:36 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Samuel Lai
06e210d37a Implemented random questions on home pages. Also consolidated the index pages into a single template. 2012-02-11 22:32:23 +11:00
Samuel Lai
6c58938d44 Changed the default operator to AND properly this time. It has been changed in Solr configuration, instead of hacking the query string. 2012-02-11 21:09:40 +11:00
Samuel Lai
6d32f93452 Changed the indexed field from site name to site key because site key is relatively more unique. 2012-02-05 17:52:44 +11:00
Samuel Lai
ea2170edb9 Changed name of field from 'score' to 'votes' as score is a keyword in Lucene. 2012-02-04 17:04:54 +11:00
Samuel Lai
045b50fe6c Tags are now parsed during import, and inserted into the index as an array field.
Also changed names of multivalued Solr fields so they are plural.
2011-11-06 18:02:06 +11:00
Samuel Lai
61b3ba0c94 Fixed bug where Solr data was being stored one directory too far back. 2011-10-23 17:42:06 +11:00
Samuel Lai
61579cb807 Removed the Jython hacks. We're going with CPython only now. 2011-10-23 17:07:59 +11:00
Samuel Lai
ed9a46144b Redesigned Solr schema to index more, store less and use the JSON fields. 2011-09-18 18:00:05 +10:00
Samuel Lai
cc760afec9 Configured Solr - setup and schema. 2011-09-17 19:53:31 +10:00
Samuel Lai
232306d338 Changed jetty config so it only listens on localhost.
We don't want public access to it anyway.
2011-09-17 19:52:35 +10:00
Samuel Lai
af2eafeccd Initial commit. Still building up the env and some parsing code. 2011-09-11 14:29:39 +10:00