Difference between revisions of "Template:SOLR-HELP"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
---- | ---- | ||
;SOLR Help | ;SOLR Help | ||
| + | General | ||
*http://lucene.apache.org/solr | *http://lucene.apache.org/solr | ||
*http://wiki.apache.org/solr | *http://wiki.apache.org/solr | ||
*https://wiki.duraspace.org/display/DSPACE/Solr | *https://wiki.duraspace.org/display/DSPACE/Solr | ||
| + | DSpace settings | ||
| + | *https://github.com/DSpace/DSpace/blob/dspace-3.2/dspace-api/src/main/java/org/dspace/core/Constants.java#L20 | ||
| + | *https://wiki.duraspace.org/display/DSDOC3x/Storage+Layer#StorageLayer-RDBMS/DatabaseStructure | ||
| + | Tips | ||
*http://kim-shepherd.blogspot.com/2010/11/discovering-discovery-dspace-solr-tips.html | *http://kim-shepherd.blogspot.com/2010/11/discovering-discovery-dspace-solr-tips.html | ||
*http://www.scottphillips.com/2011/10/merging-two-dspace-solr-based-data-sets-together | *http://www.scottphillips.com/2011/10/merging-two-dspace-solr-based-data-sets-together | ||
Revision as of 10:39, 25 October 2013
- SOLR Help
General
- http://lucene.apache.org/solr
- http://wiki.apache.org/solr
- https://wiki.duraspace.org/display/DSPACE/Solr
DSpace settings
- https://github.com/DSpace/DSpace/blob/dspace-3.2/dspace-api/src/main/java/org/dspace/core/Constants.java#L20
- https://wiki.duraspace.org/display/DSDOC3x/Storage+Layer#StorageLayer-RDBMS/DatabaseStructure
Tips