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 |
|
Andrea Bollini
|
6dd560bd92
|
Merge branch 'master' of https://github.com/DSpace/DSpace into DS-3851_workflow_new
|
2019-02-14 15:00:07 +01: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 |
|
Terry Brady
|
e6860e3724
|
Set solr.server to maatch docker config
|
2019-02-13 12:29:22 -08:00 |
|
Mark H. Wood
|
cd2e6a7878
|
[DS-3695] Add license boilerplate to new Docker configuration
|
2019-02-13 12:41:12 -05:00 |
|
Mark H. Wood
|
c1800427bd
|
Merge branch 'DS-3695' into mwoodiupui-DS-3695
|
2019-02-13 11:39:03 -05:00 |
|
Terry Brady
|
cb3276b02e
|
remove core.properties names
|
2019-02-13 08:28:33 -08: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
|
70b5d6bf4f
|
[DS-3695] Reintroduce "ignored" fieldType, even though the field is
probably not used.
|
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
|
687f04e269
|
[DS-3695] Rip out big handfuls of unused fieldtypes, commentary about
Solr not DSpace. Break loooong tags into attribute-per-line format.
|
2019-02-13 11:27:09 -05:00 |
|
Mark H. Wood
|
0f83c7fe8b
|
[DS-3695] We no longer control Solr's logging.
|
2019-02-13 11:27:09 -05:00 |
|
Mark H. Wood
|
bb350ca420
|
[DS-3695] Upgrade indexes all the way to 7_x.
|
2019-02-13 11:27:09 -05:00 |
|
Mark H. Wood
|
919ce45338
|
[DS-3695] We no longer configure Solr itself.
|
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
|
5db8a6a889
|
[DS-3695] Make 'search' core load in stock Solr 7.2.1.
This should work without altering Solr, across Solr releases, as long
as Solr ships the necessary additional analyzers in /contrib.
|
2019-02-13 11:27:09 -05:00 |
|
Mark H. Wood
|
38a88d8afb
|
[DS-3695] Start ripping out Solr server.
|
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 |
|
Mark H. Wood
|
8a76b77e66
|
[DS-3695] Upgrade Solr *client* to 7.3.0.
|
2019-02-13 11:27:09 -05:00 |
|
Tim Donohue
|
db707750fe
|
Merge pull request #2333 from kshepherd/DS-4136_oai_import_master
[DS-4136] Master port: Improve OAI import performance for a large install
|
2019-02-13 09:15:32 -06:00 |
|
Terry Brady
|
7115173d61
|
Support Docker testing of externalized solr
|
2019-02-12 18:46:02 -08:00 |
|
Mark H. Wood
|
6254cedd21
|
[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-08 14:01:16 -05:00 |
|
Mark H. Wood
|
0fc979a2ad
|
[DS-3695] Give the Solr admin. a clue about the purpose of each core.
|
2019-02-08 11:09:09 -05:00 |
|
Mark H. Wood
|
be453a0e55
|
[DS-3695] Reintroduce "ignored" fieldType, even though the field is
probably not used.
|
2019-02-07 16:23:27 -05:00 |
|
Mark H. Wood
|
77328c388d
|
[DS-3695] Whoops, missed a few Trie*Field references.
|
2019-02-07 15:44:34 -05:00 |
|
Mark H. Wood
|
13c0b9b227
|
[DS-3695] Remove redundant types, irrelevant attributes; tidy layout.
|
2019-02-07 15:33:29 -05:00 |
|
Mark H. Wood
|
416732921c
|
[DS-3695] Remove unused "fieldType"s, dusty old comments from stock
sample schema. Tidy indentation, break very long elements into
multiple lines.
|
2019-02-07 09:48:08 -05:00 |
|
Terry Brady
|
d90e60a92b
|
Sync docker solr web.xml with web.xml
|
2019-02-06 15:28:53 -08:00 |
|
Mark H. Wood
|
8fb1ac5bd6
|
[DS-3695] Rip out big handfuls of unused fieldtypes, commentary about
Solr not DSpace. Break loooong tags into attribute-per-line format.
|
2019-02-06 09:45:14 -05:00 |
|
Mark H. Wood
|
241fdbb538
|
[DS-3695] We no longer control Solr's logging.
|
2019-02-04 15:15:48 -05:00 |
|
Mark H. Wood
|
8c26a9a78e
|
[DS-3695] Upgrade indexes all the way to 7_x.
|
2019-02-04 14:58:43 -05:00 |
|
Mark H. Wood
|
ba0edff464
|
[DS-3695] We no longer configure Solr itself.
|
2019-02-04 14:58:43 -05:00 |
|
Mark H. Wood
|
f2cfab2d8d
|
[DS-3695] Remaining minimal changes to make all cores load in Solr 7.
|
2019-02-04 14:58:43 -05:00 |
|
Mark H. Wood
|
c375fe1762
|
[DS-3695] Make 'search' core load in stock Solr 7.2.1.
This should work without altering Solr, across Solr releases, as long
as Solr ships the necessary additional analyzers in /contrib.
|
2019-02-04 14:58:43 -05:00 |
|
Mark H. Wood
|
0792ba77ed
|
[DS-3695] Start ripping out Solr server.
|
2019-02-04 14:58:43 -05:00 |
|
Mark H. Wood
|
3aa6b89487
|
[DS-3695] Rip out lots of Solr config. that is no longer defined in v7.
|
2019-02-04 14:58:43 -05:00 |
|
Mark H. Wood
|
7b9bd509a2
|
[DS-3695] Upgrade Solr *client* to 7.3.0.
|
2019-02-04 14:58:43 -05:00 |
|
Ben Bosman
|
e99252c16f
|
Merge branch 'w2p-57159_permission-to-create-relations' into w2p-58898_place-column-calculation-error
|
2019-01-29 14:52:05 +01:00 |
|
Ben Bosman
|
0a91360061
|
Merge remote-tracking branch 'community/configurable_entities' into w2p-57159_permission-to-create-relations
# Conflicts:
# dspace-api/src/main/java/org/dspace/content/service/RelationshipService.java
|
2019-01-29 14:31:15 +01:00 |
|
Terry Brady
|
da1346ef53
|
Match dspace.restUrl to module name
|
2019-01-28 10:05:48 -08:00 |
|
benbosman
|
54a626892a
|
indentation
|
2019-01-25 09:10:19 +01:00 |
|
Ben Bosman
|
816c7d0772
|
Merge branch 'configurable_entities_comm' into w2p-58898_place-column-calculation-error
|
2019-01-24 13:34:16 +01:00 |
|
Ben Bosman
|
8557f44673
|
Merge branch 'configurable_entities_temp_2' into w2p-57159_permission-to-create-relations
|
2019-01-23 12:03:54 +01:00 |
|
Ben Bosman
|
1ac514d4fb
|
Merge branch 'configurable_entities_temp_2' into discovery-config-relations
|
2019-01-23 09:04:32 +01:00 |
|
benbosman
|
ccaca1aaaa
|
indentation fix
|
2019-01-22 17:32:31 +01:00 |
|
Raf Ponsaerts
|
7e14562139
|
Merged configurable_entities into w2p-57159_permission-to-create-relations
|
2019-01-22 12:50:44 +01:00 |
|