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

14 Commits

Author SHA1 Message Date
Sam
f067353f62 Added answer permalinks and ability to rewrite internal answer permalinks.
This includes a new field in the Solr schema, so a re-index is required after this changeset.

Fixes #1
2013-10-22 21:59:49 +11:00
Sam
4e924f6bd8 Removed the extracted solr-webapp files from the repository.
The files are automatically extracted on launch from the war file.
2013-10-22 20:56:42 +11:00
Sam
bc5642af71 Removed the Solr log file.
Luckily there was nothing sensitive in there... I don't think.
2013-10-22 20:49:19 +11:00
Sam
436b86b234 Upgrade Apache Solr to 4.5.0 and PySolr to 3.1.0.
All Solr indexes will need to be re-created.
2013-10-22 08:44:37 +11:00
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
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