Andrzej Bialecki
bd8905150d
SOLR-12461: Upgrade Dropwizard Metrics to 4.0.5 release.
2019-04-18 19:08:20 +02:00
Uwe Schindler
df27ccf01d
SOLR-13409: Disable HTML directory listings in admin interface to prevent possible security issues
2019-04-17 11:04:13 +02:00
Chris Hostetter
d90034f0d6
SOLR-13336: add maxBooleanClauses (default to 1024) setting to solr.xml, reverting previous effective value of Integer.MAX_VALUE-1, to restrict risk of pathalogical query expansion.
2019-04-15 10:27:08 -07:00
Kevin Risden
4e230388ba
SOLR-13335: Upgrade to velocity 2.0 and velocity-tools 3.0
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-03-25 09:58:44 -04:00
erick
fe5a96a284
SOLR-13268: Clean up any test failures resulting from SOLR-12055 (async logging). Kevin's upgrades
2019-02-24 09:50:04 -08:00
Erick
0de3905ce7
SOLR-12055: Enable async logging by default SOLR-12753: Async logging ring buffer and OOM error
2019-02-22 12:27:02 -08:00
David Smiley
381a30b26c
SOLR-12768: added _nest_path_ to the default schema (thereby enabling nested docs)
...
* new NestPathField encapsulating details for how _nest_path_ is indexed
** tweaked the analysis to index 1 token instead of variable
* TokenizerChain has new CustomAnalyzer copy-constructor
2019-01-28 13:25:06 -05:00
Tomas Fernandez Lobbe
8b54b20fc4
SOLR-12770: Make it possible to configure a host whitelist for distributed search
2019-01-15 11:44:57 -08:00
Alan Woodward
04f48dba8b
Move to version 9.0.0
2019-01-07 13:04:01 +00:00
Jason Gerlowski
c34f29a4b4
SOLR-13090: Add sysprop override for maxBooleanClauses
2019-01-02 10:58:32 -05:00
Cao Manh Dat
f80e8e1167
Merge jira/http2 branch to master
2018-12-16 16:58:20 +00:00
Jan Høydahl
a3fc31e5d2
Remove unnecessary XML exclusions as Jetty handles these by default (janhoy)
2018-10-18 16:38:52 +02:00
David Smiley
964cc88cee
SOLR-12593: remove date parsing from extract contrib
...
* added "ignored_*" to the default configSet
* Updated Ref Guide info on Solr Cell to demonstrate usage without using the techproducts configSet
Closes #438
2018-09-28 16:50:11 -04:00
Erick Erickson
3b62f23f72
SOLR-12055: Enable async logging by default - rollback
2018-09-07 22:51:50 -07:00
Erick Erickson
8e75f393b3
SOLR-12055: Enable async logging by default
2018-08-31 20:39:05 -07:00
David Smiley
18874a6e36
SOLR-12591: Expand default configSet's date patterns to subsume those of extract contrib
2018-08-29 14:17:44 -04:00
Uwe Schindler
928b92caa0
SOLR-12655: Add Korean morphological analyzer ("nori") to default distribution. This also adds examples for configuration in Solr's schema
2018-08-11 14:07:31 +02:00
David Smiley
c3887b351e
SOLR-12586: Change ParseDateFieldUpdateProcessorFactory to use java.time.DateTimeFormatter, not Joda Time.
...
Note: slightly different pattern language!
Remove Joda Time.
Closes #428
2018-08-07 11:51:16 -04:00
Erick Erickson
93ae3669b5
SOLR-12008: Settle a location for the log4j2.xml file
2018-07-11 20:57:38 -07:00
Alexandre Rafalovitch
b7d14c50fb
SOLR-11694: Remove outdated UIMA module
2018-07-07 09:58:57 -04:00
Ishan Chattopadhyaya
4138ad662e
SOLR-12428: Solr LTR jar now included in _default configset's solrconfig.xml
2018-06-18 15:02:20 +05:30
Jan Høydahl
30bf6b657f
SOLR-12350: Do not use docValues as stored for _str (copy)fields in _default configset
2018-06-08 15:12:48 +02:00
Varun Thacker
44015e2acd
SOLR-11453: Configuring slowQueryThresholdMillis logs slow requests to a separate file - solr_slow_requests.log
2018-05-28 12:43:05 -07:00
Varun Thacker
8a697ee09c
SOLR-12265: Fix jetty-start shade issue
2018-05-10 10:10:44 -07:00
Mark Miller
5e2a5a5b8c
SOLR-10783: Add support for Hadoop Credential Provider as SSL/TLS store password source.
2018-04-09 21:57:56 -05:00
Joel Bernstein
d420139c27
SOLR-12175: Add random field type and dynamic field to the default managed-schema
2018-04-05 14:00:07 -04:00
Varun Thacker
41a1cbe2c3
SOLR-7887: Fix logging filePattern to use solr.log.X format
2018-04-02 10:15:12 -07:00
Varun Thacker
bea6e2307b
SOLR-7887: Log4J2 upgrade fixes
2018-03-26 11:32:03 -07:00
Erick Erickson
624d128b5e
SOLR-7887: Upgrade Solr to use log4j2 -- log4j 1 now officially end of life
2018-03-25 19:16:09 -07:00
Shalin Shekhar Mangar
fc8c239f93
SOLR-11957: Increase MaxFileSize=32MB and MaxBackupIndex=10 for RollingFileAppender in log4j.properties
2018-03-05 15:45:25 +05:30
Varun Thacker
a9f0272380
SOLR-12006: Add a '*_t' and '*_t_sort' dynamic field for single valued text fields
2018-02-20 17:31:00 -08:00
Chris Hostetter
034677d5ca
SOLR-11978: use new SortableTextField in _default and sample_techproducts_configs configsets
2018-02-12 15:14:44 -07:00
Christine Poerschke
abf3d11332
SOLR-11480: Remove unused "Admin Extra" files and mentions. (Eric Pugh, Christine Poerschke)
2018-01-30 12:39:44 +00:00
Erick Erickson
2900bb597d
SOLR-11810: Upgrade Jetty to 9.4.8
2018-01-17 11:33:22 -08:00
Chris Hostetter
6dcbb2d412
SOLR-3218: Added range faceting support for CurrencyFieldType
2018-01-14 16:30:24 -07:00
Cassandra Targett
eec25eacce
SOLR-4323: fix unterminated lst element in techproducts example solrconfig
2017-11-10 16:35:38 -06:00
Cassandra Targett
01e7756e08
SOLR-8852: change wiki link in solr/server/solr/README.txt to point to the Ref Guide
2017-10-19 16:40:19 -05:00
Uwe Schindler
7b313bb597
SOLR-11482: RunExecutableListener was removed for security reasons
2017-10-13 13:48:18 +02:00
Varun Thacker
e30171397e
SOLR-11306: Fix inaccurate comments on docValues and StrField in the example schemas
2017-10-06 15:48:58 -07:00
Jan Høydahl
bc95209774
SOLR-10451: Remove contrib/ltr/lib from lib includes in the techproducts example config. Fixes #249
2017-09-19 10:45:23 +02:00
Ishan Chattopadhyaya
c8e0e939e4
SOLR-11183: V2 APIs are now available at /api endpoint
2017-08-20 21:00:15 +05:30
Steve Rowe
67b3d4e108
SOLR-10760: Remove trie field types and fields from example schemas
2017-07-26 12:34:51 -04:00
Chris Hostetter
6a59253ec3
SOLR-10494: Make default response format JSON (wt=json), and also indent text responses formats (indent=on) by default
2017-07-24 08:42:02 -07:00
Cassandra Targett
cbe7084a8e
SOLR-11135: Update Ref Guide links in READMEs, config files and UI
2017-07-21 21:06:43 -05:00
Varun Thacker
df3a9b3531
SOLR-11021: The elevate.xml config-file is now optional in the ElevationComponent. The default configset doesn't ship with an elevate.xml file anymore
2017-07-07 12:42:49 -07:00
Jan Høydahl
a60ec1b432
SOLR-9526: Data driven schema now indexes text field "foo" as both "foo" (text_general) and as "foo_str" (string) to facilitate both search and faceting
2017-07-06 15:56:51 +02:00
Varun Thacker
d13e70f683
SOLR-10967: Cleanup the schema for the default configset
2017-07-05 14:49:54 -07:00
Anshum Gupta
3b6d741016
Solr 7.0 release, bumping up version to 8 on master
2017-06-30 10:40:27 -07:00
David Smiley
82a44beb3c
SOLR-6807: requestDispatcher/@handleSelect now defaults to false; stop using it.
...
Deprecated StandardRequestHandler; stop using it.
2017-06-28 17:22:44 -04:00
Ishan Chattopadhyaya
e4a7fc59ad
SOLR-10574: Adding _default configset, replacing data_driven_schema_configs and basic_configs
2017-06-26 04:58:02 +05:30