Asim
a8d5020ede
updated the snapshot versions to 1.10.0
2018-05-17 11:16:03 +02:00
Graham Triggs
e0b723354d
Update project version numbers
2017-10-20 15:02:14 +01:00
Graham Triggs
5320a4f665
Updated dependencies
2017-09-18 15:58:09 +01:00
Graham Triggs
d97544b991
Minor code improvements
2017-09-18 11:49:47 +01:00
Graham Triggs
0bfd909348
Update versions for beta 2 release
2017-07-27 17:40:04 +01:00
Graham Triggs
7a76405ef3
Reset develop to SNAPSHOT release
2017-06-12 21:54:33 +01:00
Graham Triggs
2fe4d3b3a0
Beta version
2017-06-09 15:57:28 +01:00
Jim Blake
7991bc3da1
VIVO-1258 derive location of log files from CATALINA_BASE instead of CATALINA_HOME ( #56 )
...
* VIVO-1246 improve the ConfigurationBeanLoader:
Add cardinality parameters minOccurs and maxOccurs
Create README.md document in the edu.cornell.mannlib.vitro.webapp.utils.configuration package
Split large class of unit tests into separate classes by functionality
* VIVO-1247, remove duplicate code used with ConfigurationBeanLoader.
Now that the @Property annotation includes cardinality parameters, we can remove a lot of duplicate code.
* VIVO-1246 Move unit tests to the new location.
* VIVO-1246 The documentation was in the wrong place.
* VIVO-1258 derive location of log files from CATALINA_BASE instead of CATALINA_HOME
2017-04-05 09:15:28 -04:00
Graham Triggs
ed4e42c98f
Update version numbers
2016-10-31 19:46:39 +00:00
Graham Triggs
e13eefb3ac
clean overlays from web apps
2016-06-26 15:45:29 +01:00
Graham Triggs
f5b0494e3c
Maven (second draft)
2015-11-20 21:21:11 +00:00
Graham Triggs
e1ff94ccaf
Maven migration (first draft)
2015-11-19 23:47:12 +00:00
hudajkhan
f516750e91
Updating page management for changes to solr labels
2014-05-23 11:18:52 -04:00
Jim Blake
8e87340f6f
VIVO-686 Clarify the Solr installation.
2014-05-16 11:43:54 -04:00
hudajkhan
431a3c179f
adding jar file to distribution for solr
2014-05-01 14:27:01 -04:00
Jim Blake
c128dd3b2e
Refine the installation process for Solr 4.7.2
2014-05-01 14:25:12 -04:00
hudajkhan
120be1e6b8
Move to solr 4 plus corrections to SparqlQueryExecutorTest with newlines and white space characters
2014-04-25 13:54:42 -04:00
hudajkhan
657d6f01c7
dynamic fields for Datastar
2014-04-04 14:45:15 -04:00
j2blake
9f9e833253
VIVO-377 Remove "classLocalName" from the search index.
...
Brian Caruso and I could not find any place where it was being used.
2013-10-17 15:10:36 -04:00
j2blake
30ca552848
VIVO-70 Allow multiple Preferred Titles in the search index
...
This is to permit an individual to have preferred titles in more than one language.
2013-10-11 16:10:38 -04:00
Brian Caruso
b9d1b5d48f
Remvoing unused Solr fileds ALLTEXT_PHONETIC, PHI, ADJACENT_NODES, modType, JCLASS,
...
Adding field mostSpecificTypesURIs for VIVO-221
2013-07-25 11:38:40 -04:00
Brian Caruso
efb879ce1e
Removing classLocalNameLowerCase from solr schema.xml VIVO-161
2013-07-22 15:44:22 -04:00
Brian Caruso
cfb5f38c55
Fixing deprecated update.process in solrconfig.xml
2013-07-16 15:24:41 -04:00
j2blake
6123f41d95
VIVO-87 First attempt at a caching filter.
...
Appears to work with Firefox cache and Chrome cache, except for language-dependent stuff.
Is that because it isn't configured correctly, or is it because Firefox and Chrome aren't attempting to keep more than one version of a page in their caches? Even if they do see a "Vary: Accept-Language" header?
2013-05-14 16:37:29 -04:00
hudajkhan
1ba6204815
Merge branch 'develop' of https://github.com/vivo-project/Vitro into develop
2013-01-17 11:55:12 -05:00
hudajkhan
dad9430c2f
updates to dynamic fields etc. for search, enable parameter to remove space for dynamic field
2013-01-17 11:53:41 -05:00
j2blake
c2a1195fec
VIVO-2 Modify the build so installers can create a container-neutral VIVO.
...
Split deploy.properties into build.properties and runtime.properties, with runtime.properties going into the Vitro home directory. Modify ConfigurationProperties to locate the Vitro home directory, either by System property or JNDI Environment variable, or from build.properties, and to read from both build.properties and runtime.properties. Revise the install and upgrade documents for VIVO and Vitro. Change comments and error messages that referred to deploy.properties by name. Change vitro.home.directory to vitro.home
2013-01-16 14:54:33 -05:00
Stephen V. Williams
28be94dd16
upgrade apache solr from 3.1 to 3.6.2
2013-01-08 14:02:42 -07:00
j2blake
3bc9fd9501
Merge from 1.5 branch: NIHVIVO-3981 Add a Stopword filter to the "lowercase" field type. Queries against those fields will not try to match any stopwords in the queries.
2012-10-05 15:04:13 +00:00
hjkhjk54
34858fcadb
updates for page management as well as some changes to schema.xml to enable addition of dynamic fields (for datastar but also present if others would like to employ it) - some additional debug lines to ContextNodeFields.
2012-08-16 21:17:40 +00:00
briancaruso
8bd0990e85
Index all labels for an individual, to support searching on multiple labels and other-language versions of a label NIHVIVO-3811
...
Fixed number of threads used during a solr index update
Changed nameLowercaseSingleValue to not be a copy field
Changed logging in solr index building so that errors from the solr server are logged
2012-06-26 17:00:08 +00:00
briancaruso
65ac740cff
Fixing bug for search terms like McCluskey NIHVIVO-3701
2012-06-14 15:51:38 +00:00
briancaruso
96f172d52b
Merging 9412 9377 and 9372 from vitro 1.4 branch
2011-12-14 22:16:23 +00:00
briancaruso
8cf98a75fa
Changing solr analysis for name, NIHVIVO-3332. Attempting to remove duplicate strings due to copy fields in Solr index.
2011-12-08 18:40:49 +00:00
briancaruso
a4f0f119c0
Adding nameLowercase to default query fields for search. NIHVIVO-3332
2011-11-28 22:35:31 +00:00
briancaruso
9b91d15704
removing two core dumps from svn
2011-11-28 22:34:09 +00:00
briancaruso
98ded1f8bb
Handle diacritics in PagedSearchController. NIHVIVO-3277
2011-11-03 16:49:15 +00:00
j2blake
422e321a8f
NIHVIVO-3141 Rename exmapleSolr directory to homeDirectoryTemplate
2011-10-18 21:09:22 +00:00
j2blake
946eb33363
NIHVIVO-2757 Change the name of the Solr context template.
2011-10-18 20:36:39 +00:00
j2blake
767858859c
NIHVIVO-2811 Change the token which is expanded during deployment, to match the new name in the build script.
2011-09-29 21:00:39 +00:00
deepakkoni
5990fe18c2
Adding a new field siteName for Source Institution and changing SITE_URL to siteURL.
2011-08-03 19:30:03 +00:00
deepakkoni
44ef90bf6a
NIHVIVO-2731 - Add preferredTitle to solr schema.
2011-08-03 14:35:02 +00:00
deepakkoni
dd132c040b
NIHVIVO-2736 Adding a DocumentModifier that adds source institution to a field called SITE_URL
2011-07-27 20:00:38 +00:00
deepakkoni
c42e4fbcbe
NIHVIVO-2650 Added a field THUMBNAIL_URL that contains the location of the thumbnail of an individual.
2011-07-26 17:42:13 +00:00
cappadona
8095541706
NIHVIVO-352 Applied Miles' patch for search snippets.
2011-07-18 16:26:53 +00:00
j2blake
5a03e842be
NIHVIVO-2757 Unpack the Solr WAR file directly into Tomcat. Not the optimum solution.
2011-07-14 15:14:41 +00:00
j2blake
4cc01aa219
NIHVIVO-2437 Make the Solr security mask a configurable property.
2011-07-13 21:37:08 +00:00
anupsawant
38d3d1ce77
NIHVIVO-2337 change to improve search results
2011-07-12 15:57:26 +00:00
anupsawant
16dc90fabf
NIHVIVO-2337 change to improve search results
2011-07-12 15:57:16 +00:00
j2blake
d53ac74350
NIHVIVO-2812 Restrict access to Solr webapp, so it can only be accessed by a client on the same machine.
2011-07-11 21:44:26 +00:00