Commit Graph

36 Commits

Author SHA1 Message Date
corrado lombardi
64d264a660 [DURACOM-98] enable solr slow query logging 2022-10-19 15:30:28 +02:00
Tim Donohue
0cd1e1b636 Remove unused JSON request handlers 2021-03-05 15:28:25 -06:00
Tim Donohue
7b9e3d70bb Upgrade to Solr 8.8.1 (from 8.7) 2021-02-26 12:29:52 -06:00
Tim Donohue
575994fab1 Apply prior feedback on further config cleanup 2021-02-26 10:03:32 -06:00
Tim Donohue
3588be22aa Remove obsolete/default Solr configs. Add some inline comments 2021-02-26 09:56:37 -06:00
Tim Donohue
ee46611419 Update solrconfig.xml files for Solr v8 (also minor alignment correction) 2021-02-25 10:36:03 -06:00
Raf Ponsaerts
ebd63b1283 Created endpoints to collect View and Search statistics 2019-09-02 13:39:11 +02:00
Mark H. Wood
0194f557c0 [DS-3695] Re-introduce configured default match operator, since I found to where they moved it. Default search field was already configured. 2019-02-15 11:59:08 -05:00
Mark H. Wood
dd8a7c1fea [DS-3695] Remove commented elements and comments not about DSpace from solrconfig.xml. 2019-02-14 08:57:27 -05:00
Mark H. Wood
732bc7d92f [DS-3695] Tell developers where to find the example schema, for
comments and examples of what you can do here.
2019-02-13 11:27:09 -05:00
Mark H. Wood
cd5911a68f [DS-3695] Add docValues to all *PointField by default to support faceting.
Some of these may be unnecessary, but I don't know on which we facet.
2019-02-13 11:27:09 -05:00
Mark H. Wood
ad50b73fd9 [DS-3695] Give the Solr admin. a clue about the purpose of each core. 2019-02-13 11:27:09 -05:00
Mark H. Wood
0fa69a7f09 [DS-3695] Whoops, missed a few Trie*Field references. 2019-02-13 11:27:09 -05:00
Mark H. Wood
3bcb2edd1c [DS-3695] Remove redundant types, irrelevant attributes; tidy layout. 2019-02-13 11:27:09 -05:00
Mark H. Wood
094db7217a [DS-3695] Remove unused "fieldType"s, dusty old comments from stock
sample schema.  Tidy indentation, break very long elements into
multiple lines.
2019-02-13 11:27:09 -05:00
Mark H. Wood
da9d5c7452 [DS-3695] Remaining minimal changes to make all cores load in Solr 7. 2019-02-13 11:27:09 -05:00
Mark H. Wood
f09287c56b [DS-3695] Rip out lots of Solr config. that is no longer defined in v7. 2019-02-13 11:27:09 -05:00
Tim Donohue
b283d5d9e4 Fix DS-4066 by update all IDs to string type in schema 2018-10-29 17:07:54 +00:00
Andrea Schweer
b07707874a DS-2486 Add UUID processing to CSV, JSON update handlers too 2015-04-02 09:59:37 +13:00
Roeland Dillen
8e2f87e755 add docvalues to docvalue capable fields for better facet performance 2014-11-07 17:08:41 +01:00
Roeland
32e096fd3d excluding jetty and bumping lucene match version 2014-11-06 07:59:37 +01:00
Roeland
007524b821 solr version bump pt 1 2014-11-05 22:02:50 +01:00
Tim Donohue
689ed282b5 Fix DS-2024 by commenting out invalid sample configs 2014-06-30 20:29:25 +00:00
Ivan Masár
6877ab67a6 fix a bunch of typos 2013-11-13 23:01:50 +01:00
Pascarelli Luigi Andrea
ea8db02202 Revert autocommit configuration (as is in DSpace 3.x) 2013-10-30 12:20:36 +01:00
KevinVdV
d219466277 Fixing usage statistics logging by adding update chain for uid 2013-08-23 12:51:35 +02:00
Pascarelli Luigi Andrea
6e444a40d5 Migrate solr config files to solr4, add standalone log4j configuration (use log4j daily appender logger) for solr and reference it in web.xml, merge web.xml custom dspace with web.xml solr4 default 2013-08-23 02:12:00 +02:00
Bram Luyten
fca7eb434c DS-1552 adding luceneMatchVersion to oai and statistics SOLR configs
This property becomes mandatory in SOLR 4.0
2013-05-20 13:14:45 +02:00
KevinVdV
808bc6fc5d [DS-1243] @mire solr statistics contribution 2012-09-25 15:58:23 +02:00
Ivan Masár
b8cefdce04 fix typos and some whitespace
* fixes typos almost exclusively in comments and strings
* fixes whitespace where combination of tabs and spaces may break indentation
* doesn't touch typos in config property names to prevent breakage
2012-04-20 16:27:02 +02:00
Kevin Van de Velde
f3e349d0b1 [DS-599] SOLR statistics file download displays only bitstreams in the configured bundles (ORIGINAL by default)
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6788 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-10-05 20:38:10 +00:00
Ben Bosman
53084f0384 [DS-711] Discovery release for XMLUI
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5529 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2010-10-21 16:28:37 +00:00
Ben Bosman
36408e2cf8 [DS-615] Optimize solr performance with solr.optimize and autocommit
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5443 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2010-10-18 13:37:26 +00:00
Mark Diggory
73edd7a585 [DS-440] Adjust SolrLogger and rest of Statistics system to support processing multiple statistics files. Prempt logging spider IPs and prune spider IPs from Solr with utility methods.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@4745 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2010-02-07 17:44:17 +00:00
Mark Diggory
cfda8ac3a6 [DS-247] Additional Country and City Statistics. Externalize Strings.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@4525 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2009-11-16 20:45:29 +00:00
Mark Diggory
2d20e3b75b [DS-247] Add Solr statistics configuration and solr webapp overlay to trunk.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@4359 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2009-10-05 21:48:04 +00:00