Ishan Chattopadhyaya
dd6d1c90c8
SOLR-14066: Deprecate DIH
2020-07-02 16:38:31 +05:30
Atri Sharma
529faf1241
Revert "SOLR-14588: Implement Circuit Breakers ( #1606 )"
...
This reverts commit 7b54902f68
.
2020-06-27 23:44:32 +05:30
Atri Sharma
7b54902f68
SOLR-14588: Implement Circuit Breakers ( #1606 )
...
* SOLR-14588: Implement Circuit Breakers
This commit consists of two parts: initial circuit breakers infrastructure and real JVM memory based
circuit breaker which monitors incoming search requests and rejects them with SERVICE_TOO_BUSY error
if the defined threshold is breached, thus giving headroom to existing indexing and search requests
to complete.
2020-06-25 21:06:22 +05:30
Tomoko Uchida
f03e6aac59
SOLR-14429: Convert .txt files to properly formatted .md files ( #1450 )
2020-04-27 08:43:04 +09:00
Yannick Welsch
8a88dd02c6
Remove SimpleFSDirectory in favor of NIOFSDirectory
2020-03-06 00:04:25 +01:00
Eduardo Leggiero
70c5942f3d
Removed extra whitespace ( #292 )
2019-11-27 08:50:12 +01:00
Andrzej Bialecki
b4fe911cc8
SOLR-13817: Remove legacy SolrCache implementations.
2019-11-14 21:21:44 +01:00
Tomoko Uchida
77c1ed7d16
SOLR-13690: Migrate field type configurations in default/example schema files to look up factories by 'name'
2019-08-31 23:06:32 +09: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
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
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
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
jdyer1
d45ff7b601
SOLR-11348: fix the DIH database example
2017-09-12 09:03:26 -05: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
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
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
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
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
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
Erick Erickson
5341918a0c
SOLR-9083: Remove deprecated <types> and <fields> from schemas
2016-05-10 06:54:11 -07:00
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
Tomás Fernández Löbbe
20b7453cc8
SOLR-8713: new UI and example solrconfig files point to Reference Guide for Solr Query Syntax instead of the wiki.
...
This closes #12
2016-02-29 08:22:25 -08:00
Christine Poerschke
588e3ff084
SOLR-8621: fix mergePolicyFacory vs. mergePolicyFactory typos in comments in solr/contrib and solr/example solrconfig.xml files.
2016-02-10 21:22:17 +00:00
Shai Erera
a5accccbfc
SOLR-8621: fix solrconfig.xml under contrib and example
2016-02-10 16:33:01 +02:00
Shalin Shekhar Mangar
7bfb2a2949
SOLR-8220: Read field from DocValues for non stored fields
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1721795 13f79535-47bb-0310-9956-ffa450edef68
2015-12-27 10:27:00 +00:00
Varun Thacker
40486d3220
SOLR-8387: Rename all schema.xml files to managed-schema
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1718932 13f79535-47bb-0310-9956-ffa450edef68
2015-12-09 18:33:46 +00:00
Varun Thacker
0e886c19fa
SOLR-8131: Make ManagedIndexSchemaFactory the default schemaFactory when luceneMatchVersion >= 6
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1718258 13f79535-47bb-0310-9956-ffa450edef68
2015-12-07 07:32:41 +00:00
Dawid Weiss
a03ed96eae
SOLR-8294: Cleanup solrconfig.xmls under solr/example/example-DIH/solr (removed obsolete clustering handler sections).
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1714856 13f79535-47bb-0310-9956-ffa450edef68
2015-11-17 19:34:18 +00:00
Uwe Schindler
763c8d726c
LUCENE-6732: Remove tabs XSL files
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1695405 13f79535-47bb-0310-9956-ffa450edef68
2015-08-11 23:15:20 +00:00
Uwe Schindler
1331a57e3d
LUCENE-6732: Remove tabs in JS and XML files
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1695395 13f79535-47bb-0310-9956-ffa450edef68
2015-08-11 23:00:39 +00:00