5088 Commits

Author SHA1 Message Date
yonik
0f4c5f0a73 SOLR-9712: block when maxWarmingSearchers is exceeded instead of throwing exception, default to 1, remove from most configs 2016-12-16 11:47:18 -05:00
markrmiller
89f0149fee SOLR-9846: OverseerAutoReplicaFailoverThread can take too long to stop and leak out of unit tests. 2016-12-14 20:56:08 -05:00
markrmiller
96b492c05e SOLR-1953: It may be possible for temporary files to accumulate until the Solr process is shut down. 2016-12-14 20:55:32 -05:00
Chris Hostetter
4c22659879 SOLR-8959: Refactored TestSegmentSorting out of TestMiniSolrCloudCluster
(cherry picked from commit 6525bb56f027655e5a01f028fa373305c0d01caa)

Conflicts:
	solr/CHANGES.txt
2016-12-14 13:22:06 -07:00
Varun Thacker
26d7971495 SOLR-9844: Display fc total size only when field entries asked for 2016-12-14 10:52:52 -08:00
Steve Rowe
765ea6f5a8 SOLR-9832: Schema modifications are not immediately visible on the coordinating node 2016-12-13 15:52:23 -05:00
Erick
0ffdacfb14 SOLR:9823: CoreContainer incorrectly setting MDCLoggingContext for core
(cherry picked from commit 8c79ab2)
2016-12-12 18:47:01 -08:00
Varun Thacker
a243f20973 SOLR-9707: Don't forward DeleteByQuery requests to down replicas 2016-12-12 17:23:33 -08:00
Varun Thacker
10ff47c6b1 SOLR-9844: Improve FieldCache usage api response formatting and show total size information 2016-12-12 13:09:10 -08:00
Erick Erickson
9096d4cb2a SOLR-9843: Fix up DocValuesNotIndexedTest failures. Debugging code
(cherry picked from commit d75abe1a3022b5d596b7fca4c7e8623782010a88)
2016-12-10 14:11:54 -08:00
Christine Poerschke
3e2657214e SOLR-8542: couple of tweaks (Michael Nilsson, Diego Ceccarelli, Christine Poerschke)
* removed code triplication in ManagedModelStore
* LTRScoringQuery.java tweaks
* FeatureLogger.makeFeatureVector(...) can now safely be called repeatedly (though that doesn't happen at present)
* make Feature.FeatureWeight.extractTerms a no-op; (OriginalScore|SolrFeature)Weight now implement extractTerms

* LTRThreadModule javadocs and README.md tweaks

* add TestFieldValueFeature.testBooleanValue test; replace "T"/"F" magic string use in FieldValueFeature
* add TestOriginalScoreScorer test; add OriginalScoreScorer.freq() method
* in TestMultipleAdditiveTreesModel revive dead explain test
2016-12-08 18:04:07 +00:00
markrmiller
8932718743 SOLR-9834: A variety of spots in the code can create a collection zk node after the collection has been removed.
# Conflicts:
#	solr/CHANGES.txt
2016-12-08 12:06:12 -05:00
Chris Hostetter
135604f632 SOLR-5043: New solr.dns.prevent.reverse.lookup system property that can be used to prevent long core (re)load delays on systems with missconfigured hostname/DNS
(cherry picked from commit 8b98b158ff9cc2a71216e12c894ca14352d31f0e)
2016-12-06 14:47:21 -07:00
Tommaso Teofili
7a44b8ed7b SOLR-8871 - removed suppress for forbidden API, added locale to toUpperCase
(cherry picked from commit c36ec0b)
2016-12-05 13:05:37 +01:00
Tommaso Teofili
cf90d085f4 SOLR-8871 - added suppress forbidden for toUpperCase usage
(cherry picked from commit a4573fe)
2016-12-05 13:05:28 +01:00
Tommaso Teofili
048d4370ab SOLR-8871 - adjusted header positioning
(cherry picked from commit 96489d2)
2016-12-05 13:05:17 +01:00
Tommaso Teofili
f9ca890fc3 SOLR-8871 - various improvements to ClassificationURP
(cherry picked from commit 5ad741e)
2016-12-05 13:04:33 +01:00
Tommaso Teofili
7e837e30cf LUCENE-7350 - fixed unused imports, misplaced header 2016-12-05 12:55:05 +01:00
Adrien Grand
406535a3a8 LUCENE-7350: Remove unused imports.
(cherry picked from commit 281af8b)
2016-12-05 12:44:43 +01:00
Tommaso Teofili
ea95c3cea7 LUCENE-7350 - Let classifiers be constructed from IndexReaders 2016-12-05 12:40:49 +01:00
Christine Poerschke
cf8d0e1ccb SOLR-9660: in GroupingSpecification factor [group](sort|offset|limit) into [group](sortSpec) (Judith Silverman, Christine Poerschke) 2016-11-30 20:36:59 +00:00
Ishan Chattopadhyaya
0c3fb75445 SOLR-9616 Solr throws exception when expand=true on empty index 2016-12-01 00:49:05 +05:30
Andrzej Bialecki
4874f03953 SOLR-9768 RecordingJsonParser produces incomplete json (Wojciech Stryszyk via ab) 2016-11-30 10:35:19 +01:00
Christine Poerschke
0ef4236745 SOLR-9783: (Search|Top)Group[s]ShardResponseProcessor.process: turned sortWithinGroup null check into assert.
Also sort.equals tweak in (grouping) QueryCommand.create method.
2016-11-29 19:33:30 +01:00
Noble Paul
25a439c51c SOLR-9546: remove unnecessary boxing 2016-11-29 18:04:14 +05:30
Erick Erickson
736c9ff8e3 SOLR-5260 merge error 2016-11-27 07:48:27 -08:00
Erick Erickson
523b6b1b9f SOLR-5260: Faceting on a field in SolrCloud with docValues=true and indexed=false fails, test fix
(cherry picked from commit e4733f6)
2016-11-26 22:21:57 -08:00
Erick Erickson
af904f8dd2 SOLR-5260: Faceting on a field in SolrCloud with docValues=true and indexed=false fails
(cherry picked from commit ca66266)
2016-11-26 14:11:36 -08:00
Noble Paul
00dfbafd9a SOLR-9784: deprecated uploadconfig 2016-11-26 12:39:50 +05:30
Shalin Shekhar Mangar
2badb2b4d8 SOLR-9433: Ignore testDeleteInstanceDirAfterCreateFailure on windows
(cherry picked from commit eded69b)
2016-11-26 01:01:48 +05:30
David Smiley
26fc078847 fix bad xml processing instruction placement
(cherry picked from commit 9b4b120)
2016-11-24 22:25:46 -05:00
David Smiley
a089bf2827 SOLR-9708: Added UnifiedSolrHighlighter. Added hl.method=original|fastVector|postings|unified
(cherry picked from commit 4314c51)
2016-11-24 19:37:54 -05:00
Noble Paul
28fd42bf4a SOLR-9721: javabin Tuple parser for streaming and other end points 2016-11-24 09:02:28 +05:30
Shalin Shekhar Mangar
8a5bb46663 SOLR-8785: Use per-second rates for consistency in all stats outputs
(cherry picked from commit f8fa2e9)
2016-11-23 23:23:02 +05:30
Shalin Shekhar Mangar
df242c8437 SOLR-8785: Convert rates to be per minute from the default per second rates reported by the metrics library
(cherry picked from commit dab2e24)
2016-11-23 23:22:53 +05:30
yonik
9a980833df SOLR-9786: set filter for join query parser 2016-11-22 22:44:53 -05:00
yonik
e7aa0e4ce4 SOLR-9786: set filter flag for more parsers 2016-11-22 16:30:39 -05:00
yonik
9f24c4b59a SOLR-9786: FieldType.getSetQuery, QParser.flags/isFilter, solr query parser use getSetQuery when appropriate and other optimizations 2016-11-22 12:53:41 -05:00
Shalin Shekhar Mangar
2deb900774 SOLR-8785: Use Dropwizard Metrics library for core metrics
(cherry picked from commit ff6da66)
2016-11-22 14:42:47 +05:30
Christine Poerschke
500f6c7875 SOLR-9782: for json.nl expand test coverage and comments w.r.t. NamedList(null=null) 2016-11-18 16:15:18 +00:00
Alan Woodward
7ca0ba043a Log root cause error when directories can't be deleted on core unload 2016-11-18 13:45:44 +00:00
Hrishikesh Gadre
f084e658b7 SOLR-9324 Fix TestSolrCloudWithSecureImpersonation#testForwarding 2016-11-17 15:05:47 -05:00
Uwe Schindler
6428772aa2 SOLR-9460: Fully fix test setup 2016-11-17 15:05:46 -05:00
Uwe Schindler
225198a2b7 SOLR-9460: Disable test that does not work with Windows 2016-11-17 15:05:46 -05:00
Gregory Chanan
8659fe1cce SOLR-9324: Fix local host test assumptions 2016-11-17 15:05:46 -05:00
Gregory Chanan
f78f698ab0 SOLR-9324: Support Secure Impersonation / Proxy User for solr authentication
Conflicts:
	solr/CHANGES.txt
	solr/core/src/java/org/apache/solr/security/KerberosPlugin.java
2016-11-17 15:05:46 -05:00
yonik
e525cca017 SOLR-9772: reuse comparator when deriving fieldSortValues 2016-11-17 10:57:02 -05:00
Erick Erickson
8bd4ad36c5 SOLR-9606: Change hard-coded keysize from 512 to 1024
(cherry picked from commit e402a30)
2016-11-16 13:36:53 -08:00
markrmiller
6962381180 SOLR-9284: Reduce off heap cache size. 2016-11-16 10:12:08 -05:00
markrmiller
b90b4dc694 SOLR-9284: Reduce off heap cache size and fix test asserts. 2016-11-15 11:05:20 -05:00