Commit Graph

540 Commits

Author SHA1 Message Date
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
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 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
Christine Poerschke abf3d11332 SOLR-11480: Remove unused "Admin Extra" files and mentions. (Eric Pugh, Christine Poerschke) 2018-01-30 12:39:44 +00: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
Steve Rowe 93d8e428ea SOLR-10842: Convert all remaining {{quickstart.html}} links to {{guide/solr-tutorial.html}}; remove all references to quickstart from the build; and version the link to the ref guide's tutorial in Solr's versioned top-level documentation page. 2017-10-04 15:25:20 -04:00
jdyer1 d45ff7b601 SOLR-11348: fix the DIH database example 2017-09-12 09:03:26 -05:00
Steve Rowe 547228df17 SOLR-11324: Clean up mention of trie fields in documentation and source comments 2017-09-05 11:17:54 -04:00
Steve Rowe 810ae50e7e SOLR-11313: Finish the job of removing trie fields from the DIH example schemas 2017-09-05 10:22:52 -04:00
Steve Rowe f4b13e86ff SOLR-11315: Finish the job of removing trie fields from the 'files' example schema 2017-09-05 10:00:34 -04:00
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
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
Steve Rowe a6f4f2dd9c SOLR-10503,SOLR-10502: Deprecate CurrencyField in favor of new CurrencyFieldType, which works with point fields and provides control over dynamic fields used for the raw amount and currency code sub-fields. 2017-06-23 10:14:28 -04:00
Jan Høydahl 4746ff0ec8 SOLR-9623: Disable remote streaming in example configs by default. Adjust Upload Limit defaults 2017-06-20 11:00:08 +02:00
Steve Rowe 566fcfce13 SOLR-10761: Switch trie numeric/date fields to points in data-driven-enabled example and test schemas 2017-06-09 19:43:01 -04:00
Varun Thacker 2c9f8604c2 SOLR-8437: Improve RAMDirectory details in sample solrconfig files 2017-06-02 21:56:49 -07:00
Alexandre Rafalovitch 10d3aa23fe SOLR-7383: Switch to https for StackOverflow
Using http no longer works
2017-05-25 00:42:43 -04:00
Jan Høydahl 4a57fb4d88 SOLR-10585: Remove defaultSearchField completely in 7.0 2017-05-19 15:27:28 +02:00
Jan Høydahl 21384b5b21 SOLR-10042: Delete old deprecated Admin UI 2017-05-18 14:12:59 +02:00
jdyer1 e61b5b34bf SOLR-10617: JDBCStream to support additional types, minor refactoring to separate out CalciteJDBCStream, upgrade hsqldb for JDBCStream & DIH tests. 2017-05-12 08:44:16 -05:00
Jan Høydahl 61f64829d8 SOLR-7041: Remove a lot of defaultOperator and defaultSearchField from test configs (still more work to do) 2017-04-29 20:39:50 +02:00
Alexandre Rafalovitch b02626de50 SOLR-9601: DIH Tika example is now minimal
Only keep definitions and files required to show Tika-extraction in DIH
2017-04-01 19:06:50 -04:00
Alexandre Rafalovitch 580f6e98fb SOLR-7383: Replace DIH 'rss' example with 'atom'
rss example was broken for multiple reasons.
atom example showcases the same - and more - features
and uses the smallest config file needed to make it work.
2017-04-01 13:42:23 -04:00
Steve Rowe 1a80e4d694 SOLR-10343: Update Solr default/example and test configs to use SynonymGraphFilterFactory 2017-03-28 11:47:02 -04:00
Steve Rowe b46b8278c6 SOLR-10344: Update Solr default/example and test configs to use WordDelimiterGraphFilterFactory 2017-03-27 23:53:55 -04:00
Steve Rowe 2d896ee8d2 SOLR-10023: Add non-recursive 'test-nocompile' target: Only runs unit tests. Jars are not download; compilation is not updated; and Clover is not enabled. 2017-02-04 12:50:36 -05:00
Steve Rowe d817fd43ec SOLR-9883: In example schemaless configs' default update chain, move the DUP to after the AddSchemaFields URP (which is now tagged as RunAlways), to avoid invalid buffered tlog entry replays. 2017-01-07 16:39:20 -05:00
yonik c9522a3936 SOLR-9712: block when maxWarmingSearchers is exceeded instead of throwing exception, default to 1, remove from most configs 2016-12-16 11:46:48 -05:00
Adrien Grand 284eb77ece SOLR-9005: Remove tabs from solr/example/files/conf/update-script.js. 2016-11-07 10:19:03 +01:00
Alexandre Rafalovitch 9148362617 SOLR-9005: Add guard condition to the example js 2016-11-06 15:04:28 +11:00
Noble Paul 5c5c0c93ae SOLR-9576: Make FieldAnalysisRequestHandler, DocumentAnalysisRequestHandler & DumpRequestHandler implicit 2016-09-28 20:04:04 +05:30
Alexandre Rafalovitch 9f3964c9a6 SOLR-9498: Remove HDFS props from DIH solrconfigs 2016-09-11 23:06:19 +07:00
Erick Erickson db295440a6 SOLR-7903: Comment out trappy references to example docs in elevate.xml files 2016-07-06 14:50:43 -07:00
Mikhail Khludnev a9dea9a983 SOLR-8445: fix line separator in log4j.properties files 2016-06-07 00:21:49 +03:00
Erick Erickson 5341918a0c SOLR-9083: Remove deprecated <types> and <fields> from schemas 2016-05-10 06:54:11 -07:00
Varun Thacker 727852fb78 SOLR-9004: Fix name field type definition in films example 2016-04-17 23:51:47 +05:30
Noble Paul e70c638bcf SOLR-8766: deprecated <admin> tag in solrconfig.xml is removed 2016-03-08 18:53:59 +05:30
nknize 96b195432f Update master version to 7.0.0 2016-03-02 02:37:33 -06:00
Noble Paul 79b62ee731 Merge remote-tracking branch 'origin/master' 2016-03-01 09:30:22 +05:30