Chris Hostetter
b60b86ecab
SOLR-10399: Generalize some internal facet logic to simplify points/non-points field handling
2017-03-31 17:01:42 -07:00
yonik
bdb0d588ee
SOLR-7452: add more tests for refinement of missing buckets
2017-03-31 12:55:15 -04:00
yonik
cc623403bd
SOLR-7452: refinement of missing buckets and partial facets through missing buckets
2017-03-31 12:54:30 -04:00
Adrien Grand
e80643e5a7
LUCENE-7753: Make fields static when possible.
2017-03-31 17:28:21 +02:00
markrmiller
0445f8200e
SOLR-10338: Configure SecureRandom non blocking for tests.
2017-03-31 10:53:20 -04:00
Joel Bernstein
6c2155c024
SOLR-10351: Add analyze Stream Evaluator to support streaming NLP
2017-03-30 17:53:07 +01:00
Erick Erickson
edcdc3052b
SOLR-10387: zkTransfer normalizes destination path incorrectly if source is a windows directory
2017-03-29 21:13:40 -07:00
Andrzej Bialecki
30f7914c3b
SOLR-10362 Be more specific when catching this exception.
2017-03-29 15:26:33 +02:00
Cao Manh Dat
9b7c8d5606
SOLR-9993: Add support for ExpandComponent with PointFields
2017-03-29 13:52:51 +07:00
Shai Erera
deddc9b5c8
SOLR-10349: Add totalTermFreq support to TermsComponent
...
TermsComponent only returns docFreq information per requested term.
This commit adds a terms.ttf parameter, which if set to true, will
return both docFreq and totalTermFreq statistics for each requested
term.
2017-03-29 06:18:39 +03:00
Cao Manh Dat
144091ad29
SOLR-10079: TestInPlaceUpdates(Distrib|Standalone) failures
2017-03-29 08:09:40 +07:00
yonik
66bfdcbdba
SOLR-7452: change terminology from _m missing-bucket to _p partial-bucket for refinement
2017-03-28 19:52:51 -04:00
Steve Rowe
0a689f4d95
SOLR-10357: Enable edismax and standard query parsers to handle the option combination sow=false / autoGeneratePhraseQueries=true by setting QueryBuilder.autoGenerateMultiTermSynonymsQuery
2017-03-28 18:39:28 -04:00
Ishan Chattopadhyaya
6b0217b7cb
SOLR-6736: Adding support for uploading zipped configsets using ConfigSets API
2017-03-29 00:44:27 +05:30
Ishan Chattopadhyaya
0322068ea4
SOLR-10365: Handle a SolrCoreInitializationException while publishing core state during SolrCore creation
2017-03-29 00:26:31 +05:30
Joel Bernstein
aa2b46a62a
SOLR-10341: SQL AVG function mis-interprets field type
2017-03-28 18:42:18 +01:00
Steve Rowe
1a80e4d694
SOLR-10343: Update Solr default/example and test configs to use SynonymGraphFilterFactory
2017-03-28 11:47:02 -04:00
Adrien Grand
390ef9af9f
LUCENE-7743: Avoid calling new String(String).
2017-03-28 15:35:04 +02:00
Adrien Grand
c189139e52
LUCENE-7751: Avoid boxing primitives only to call compareTo.
2017-03-28 15:35:04 +02:00
Adrien Grand
53064e46dd
LUCENE-7754: Inner classes should be static whenever possible.
2017-03-28 15:35:04 +02:00
Steve Rowe
b46b8278c6
SOLR-10344: Update Solr default/example and test configs to use WordDelimiterGraphFilterFactory
2017-03-27 23:53:55 -04:00
Andrzej Bialecki
cb20eae178
SOLR-10362: "Memory Pool not found" error when reporting JVM metrics.
2017-03-27 22:19:03 +02:00
Erick Erickson
0b3ca1bb61
SLR-10108: bin/solr script recursive copy broken
2017-03-27 12:15:05 -07:00
Erick Erickson
bd01064f69
SOLR-10371: There is some spelling mistakes in the Java source code Thanks hu xiaodong"
2017-03-27 09:31:15 -07:00
Shalin Shekhar Mangar
cd66a5ff51
SOLR-9835: Fixed precommit failure.
2017-03-27 20:06:01 +05:30
Cao Manh Dat
d156aafd1d
SOLR-9835: TestInjection.waitForInSyncWithLeader() should rely on commit point of searcher
2017-03-27 16:44:22 +07:00
David Smiley
f1aef3d12b
SOLR-10304: Refactor new SolrDocumentFetcher out of SolrIndexSearcher
2017-03-24 23:01:32 -04:00
David Smiley
8664f1f38a
SOLR-10249: Refactor IndexFetcher to return detailed result
2017-03-24 22:46:24 -04:00
yonik
fec87fceb5
SOLR-7452: add support for _m buckets, missing and has sub-facets in need of refinement
2017-03-24 20:43:44 -04:00
Chris Hostetter
6665aed952
Fix test to stop asserting specific order when secondary sort is unspecified, add new checks that do assert an explicit order when secondary sort IS specified.
2017-03-23 18:28:10 -07:00
Noble Paul
4edfc1a9c7
SOLR-6615: use constants for 'sort', 'distrib'
2017-03-23 18:12:20 +10:30
Noble Paul
eb587772dd
SOLR-6615: use constants for 'id', '_route_', '_version_'
2017-03-23 11:45:50 +10:30
Cao Manh Dat
88c3c3c580
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2017-03-23 07:31:37 +07:00
yonik
725cd4e2f5
SOLR-7452: facet refinement - don't generate domain if skipping bucket
2017-03-22 19:53:50 -04:00
Tomas Fernandez Lobbe
8a99675392
SOLR-9986: Add javadoc to DatePointField class
2017-03-22 10:52:34 -07:00
Cao Manh Dat
b7042c1f6e
Add support for CollapseQParser with PointFields
2017-03-22 15:00:33 +07:00
yonik
6786089b0b
SOLR-7452: json facet API, refine/skip through buckets already visited
2017-03-21 08:42:47 -04:00
Dennis Gove
92297b5860
SOLR-10292: Adds CartesianProductStream to turn multivalued fields into multiple tuples
2017-03-20 16:40:46 -04:00
Andrzej Bialecki
a3e4f57e1b
SOLR-10319 SolrCore "instanceDir" metric not visible in JMX.
2017-03-20 19:03:55 +01:00
Cao Manh Dat
21adce4a2f
SOLR-9992: Add support for grouping with PointFIelds
2017-03-20 15:21:36 +07:00
Cao Manh Dat
e09273943b
SOLR-10079: Speedup TestInPlaceUpdatesDistrib in new replication mode
2017-03-20 09:18:54 +07:00
Cao Manh Dat
4bc75dbf23
SOLR-9835: Fix OnlyLeaderIndexesTest failure, inplace updates is not copied over properly
2017-03-20 08:21:54 +07:00
David Smiley
e7d9db9d6c
SOLR-10286: fix test for Windows
2017-03-18 10:42:34 -04:00
Steve Rowe
9b57545df0
SOLR-10218: The Schema API commands add-field-type and replace-field-type improperly specify SimilarityFactory params
2017-03-18 00:00:59 -04:00
Tomas Fernandez Lobbe
3b66001845
SOLR-10237: Poly-Fields should work with subfield that have docValues=true
2017-03-17 11:55:15 -07:00
yonik
540ee1db10
SOLR-7452: add refine param to json facets, implement for array field faceting
2017-03-17 12:13:43 -04:00
David Smiley
8fbd9f1e40
SOLR-10273: DocumentBuilder move longest field to last position
2017-03-16 21:22:08 -04:00
David Smiley
4a55bc4e0f
SOLR-10286: fix precommit (unused imports)
2017-03-16 21:11:39 -04:00
Steve Rowe
d1b2fb33ef
SOLR-9185: Solr's edismax and Lucene/standard query parsers should optionally not split on whitespace before sending terms to analysis
2017-03-16 19:41:47 -04:00
David Smiley
4ee7fc3890
SOLR-10286: fix test; we were writing to read-only dir.
...
Expand solrconfig-managed-schema.xml to have toggle-able elements vis system property flags
2017-03-16 18:30:57 -04:00
David Smiley
2502af9f3f
SOLR-10286: large fields.
...
And refactored FieldType.checkSchemaField to call a new checkSupportsDocValues()
2017-03-16 14:58:59 -04:00
Joel Bernstein
b46e09c79f
SOLR-10085: SQL result set fields should be ordered by the field list
2017-03-15 18:31:45 -04:00
Joel Bernstein
be9fea1bc5
SOLR-10271: SQL aggregations in map_reduce mode should use javabin transport
2017-03-15 18:31:45 -04:00
Joel Bernstein
22f91ba0ca
SOLR-10270: Stop exporting _version_ during GROUP BY aggregations in map_reduce mode
2017-03-15 18:31:45 -04:00
Christine Poerschke
9d56f13650
SOLR-10046: Add UninvertDocValuesMergePolicyFactory class. (Keith Laban, Christine Poerschke)
2017-03-15 12:15:17 +00:00
Mike McCandless
e7b87f5b79
LUCENE-7739: Fix places where we unnecessarily boxed while parsing a numeric value according to FindBugs
2017-03-15 06:08:10 -04:00
Mike McCandless
716d43eca9
LUCENE-7742: fix places where we were unboxing and then re-boxing according to FindBugs
2017-03-15 06:03:54 -04:00
Noble Paul
124b505810
SOLR-8045: SerachHandler to override the registerV2() and remove registerPath from sample solrconfig.xml
2017-03-15 18:40:38 +10:30
Andrzej Bialecki
1192d396dd
SOLR-10224: Add disk total and disk free metrics.
2017-03-14 19:58:31 +01:00
Chris Hostetter
9417367b1a
SOLR-10266: fix implicit test assumptions about doc order
2017-03-14 09:49:22 -07:00
Christine Poerschke
5aafea8494
SOLR-9045: exclude static methods from ConfigureRecoveryStrategyTest.testAlmostAllMethodsAreFinal
2017-03-14 13:05:55 +00:00
Andrzej Bialecki
1750095048
SOLR-10247: Support non-numeric metrics and a "compact" format of /admin/metrics.
2017-03-14 12:36:35 +01:00
Christine Poerschke
ddda27e4de
SOLR-10076: 'String.format(Locale.ROOT,...' instead of (forbidden API) 'String.format(...)'
2017-03-14 10:46:25 +00:00
markrmiller
91c3f78f8f
SOLR-10076: Hide keystore and truststore passwords from /admin/info/* outputs.
2017-03-14 06:13:34 -04:00
markrmiller
bac3424936
SOLR-10279: The autoAddReplica feature can result in SolrCores being assigned new shards when using legacyCloud=false and will also fail on a state check when taking over a core registration with a new core.
2017-03-14 06:01:06 -04:00
Cao Manh Dat
7830462d4b
SOLR-9835: Create another replication mode for SolrCloud
2017-03-14 14:37:47 +07:00
Tomas Fernandez Lobbe
abec54bd57
SOLR-10236: Remove FieldType.getNumericType() from master
2017-03-13 16:00:16 -07:00
Andrzej Bialecki
e3a0b428fd
SOLR-10269 MetricHandler JSON output was incorrect.
2017-03-13 20:30:27 +01:00
Christine Poerschke
c8bad8c10a
SOLR-9045: Make RecoveryStrategy settings configurable.
2017-03-13 15:49:01 +00:00
Ishan Chattopadhyaya
a06c39f3e5
SOLR-9838: 'inc' atomic update doesn't respect default field value
2017-03-13 18:46:08 +05:30
Ishan Chattopadhyaya
d5181ec8e5
SOLR-10079: Increasing threadpool termination to 15s, clearIndex() to do clean replica indexes as well
2017-03-13 16:56:29 +05:30
Ishan Chattopadhyaya
b64382bb07
SOLR-10079: Force in-place standalone test to always use NoMergePolicy, also assert that it was used
2017-03-13 15:22:49 +05:30
David Smiley
182c20c4e5
SOLR-10039: New LatLonPointSpatialField
2017-03-11 20:48:01 -05:00
Cao Manh Dat
0fb386a864
SOLR-8045: Deploy V2 API at /v2 instead of /solr/v2
2017-03-11 10:30:52 +07:00
Joel Bernstein
d945a246f6
SOLR-10257: Add logarithm StreamEvaluator
2017-03-09 21:01:24 -05:00
Noble Paul
c680f45f2d
added a test
2017-03-09 14:41:42 +10:30
Joel Bernstein
682c6a7d51
SOLR-10254: significantTerms Streaming Expression should work in non-SolrCloud mode
2017-03-08 21:11:26 -05:00
Mark Miller
e35881a63a
SOLR-10248: Merge SolrTestCaseJ4's SolrIndexSearcher tracking into the ObjectReleaseTracker.
2017-03-08 11:44:23 -05:00
Mark Miller
6a6e303298
SOLR-10244: TestCoreDiscovery fails if you run it as root.
2017-03-08 10:23:46 -05:00
Andrzej Bialecki
4d7bc94771
SOLR-9858: Collect aggregated metrics from nodes and shard leaders in overseer.
2017-03-07 22:01:21 +01:00
Andrzej Bialecki
2d51a42d3c
SOLR-10226 JMX metric avgTimePerRequest broken.
2017-03-07 18:09:58 +01:00
Ishan Chattopadhyaya
190f4b6b93
SOLR-10178, SOLR-10079: Force tests to always use NoMergePolicy, also assert that it was used
2017-03-07 19:02:26 +05:30
Cao Manh Dat
7af6cc9715
SOLR-9986: Fix precommit
2017-03-07 15:37:24 +07:00
Cao Manh Dat
3131ec2d99
SOLR-9986: Implement DatePointField
2017-03-07 10:11:47 +07:00
Joel Bernstein
6df17c8cfe
SOLR-8593: in TestSQLHandler assume not run with Turkish locale
2017-03-06 12:20:28 -05:00
Andrzej Bialecki
acb185b2dc
SOLR-9999: Instrument DirectUpdateHandler2.
2017-03-06 11:10:43 +01:00
Noble Paul
fb1d2d1ae2
SOLR-10230: default TTL of PKIAuthenticationPlugin increased to 10secs
2017-03-06 10:09:01 +10:30
Kevin Risden
686fbd3ba2
SOLR-10171: Add Constant Reduction Rules to Calcite Planner
2017-03-04 19:22:34 -06:00
Andrzej Bialecki
5ccc8e7ae9
SOLR-10227 Fix a test failure.
2017-03-04 09:31:26 +01:00
Noble Paul
b66d13398a
SOLR-9401: TestPKIAuthenticationPlugin NPE. do the time consuming pub key creation before header is set
2017-03-04 16:12:57 +10:30
yonik
4990eed1b3
SOLR-10225: fix BlockCache evictions metric to not count explicit removal
2017-03-03 12:39:33 -05:00
Adrien Grand
fbc844d334
LUCENE-7410: Fix test bug.
2017-03-03 17:41:04 +01:00
Christine Poerschke
43474312eb
SOLR-10155: For numeric types facet.contains= and facet.prefix= are now rejected.
...
(Gus Heck, Christine Poerschke)
2017-03-03 12:03:41 +00:00
Adrien Grand
8ed2b764ed
LUCENE-6819: Remove index-time boosts.
2017-03-02 19:18:16 +01:00
Noble Paul
f57d829fa0
SOLR-9401: NPE in TestPKIAuthenticationPlugin. tests would retry for timeout
2017-03-02 20:50:06 +10:30
David Smiley
d1d73bfbea
SOLR-10153: (and SOLR-10152): UH & PH: Add hl.bs.type=SEPARATOR with new param hl.bs.separator
2017-03-01 21:04:07 -05:00
yonik
010bffecf9
tests: add cache.invalidate to BlockCache test
2017-03-01 08:51:37 -05:00
Mikhail Khludnev
0baf2fa33c
SOLR-10134: EmbeddedSolrServer handles SchemaAPI requests
2017-03-01 08:32:35 +03:00
Ishan Chattopadhyaya
8b4502c218
Fixing precommit by removing unused imports
2017-03-01 04:38:35 +05:30
Ishan Chattopadhyaya
0b7b1443c2
Fix UpdateLogTest failure
2017-03-01 04:18:22 +05:30
yonik
34bb7f31e5
SOLR-10214: clean up BlockCache Metrics, add storeFails and counts
2017-02-28 12:36:08 -05:00
markrmiller
2adc11c70a
tests: null out static
2017-02-28 12:12:34 -05:00
Adrien Grand
df6f830723
LUCENE-7410: Make cache keys and close listeners less trappy.
2017-02-28 14:46:45 +01:00
markrmiller
04ba9968c0
SOLR-10196: ElectionContext#runLeaderProcess can hit NPE on core close.
2017-02-27 23:41:30 -05:00
markrmiller
ed0f0f45ce
SOLR-10207: Harden CleanupOldIndexTest.
2017-02-27 23:33:47 -05:00
markrmiller
86b5b6330f
tests: raise timeout
2017-02-27 22:55:29 -05:00
Andrzej Bialecki
a248e6e3c0
SOLR-10182 Remove metrics collection at Directory level.
2017-02-27 16:32:27 +01:00
Uwe Schindler
ea37b9ae87
SOLR-10158: Add support for "preload" option in MMapDirectoryFactory
2017-02-25 21:15:09 +01:00
Jan Høydahl
30125f99da
Revert "SOLR-9640: Support PKI authentication and SSL in standalone-mode master/slave auth with local security.json"
...
This reverts commit 95d6fc2512
.
2017-02-25 00:43:42 +01:00
Christine Poerschke
471d842742
Remove outdated comment.
2017-02-24 18:38:11 +00:00
Jan Høydahl
95d6fc2512
SOLR-9640: Support PKI authentication and SSL in standalone-mode master/slave auth with local security.json
2017-02-24 14:30:42 +01:00
Joel Bernstein
dba733e7aa
SOLR-10156: Add significantTerms Streaming Expression
2017-02-23 14:18:03 -05:00
Erick Erickson
8367e159e4
SOLR-10021: Cannot reload a core if it fails initialization.
2017-02-22 17:46:36 -08:00
markrmiller
d6337ac3e5
SOLR-9824: Some bulk update paths could be very slow due to CUSC polling.
2017-02-22 14:44:18 -05:00
markrmiller
be64c26c27
SOLR-10126: Improve test a bit.
2017-02-22 14:44:17 -05:00
Tomas Fernandez Lobbe
21690f5e12
SOLR-10143: PointFields will create IndexOrDocValuesQuery when a field is both, indexed=true and docValues=true
2017-02-22 10:31:12 -08:00
markrmiller
9a39e9156a
SOLR-10136: @AwaitsFix this test.
2017-02-22 11:04:16 -05:00
markrmiller
f4b73d076d
SOLR-10191: @BadApple this test.
2017-02-22 11:00:59 -05:00
markrmiller
a342d6bba6
test: speed up test
2017-02-22 09:56:59 -05:00
markrmiller
eb9e3cba8d
SOLR-9848: Lower solr.cloud.wait-for-updates-with-stale-state-pause back down from 7 seconds.
2017-02-22 09:54:48 -05:00
markrmiller
b28dc3fe34
SOLR-9849: Use a very low value for solr.cloud.wait-for-updates-with-stale-state-pause in tests.
2017-02-22 09:52:51 -05:00
markrmiller
f2f8154d0b
SOLR-9842: UpdateRequestProcessors have no way to guarantee the closing of resources used for a request.
2017-02-22 09:50:28 -05:00
Christine Poerschke
ee55bec9f0
SOLR-10173: Make HttpShardHandlerFactory.getReplicaListTransformer more extensible. (Ramsey Haddad via Christine Poerschke)
2017-02-22 14:15:40 +00:00
Erick
14b3622608
SOLR-10020: CoreAdminHandler silently swallows some errors
2017-02-21 21:59:26 -08:00
yonik
cf1cba66f4
SOLR-10121: enable BlockCacheTest.testBlockCacheConcurrent that now passes
2017-02-21 18:56:39 -05:00
markrmiller
3771e7d2c7
SOLR-10126: @BadApple this test, fails frequently on Jenkins cluster.
2017-02-21 18:05:41 -05:00
yonik
e9e02a2313
SOLR-10141: Upgrade to Caffeine 2.4.0 to fix issues with removal listener
2017-02-21 17:15:05 -05:00
markrmiller
fa5851095f
SOLR-10175: Rename test so it doesn't match test glob pattern.
2017-02-20 21:40:00 -05:00
Christine Poerschke
e8f4746ec4
SOLR-10175: turn TestAnalyticsQParserPlugin's @Ignore into @AwaitsFix
2017-02-20 17:39:46 +00:00
Christine Poerschke
cf63ad9797
SOLR-10142: turn TestClassNameShortening's @Ignore into @AwaitsFix
2017-02-20 10:54:09 +00:00
markrmiller
8c1e67e30e
SOLR-10170: ClassCastException in RecoveryStrategy.
2017-02-19 20:38:32 -05:00
markrmiller
72f71275b2
SOLR-8129: Harden HdfsChaosMonkeyNothingIsSafeTest some
2017-02-19 20:38:32 -05:00
markrmiller
06707cca64
tests: always use global blockcache for chaosmonkey tests.
2017-02-19 20:38:32 -05:00
markrmiller
33466cb0b7
SOLR-10168: ShardSplit can fail with NPE in OverseerCollectionMessageHandler#waitForCoreAdminAsyncCallToComplete.
2017-02-19 20:38:31 -05:00
markrmiller
f45a3711b1
SOLR-10109: SoftAutoCommitTest is too fragile.
2017-02-19 19:19:32 -05:00
markrmiller
9533fa34f8
SOLR-10071: Add @AwaitsFix for now.
2017-02-19 19:07:26 -05:00
markrmiller
a9a6bf1413
SOLR-10068: Remove unused import.
2017-02-19 18:53:49 -05:00
markrmiller
fad963cf2f
SOLR-10164: DistributedVersionInfoTest needs to be hardened.
2017-02-19 16:34:33 -05:00
markrmiller
57c41e1cbd
SOLR-10068: Only use global hdfs block cache for this test.
2017-02-19 16:34:16 -05:00
markrmiller
4804a06e2b
SOLR-10160: HdfsTlogReplayBufferedWhileIndexingTest needs to be hardened.
2017-02-19 14:34:57 -05:00
markrmiller
80978d0574
tests: raise timeout for test beasting worst case
2017-02-19 14:19:21 -05:00
markrmiller
b30b6c58f7
SOLR-9846: Don't run Overseer threads if CoreContainer is shutdown.
2017-02-19 14:19:21 -05:00
Ishan Chattopadhyaya
a88e6e5634
Remove unused imports
2017-02-19 16:13:29 +05:30
Cao Manh Dat
54303260aa
SOLR-9966: Fix previous commit bug
2017-02-19 15:19:57 +07:00
Ishan Chattopadhyaya
6358afbea6
SOLR-5944: Cleanup comments and logging, use NoMergePolicy instead of LogDocMergePolicy
2017-02-19 09:21:35 +05:30
Ishan Chattopadhyaya
d5ef026f84
SOLR-5944: Use SolrCmdDistributor's synchronous mode for in-place updates
2017-02-19 07:50:01 +05:30
Ishan Chattopadhyaya
82f598d895
SOLR-10159: When DBQ is reordered with an in-place update, upon whose updated value the DBQ is based on, the DBQ fails due to excessive caching in DeleteByQueryWrapper
2017-02-19 07:12:28 +05:30
Cao Manh Dat
46ef9256b4
SOLR-9966: Convert/migrate tests using EasyMock to Mockito
2017-02-19 07:00:40 +07:00
markrmiller
19c8ec2bf1
SOLR-10120: Clean up earlier so we don't hit closed resources.
2017-02-17 21:22:44 -05:00
markrmiller
ed05debb4e
SOLR-9846: Overseer is not always closed after being started.
2017-02-17 21:22:43 -05:00
markrmiller
6b169d2051
SOLR-10064: The Nightly test HdfsCollectionsAPIDistributedZkTest appears to be too fragile.
2017-02-17 21:22:43 -05:00
yonik
33e398c021
SOLR-10141: add test for underlying cache
2017-02-17 21:21:05 -05:00
yonik
6804f36942
SOLR-10141: Upgrade to Caffeine 2.3.5 to fix issues with removal listener
2017-02-17 12:50:38 -05:00
yonik
7a45f1015e
SOLR-10114: fix flakey TestRecovery
2017-02-16 15:12:44 -05:00
yonik
d49edabf89
SOLR-10114: test cleanup
2017-02-16 12:45:32 -05:00
Mike McCandless
7caaf6f32a
remove unused import
2017-02-16 08:51:40 -05:00
yonik
99188ae00c
SOLR-10114: add _version_ field to child documents, fix reordered-dbq to not drop child docs
2017-02-15 22:51:21 -05:00
Joel Bernstein
4f29685edb
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2017-02-15 15:31:24 -05:00
Christine Poerschke
fe5c7604c4
SOLR-6443, SOLR-6444: correct @AwaitsFix link for TestManagedResourceStorage
2017-02-15 20:28:22 +00:00
Joel Bernstein
dcf41b9a8e
SOLR-8593: Fix precommit
2017-02-15 14:34:59 -05:00
Joel Bernstein
12229b2ca0
SOLR-8593: Switch to using the BooleanEvaluators
2017-02-15 14:21:24 -05:00
Joel Bernstein
bfeb4e7f84
Merge branch 'jira/solr-8593'
2017-02-15 13:55:09 -05:00
Joel Bernstein
aa7e980d3b
SOLR-10094: /export handler (master only) loses the sort deep into the result set
2017-02-15 13:49:31 -05:00
Andrzej Bialecki
f51253a331
SOLR-10138: Transaction log replay can hit an NPE due to new Metrics code.
2017-02-15 16:49:18 +01:00
markrmiller
9275c2f87f
SOLR-10064: The Nightly test HdfsCollectionsAPIDistributedZkTest appears to be too fragile.
2017-02-15 10:20:22 -05:00
markrmiller
b760f95486
SOLR-10068: The Nightly test SharedFSAutoReplicaFailoverTest appears to be too fragile.
2017-02-15 10:20:00 -05:00
yonik
b71a667d74
SOLR-10121: fix race conditions in BlockCache.fetch and BlockCache.store
2017-02-15 09:56:50 -05:00
Andrzej Bialecki
b6f49dc1fb
SOLR-10130 Serious performance degradation in Solr 6.4.1 due to the
...
new metrics collection.
2017-02-15 14:55:48 +01:00
Christine Poerschke
787a388ec8
SOLR-9890: factor out ShardResultTransformerUtils.[un]marshSortValue methods
...
(Judith Silverman, Christine Poerschke)
2017-02-15 10:54:35 +00:00
Noble Paul
2470fbaa0e
SOLR-8029: introspect was not showing for certain collection apis
2017-02-14 17:47:12 -08:00
Ishan Chattopadhyaya
9a1702a8f5
SOLR-8029: Reverting the previous commit and the merge
2017-02-15 07:13:28 +05:30
Noble Paul
325cbf0018
Revert "Merge remote-tracking branch 'origin/master'"
...
This reverts commit 26298f35df
, reversing
changes made to 65c6c576b7
.
undoing the merge commit
2017-02-14 17:32:14 -08:00
Noble Paul
26298f35df
Merge remote-tracking branch 'origin/master'
2017-02-14 16:24:25 -08:00
Noble Paul
65c6c576b7
SOLR-8029: introspect was not showing for certain collection apis
2017-02-14 16:24:06 -08:00
markrmiller
a1f114f70f
SOLR-10104: BlockDirectoryCache release hooks do not work with multiple directories.
...
# Conflicts:
# solr/CHANGES.txt
2017-02-14 12:06:44 -05:00
markrmiller
a243befdbb
SOLR-9846: Track Overseer close better.
2017-02-14 12:05:37 -05:00
Tomas Fernandez Lobbe
7dcf9de41f
SOLR-9987: Implement support for multi-valued DocValues in PointFields
...
CC SOLR-8396
2017-02-13 09:47:49 -08:00
Joel Bernstein
ec6ee96ae6
SOLR-8593: Make SQL handler friendlier out of the box
2017-02-13 11:46:08 -05:00
Noble Paul
563f522643
SOLR-8029: disabled easymock for java9
2017-02-13 07:28:16 -08:00
markrmiller
df02aa6ddc
SOLR-10127: OverseerRolesTest needs to be hardened.
2017-02-12 17:43:47 -05:00
markrmiller
b5c7bd1d10
SOLR-9846: Try and make sure Overseer is always closed in tests and it's threads are done when it exists close.
2017-02-12 14:58:06 -05:00
markrmiller
5b976959d9
SOLR-10063: CoreContainer shutdown has race condition that can cause a hang on shutdown.
2017-02-11 17:08:43 -05:00
markrmiller
2196663156
SOLR-10120: A SolrCore reload can remove the index from the previous SolrCore during replication index rollover.
...
SOLR-10124: Replication can skip removing a temporary index directory in some cases when it should not.
SOLR-10119: Harden TestReplicationHandler.
2017-02-11 17:08:42 -05:00
markrmiller
11a54aa5a9
SOLR-10125: CollectionsAPIDistributedZkTest is too fragile.
2017-02-11 17:08:42 -05:00
Mike McCandless
015382257a
remove unused import so 'ant precommit' passes again
2017-02-10 18:33:33 -05:00
Andrzej Bialecki
723b20279a
SOLR-10090 MBeansHandlerTest assertion fails (test ordering/number
...
dependence) (Dawid Weiss via ab)
2017-02-10 09:19:02 -08:00
yonik
0b3710a532
SOLR-10116: add concurrency test to BlockCacheTest
2017-02-10 12:08:09 -05:00
yonik
85141a2302
SOLR-10116: add more comments, improve variable names in BlockCache
2017-02-10 11:08:48 -05:00
markrmiller
9d8a2faf18
SOLR-9903: Stop interrupting the update executor on shutdown, it can cause graceful shutdowns to put replicas into Leader Initiated Recovery among other undesirable things.
2017-02-10 09:40:47 -05:00
Adrien Grand
117aea9367
SOLR-9912: Remove unused imports.
2017-02-10 09:40:08 +01:00
Dennis Gove
62489678d0
SOLR-9916: Adds Stream Evaluators to support evaluating values from tuples
2017-02-10 00:39:51 -05:00
markrmiller
40cc8cb85a
SOLR-10109: Capture 'free' commits and improve a couple timeouts.
2017-02-09 19:22:25 -05:00
markrmiller
d7d3d5a4fd
SOLR-10109: SoftAutoCommitTest is too fragile, harden the hell out of it.
2017-02-09 17:00:34 -05:00
Christine Poerschke
0b817e6e49
SOLR-9912: Add facet.excludeTerms parameter support. (Jonny Marks, David Smiley, Christine Poerschke)
2017-02-09 14:55:06 +00:00
Christine Poerschke
55afc2031c
SOLR-9914: SimpleFacets: refactor "contains" check into "SubstringBytesRefFilter" class. (Jonny Marks, David Smiley, Christine Poerschke)
2017-02-09 11:53:04 +00:00
markrmiller
aa20136bb1
SOLR-10107: Add @BadApple
2017-02-09 02:50:38 -05:00
markrmiller
5738c293f0
SOLR-10098: Keep netty from using secure random on startup in tests.
2017-02-08 13:43:07 -05:00
Joel Bernstein
de512d7402
SOLR-8593: Push down the HAVING clause
2017-02-08 13:01:31 -05:00
Joel Bernstein
a9cf1503b5
SOLR-10094: /export handler (master only) loses the sort deep into the result set
2017-02-08 13:01:31 -05:00
Joel Bernstein
4ea97b08de
SOLR-8593: Ensure the SolrSort is always pushed down
2017-02-08 13:01:31 -05:00
Tomas Fernandez Lobbe
59c41e2a6c
SOLR-10011: Add NumberType getNumberType() to FieldType and deprecate LegacyNumericType getNumericType()
...
Modify references to getNumericType() to use the new getNumberType(). NumberType is shared for the different numeric implementations supported in Solr (TrieFields and PointFields).
CC SOLR-8396
2017-02-07 10:38:22 -08:00
markrmiller
e1a5776457
SOLR-9997: Enable configuring SolrHttpClientBuilder via java system property.
2017-02-07 13:15:51 -05:00
Ishan Chattopadhyaya
0d760aeddb
SOLR-5944: Reverting the previous fix for SolrCmdDistributor
2017-02-07 04:22:35 -08:00
Ishan Chattopadhyaya
3574404e3d
SOLR-5944: Use SolrCmdDistributor's synchronous mode for in-place updates
2017-02-07 03:58:13 -08:00
Ishan Chattopadhyaya
6520d06ce7
SOLR-10079: Test fix for TestInPlaceUpdatesDistrib, using clearIndex()
2017-02-07 03:40:52 -08:00
markrmiller
fd72c854d7
SOLR-10101: BadApple test method.
2017-02-06 23:03:10 -05:00
markrmiller
8bb61cc60f
SOLR-10068: Boost wait time.
2017-02-06 23:03:10 -05:00
Christine Poerschke
ef03480743
SOLR-9800: Factor out FacetComponent.newSimpleFacets method. (Jonny Marks via Christine Poerschke)
2017-02-06 16:21:50 +01:00
Andrzej Bialecki
51ff50d76d
SOLR-10035 Fix dataimport to use the new names.
2017-02-06 09:02:06 +01:00
Steve Rowe
6c1a4b673a
SOLR-6246: SolrSuggester.build() now throws SolrCoreState.CoreIsClosedException when a core reload/shutdown happens; add a random test lookup dictionary with configurable size; add {Analyzing,Blended}InfixSuggester reload/build tests; add a wrapped-exception expectThrows() variant to LuceneTestCase
2017-02-03 18:25:38 -05:00
markrmiller
e316f2f15a
SOLR-10064: Lower block cache size to fit within default limits.
2017-02-03 18:12:59 -05:00
yonik
98d1dabcd8
SOLR-9764: change getLiveDocs to do a single volatile read
2017-02-02 21:49:09 -05:00
markrmiller
52b1ae33a1
SOLR-10064: The Nightly test HdfsCollectionsAPIDistributedZkTest appears to be too fragile.
2017-02-02 15:12:07 -05:00
David Smiley
f5c6c3b796
SOLR-10018: default hl.maxAnalyazedChars to 51200 across all highlighters
2017-02-02 13:51:39 -05:00
markrmiller
f6e124eb57
SOLR-10066: MetricsDirectoryFactory broke this test, need to unwrap.
2017-02-02 11:24:36 -05:00
Kevin Risden
db987b810c
SOLR-10087: StreamHandler should be able to use runtimeLib jars
2017-02-02 10:01:22 -05:00
Noble Paul
ff1a9e9235
SOLR-7955: further optimization to avoid zk lookup
2017-02-02 18:31:07 +10:30
Noble Paul
3e44928f49
SOLR-7955: making it easy to commit to branch_6x
2017-02-02 18:15:35 +10:30
Noble Paul
e200b8a2a4
SOLR-7955: Auto create .system collection on first request if it does not exist
2017-02-02 15:26:26 +10:30
Ishan Chattopadhyaya
0d52cb9cea
SOLR-10053: Disabling failing delegation token tests due to HADOOP-14044
2017-02-01 22:59:58 +05:30
Kevin Risden
7a3dd46bbf
Merge branch 'apache-https-master' into jira/solr-8593
2017-02-01 12:00:22 -05:00
Andrzej Bialecki
bef725aeef
SOLR-10054: Core swapping doesn't work with new metrics changes in place.
2017-02-01 17:50:17 +01:00
markrmiller
bbc455de19
SOLR-10067: use one datanode for this test to reduce resource usage a bit.
2017-02-01 11:40:28 -05:00
markrmiller
bc02b0f70d
SOLR-10065: The Nightly test ConcurrentDeleteAndCreateCollectionTest appears to be too fragile.
2017-02-01 08:58:32 -05:00
Christine Poerschke
7467866364
SOLR-9933: SolrCoreParser now supports configuration of custom SpanQueryBuilder classes. (Daniel Collins, Christine Poerschke)
2017-01-31 17:38:40 +00:00
yonik
a43ef8f480
SOLR-9764: share liveDocs for any DocSet of size numDocs
2017-01-31 11:52:04 -05:00
Noble Paul
d9edc0b741
Merge remote-tracking branch 'origin/master'
2017-01-31 23:10:33 +10:30
Noble Paul
eb42834617
SOLR-8029: test failures fixed
2017-01-31 22:40:44 +10:30
Erick Erickson
0ccce22fcd
SOLR-10060: Add test for implicit commit of uncommitted docs aged out of the transient cache.
2017-01-30 22:37:01 -08:00
Noble Paul
71abe13069
SOLR-8029: Added new style APIs and a framework for creating new APIs and mapping old APIs to new
2017-01-31 16:27:33 +10:30
yonik
c8edbe8663
SOLR-10049: make collection deletion remove snapshot metadata
2017-01-30 21:04:42 -05:00
Andrzej Bialecki
f73d93ac1b
SOLR-10050 Fix SolrMetricManagerTest.testClearMetrics() failures.
2017-01-30 13:21:21 +01:00
Jan Høydahl
aa5e048cbf
SOLR-10031: Un-break the Windows build
2017-01-30 09:26:39 +01:00
Martijn van Groningen
e327efb676
LUCENE-6959: Removed ToParentBlockJoinCollector in favour of ParentChildrenBlockJoinQuery, that can return the matching children documents per parent document.
...
This query should be executed for each matching parent document after the main query has been executed.
2017-01-29 21:56:13 +01:00
Jan Høydahl
6f598d2469
SOLR-10031: Validation of filename params in ReplicationHandler
2017-01-29 19:42:41 +01:00
Kevin Risden
89b39e41c0
Fix precommit
2017-01-29 12:18:34 -05:00
Kevin Risden
a9bdfdec10
Merge branch 'apache-https-master' into jira/solr-8593
2017-01-28 12:20:51 -05:00
Mikhail Khludnev
d9741205b5
SOLR-9983: fixing TestManagedSchemaThreadSafety NPE failure.
...
Also testing session expiration and set sensible Zookeeper connection
timeout.
2017-01-28 00:09:08 +03:00
Kevin Risden
934a92e730
Merge branch 'apache-https-master' into jira/solr-8593
2017-01-27 10:19:38 -05:00
Christine Poerschke
0187838022
SOLR-9972: SpellCheckComponent collations and suggestions returned as a JSON object rather than a list
...
(Christine Poerschke in response to bug report from Ricky Oktavianus Lazuardy)
2017-01-26 13:43:13 +00:00
Ishan Chattopadhyaya
5375410807
SOLR-5944: In-place updates of Numeric DocValues
2017-01-26 06:53:13 +05:30
Kevin Risden
aaee7513e6
Merge branch 'apache-https-master' into jira/solr-8593
2017-01-23 10:42:08 -05:00
Cao Manh Dat
d34f549df6
SOLR-9114: NPE using TermVectorComponent, MoreLikeThisComponent in combination with ExactStatsCache
2017-01-23 17:41:35 +07:00
Ishan Chattopadhyaya
0f7990b2c8
SOLR-10011: Fix exception log message
2017-01-22 04:52:01 +05:30
Ishan Chattopadhyaya
285a1013ad
SOLR-10011: Refactor PointField & TrieField to now have a common base class, NumericFieldType.
...
The TrieField.TrieTypes and PointField.PointTypes are now consolidated to NumericFieldType.NumberType. This
refactoring also fixes a bug whereby PointFields were not using DocValues for range queries for
indexed=false, docValues=true fields.
2017-01-22 04:27:11 +05:30
Alan Woodward
49fa7b0dd5
SOLR-9132: Fix HDFS test
2017-01-21 21:55:33 +00:00
Ishan Chattopadhyaya
864bed2e49
SOLR-9996: Ignore the RTG calls for tests where UpdateLog is disabled
2017-01-21 21:19:11 +05:30
Ishan Chattopadhyaya
69055aa4a8
SOLR-9996: Unstored IntPointField returns Long type
2017-01-20 19:08:05 +05:30
Adrien Grand
71ca2a84ba
LUCENE-7643: Move IndexOrDocValuesQuery to core.
2017-01-20 13:42:31 +01:00
Alan Woodward
eba9390965
SOLR-10001: Fix overseer-roles test bug
2017-01-19 17:46:03 +00:00
Ishan Chattopadhyaya
bb35732eef
SOLR-9984: Remove GenericHadoopAuthPlugin (HadoopAuthPlugin is there)
2017-01-19 10:02:13 +05:30
Ishan Chattopadhyaya
1a05d6f4f1
SOLR-9984: Deprecate GenericHadoopAuthPlugin in favor of HadoopAuthPlugin
2017-01-19 09:35:59 +05:30
Tomas Fernandez Lobbe
57934ba448
SOLR-8396: Add support for PointFields in Solr
2017-01-18 17:27:21 -08:00
markrmiller
a89560bb72
SOLR-9836: Add ability to recover from leader when index corruption is detected on SolrCore creation.
2017-01-18 19:45:22 -05:00
Tomas Fernandez Lobbe
a37bfa75a0
SOLR-9980: Expose configVersion in core admin status
2017-01-18 15:01:27 -08:00
Alan Woodward
8c2ef3bc7f
LUCENE-7644: FieldComparatorSource.newComparator() doesn't need to throw IOException
...
This allos us to also remove the throws clause on SortField.getComparator(),
TopDocs.merge() and various Collector constructors
2017-01-18 19:17:19 +00:00
Tomas Fernandez Lobbe
68d246df00
SOLR-9979: Macro expansion should not be done in shard requests
2017-01-18 10:53:02 -08:00
Kevin Risden
db6a3393a9
Merge branch 'apache-https-master' into jira/solr-8593
2017-01-18 10:45:57 -05:00
Chris Hostetter
9ee48aa857
SOLR-9977: Fix config bug in DistribDocExpirationUpdateProcessorTest that allowed false assumptions about when index version changes
2017-01-17 17:32:42 -07:00
Chris Hostetter
39eec660ca
SOLR-9976: Fix init bug in SegmentsInfoRequestHandlerTest
2017-01-17 14:42:41 -07:00
Christine Poerschke
e816fbe233
SOLR-9975: add SpellCheckComponentTest.testCollateExtendedResultsWithJsonNl method
2017-01-17 15:55:51 +00:00
yonik
7d7e5d2246
SOLR-9786: additional test related to TermInSetQuery now requiring all terms in same field
2017-01-17 10:20:02 -05:00
David Smiley
ed513fdee7
SOLR-9935: UnifiedHighlighter, when hl.fragsize=0 don't do fragmenting
2017-01-17 08:07:51 -05:00
Kevin Risden
292e518878
Merge branch 'apache-https-master' into jira/solr-8593
2017-01-16 16:07:54 -05:00
Christine Poerschke
230190065c
Remove four unnecessary @Override annotations in SolrQueryBuilder (test) classes.
2017-01-16 18:14:36 +00:00
Uwe Schindler
60d4a554ec
Fix compile warning in Lucene Core; make Eclipse happy by moving Java-1-like-side-by-side class to separate file
2017-01-14 19:46:59 +01:00
Uwe Schindler
4eafdb337a
SOLR-9893: Update Mockito to version 2.6.2 for Java 9 support. Disable all legacy EasyMock tests when running on Java 9 until they were migrated to Mockito
2017-01-14 12:43:24 +01:00
Andrzej Bialecki
53d5af17da
SOLR-9960 MetricsHandler should support multiple prefixes.
2017-01-14 09:52:15 +01:00
Mike McCandless
64b86331c2
LUCENE-7626: IndexWriter no longer accepts broken offsets
2017-01-13 17:46:02 -05:00
Kevin Risden
737194712f
Merge branch 'apache-https-master' into jira/solr-8593
2017-01-12 11:51:04 -05:00
Andrzej Bialecki
6c6c077435
SOLR-9947 Clean up metrics and SolrInfoMBean categories. Add a hierarhical view of
...
SolrInfoMBeans in JMX.
2017-01-12 13:14:12 +01:00
Shalin Shekhar Mangar
d2664b1004
SOLR-9948: Add a way to configure granularity of metrics for http connections
2017-01-12 13:00:00 +05:30
Ishan Chattopadhyaya
04f45aab76
SOLR-9941: Clear deletes lists before log replay
2017-01-11 21:51:04 +05:30
Shalin Shekhar Mangar
2437204730
SOLR-9918: Remove unused import to make precommit happy
2017-01-11 12:20:42 +05:30
koji
d66bfba5dc
SOLR-9918: Add SkipExistingDocumentsProcessor that skips duplicate inserts and ignores updates to missing docs
2017-01-11 11:48:33 +09:00
Timothy Potter
118fc422d0
SOLR-9954: Prevent against failure during failed snapshot cleanup from swallowing the actual cause for the snapshot to fail.
2017-01-10 18:35:19 -07:00
Andrzej Bialecki
98422e0dc0
SOLR-9950 Check the difference in counts - meter may not be zero at this point.
2017-01-10 11:44:16 +01:00
Noble Paul
2048b82443
* SOLR-9886: Add a 'enable' flag to caches to enable/disable them
2017-01-10 21:05:38 +10:30
anshum
2b4e3dd941
SOLR-9644: Fixed SimpleMLTQParser and CloudMLTQParser to handle boosts properly and CloudMLTQParser to only extract actual values from IndexableField type fields to the filtered document.
2017-01-09 13:06:24 -08:00
Andrzej Bialecki
b8383db06e
SOLR-9856 Collect metrics for shard replication and tlog replay on replicas.
2017-01-09 21:00:00 +01:00
Chris Hostetter
1d7379b680
SOLR-9934: SolrTestCase.clearIndex has been improved to take advantage of low level test specific logic that clears the index metadata more completely then a normal *:* DBQ can due to update versioning
2017-01-09 09:54:56 -07:00
Alan Woodward
22940f5c49
LUCENE-7624: Move TermsQuery into core as TermInSetQuery
2017-01-09 14:25:05 +00:00
Christine Poerschke
5e9f9279cc
SOLR-9932: add TestSolrCoreParser class
2017-01-09 13:05:43 +00:00
Andrzej Bialecki
b9827bcba9
SOLR-9854 Relax test assertions.
2017-01-09 11:16:40 +01:00
Ishan Chattopadhyaya
b017731203
SOLR-9777: IndexFingerprinting should use getCombinedCoreAndDeletesKey() instead of getCoreCacheKey() for per-segment caching
2017-01-09 08:33:06 +05:30
markrmiller
8bc151d1c6
SOLR-9902: Fix move impl.
2017-01-08 10:22:55 -05:00
markrmiller
25290ab5d6
SOLR-9859: Don't log error on NoSuchFileException (Cao Manh Dat)
2017-01-08 09:21:43 -05:00
David Smiley
570880d3ac
SOLR-9935: Add hl.fragsize support when using the UnifiedHighlighter
2017-01-07 23:32:37 -05:00
Joel Bernstein
aae4217abc
SOLR-9944: Map the nodes function name to the GatherNodesStream
2017-01-07 22:17:44 -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
Andrzej Bialecki
e5f39f62f7
SOLR-9928 Unwrap Directory consistently whenever it's passed as an argument.
2017-01-07 13:24:22 +01:00
Alan Woodward
1a95c5acd0
LUCENE-7611: Suggester uses LongValuesSource in place of ValueSource
2017-01-07 11:52:25 +00:00
Alan Woodward
da30f21f5d
LUCENE-7617: Grouping collector API cleanup
2017-01-07 09:58:47 +00:00
Kevin Risden
3793eb5ec6
Merge branch 'apache-https-master' into jira/solr-8593
2017-01-06 15:47:02 -06:00
Kevin Risden
5f65487658
Add collection alias support for Calcite
2017-01-06 15:32:41 -06:00
Noble Paul
cd4f908d5b
SOLR-9503: NPE in Replica Placement Rules when using Overseer Role with other rules
2017-01-07 01:40:47 +10:30
yonik
a810fb3234
SOLR-9931: return 0 for hll on field with no values in bucket
2017-01-05 17:02:24 -05:00
Shalin Shekhar Mangar
3eab1b4839
SOLR-9877: Add a null check for target
2017-01-05 23:08:39 +05:30
Andrzej Bialecki
e5264c4895
SOLR-9928: MetricsDirectoryFactory::renameWithOverwrite incorrectly calls super (Mike Drob via ab)
2017-01-05 17:46:14 +01:00
Shalin Shekhar Mangar
e5d28848d7
SOLR-9923: Remove solr.http metric group and merge its metrics to solr.node group
2017-01-05 20:25:23 +05:30
yonik
7ef6a81846
SOLR-9917: fix NPE in distrib percentiles when no values for field in bucket
2017-01-04 23:53:07 -05:00
Dennis Gove
f9e3554838
SOLR-7495: Support Facet.field on a non-DocValued, single-value, int field
2017-01-04 22:25:29 -05:00
Dennis Gove
bd39ae9c9d
SOLR-3990: Moves getIndexSize() from ReplicationHandler to SolrCore
2017-01-04 13:48:44 -05:00
Christine Poerschke
2f62facc0b
SOLR-9820: change PerSegmentSingleValuedFaceting.(contains|ignoreCase) from default to private visibility. (Jonny Marks via Christine Poerschke)
2017-01-04 16:16:00 +00:00
Joel Bernstein
b8f4adfd57
SOLR-9919: random Streaming Expression is not registered in /stream or /graph handler
2017-01-04 10:33:29 -05:00
Mikhail Khludnev
d3f83bb948
SOLR-7466: reverse-aware leading wildcards in complexphrase query parser
2017-01-04 18:11:02 +03:00
Shalin Shekhar Mangar
0452cb8c96
SOLR-9911: Add a way to filter metrics by prefix in the MetricsHandler API
2017-01-04 20:17:45 +05:30
Andrzej Bialecki
12d8492217
SOLR-9921 Separate SolrMetricProducer from SolrInfoMBean.
2017-01-04 15:31:31 +01:00
Joel Bernstein
5bbd4d6765
SOLR-8530: Add tests from the HavingStream
2017-01-03 15:05:28 -05:00
Kevin Risden
82350229c9
Merge branch 'apache-https-master' into jira/solr-8593
2017-01-03 12:47:42 -06:00
Noble Paul
5b1f6b2ba4
SOLR-9915: PeerSync alreadyInSync check is not backwards compatible and results in full replication during a rolling restart
2017-01-04 04:38:51 +10:30
Andrzej Bialecki
48ca9fc3f4
SOLR-9854: Collect metrics for index merges and index store IO. (squashed)
2017-01-03 12:12:01 +01:00
Shalin Shekhar Mangar
3c96396724
SOLR-9896: Instrument and collect metrics from query, update, core admin and core load thread pools
2017-01-03 15:52:01 +05:30
Noble Paul
33304f202c
Merge remote-tracking branch 'origin/master'
2017-01-03 17:53:34 +10:30
Noble Paul
3988532d26
SOLR-9906-Use better check to validate if node recovered via PeerSync or Replication
2017-01-03 17:52:08 +10:30
Joel Bernstein
0999f6779a
SOLR-9684: Rename schedule function to priority
2017-01-02 11:08:44 -05:00
anshum
93562da610
SOLR-9154: Fix DirectSolrSpellChecker to work when added through the Config API
2017-01-01 15:32:38 -08:00
Andrzej Bialecki
fb2800b149
SOLR-9880 Fix concurrency bugs in tests.
2016-12-31 20:46:32 +01:00
Joel Bernstein
f3fe487970
SOLR-9684: Add schedule Streaming Expression
2016-12-30 14:34:16 -05:00
Erick Erickson
3ccd15a765
SOLR-9843 Fix up DocValuesNotIndexedTest failures
...
(cherry picked from commit f6a3557
)
2016-12-29 18:14:39 -08:00
Erick Erickson
cb266d5fc7
SOLR-9891: Add mkroot command to bin/solr and bin/solr.cmd
2016-12-29 17:39:48 -08:00
Mikhail Khludnev
5d042d3a49
SOLR-9900: fix false positives on range queries with ReversedWildcardFilterFactory
2016-12-30 00:43:29 +03:00
Joel Bernstein
7dcb557ab7
SOLR-9905: Add NullStream to isolate the performance of the ExportWriter
2016-12-29 14:39:16 -05:00
Alan Woodward
87b6c2c8fc
LUCENE-7607: FieldLeafComparator.setScorer() should throw IOException
2016-12-29 12:22:40 +00:00
Alan Woodward
12aff1cfcc
SOLR-9132: Cut over some more tests
2016-12-29 12:22:40 +00:00
markrmiller
fa959ad25d
tests: speed up non nightly run
2016-12-29 06:42:14 -05:00
markrmiller
c58eaa1a49
tests: speed up very slow test
2016-12-29 06:22:58 -05:00
markrmiller
b4de6288fb
tests: bump timeout
2016-12-29 05:59:25 -05:00
markrmiller
5f55ae0b73
tests: raise commit time to avoid false fails
2016-12-29 05:53:51 -05:00
markrmiller
197590a928
SOLR-9901: Implement move in HdfsDirectoryFactory.
2016-12-29 05:47:41 -05:00
markrmiller
a5e5c4a043
tests: bump up fudge
2016-12-29 05:40:45 -05:00
markrmiller
2781145eb3
SOLR-9902: StandardDirectoryFactory should use Files API for it's move implementation.
2016-12-29 05:29:51 -05:00
Shalin Shekhar Mangar
662be93ed1
SOLR-9877: Null check for metric registry before attempting to use it
2016-12-29 09:57:03 +05:30
David Smiley
20362deb7e
SOLR-9897: Add hl.requireFieldMatch=false support when using the UnifiedHighlighter
2016-12-28 22:57:44 -05:00
markrmiller
262049fc8f
SOLR-9899: StandardDirectoryFactory should use optimizations for all FilterDirectorys not just NRTCachingDirectory.
2016-12-28 18:52:20 -05:00
markrmiller
96ed221fb6
SOLR-9859: replication.properties cannot be updated after being written and neither eplication.properties or ndex.properties are durable in the face of a crash.
2016-12-28 18:52:19 -05:00
Christine Poerschke
e4ef4239f1
SOLR-9787, SOLR-9442: Replace json.nl=arrnvp with json.nl=arrntv (array of Name Type Value) style in JSONResponseWriter
2016-12-28 13:58:55 +00:00
Shalin Shekhar Mangar
c2292faaf1
SOLR-9877: Remove assertion because many tests use UpdateShardHandler without metrics
2016-12-28 19:00:13 +05:30
David Smiley
9bd152804d
SOLR-9897: re-indent UnifiedSolrHighlighter.java
2016-12-27 15:34:33 -05:00
Andrzej Bialecki
9d606d8ff0
SOLR-9880: Add Ganglia, Graphite and SLF4J metrics reporters.
2016-12-27 19:52:06 +01:00
Shalin Shekhar Mangar
254473bf33
SOLR-9877: Use instrumented http client and connection pool
2016-12-27 19:12:24 +05:30
Andrzej Bialecki
56476fb8c7
SOLR-9805 Fix assertion error on Windows where SystemLoadAverage is reported as -1.
...
Don't expose non-existent attributes.
2016-12-27 11:39:13 +01:00
Mikhail Khludnev
54d8574f96
SOLR-9448: providing a test for workaround of a differently named uniqueKey field
2016-12-25 10:36:31 +03:00
Andrzej Bialecki
687f03661d
SOLR-9805 Fix NPE.
2016-12-23 23:01:47 +01:00
Christine Poerschke
bc8936a567
SOLR-9660: rename GroupSpecification's sortSpecWithinGroup to withinGroupSortSpec (Judith Silverman via Christine Poerschke)
2016-12-23 16:01:05 +00:00
Mikhail Khludnev
393e36e1ce
SOLR-9699: fixing exception on core status during concurrent reload
2016-12-22 08:18:38 +03:00
Christine Poerschke
de0a046b21
SOLR-9758: refactor preferLocalShards implementation
2016-12-21 20:48:25 +00:00
Erick Erickson
d9529529ee
SOLR-9884: Add version to segments handler output
2016-12-21 10:41:27 -08:00
Andrzej Bialecki
80462df86e
SOLR-9805 Don't use FileDescriptorRatioGauge - internally it uses reflection and
...
doesn't work under Java 9. Instead use this opportunity to implement a more
detailed OperatingSystemMetricSet. Add a unit test. Simplify some of the metric names.
2016-12-21 12:38:47 +01:00
Mikhail Khludnev
f1e636f561
SOLR-9878: fix ReversedWildcardFilterFactory caching in query parser
2016-12-21 00:01:42 +03:00
Ishan Chattopadhyaya
b5cfb17bd0
SOLR-9513: Fix test failure on Windows and Java9 by avoiding NPE in tearDownClass()
2016-12-21 00:42:16 +05:30
Steve Rowe
04108d9935
SOLR-9847: Stop blocking further schema updates while waiting for a pending update to propagate to other replicas. This reduces the likelihood of a (time-limited) distributed deadlock during concurrent schema updates.
2016-12-20 12:05:33 -05:00
Kevin Risden
918fd97fd0
Merge branch 'apache-https-master' into jira/solr-8593
2016-12-20 10:39:21 -06:00
Andrzej Bialecki
b37a72d941
SOLR-4735 Use overridableRegistryName also for predefined shared registries.
...
Cleanup + javadocs.
2016-12-20 14:47:40 +01:00
Andrzej Bialecki
8bbdb6248c
Squashed commit of branch 'feature/metrics', containing:
...
SOLR-4735: Improve Solr metrics reporting
SOLR-9812: Implement /admin/metrics API
SOLR-9805: Use metrics-jvm library to instrument jvm internals
SOLR-9788: Use instrumented jetty classes
2016-12-20 09:31:24 +01:00
Tomas Fernandez Lobbe
84bbb8f797
SOLR-9874: CREATEALIAS should fail if target collections don't exist
2016-12-19 16:54:13 -08:00
Christine Poerschke
07609443c5
SOLR-9870: fix two typos in SolrCore.java (Mike Drob via Christine Poerschke)
2016-12-19 16:14:51 +00:00
Ishan Chattopadhyaya
a1a8b2864e
SOLR-9513: Generic Hadoop authentication plugins, GenericHadoopAuthPlugin and ConfigurableInternodeAuthHadoopPlugin
2016-12-19 20:45:04 +05:30
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
Joel Bernstein
1c2eabd4e9
SEARCH-8593: Add tests from the HavingStream
2016-12-16 11:27:56 -05:00
Kevin Risden
6c0cafedac
Merge branch 'apache-https-master' into jira/solr-8593
2016-12-15 15:34:57 -06:00
Joel Bernstein
37fdc37fc3
SOLR-8593: Refactoring and adding aggregationMode=facet methods
2016-12-15 16:12:08 -05:00
Chris Hostetter
6525bb56f0
SOLR-8959: Refactored TestSegmentSorting out of TestMiniSolrCloudCluster
2016-12-14 13:18:56 -07:00
Varun Thacker
512374384a
SOLR-9844: Display fc total size only when field entries asked for
2016-12-14 10:52:26 -08:00
markrmiller
7dec783b28
SOLR-9846: OverseerAutoReplicaFailoverThread can take too long to stop and leak out of unit tests.
2016-12-14 12:57:21 -05:00
markrmiller
e82399d067
SOLR-1953: It may be possible for temporary files to accumulate until the Solr process is shut down.
2016-12-14 11:16:50 -05:00
Erick
8c79ab2649
SOLR:9823: CoreContainer incorrectly setting MDCLoggingContext for core
2016-12-12 18:43:30 -08:00
Varun Thacker
fecbbe081f
SOLR-9707: Don't forward DeleteByQuery requests to down replicas
2016-12-12 15:28:22 -08:00
Varun Thacker
39ba13046b
SOLR-9844: Improve FieldCache usage api response formatting and show total size information
2016-12-12 12:46:57 -08:00
Erick Erickson
d75abe1a30
SOLR-9843: Fix up DocValuesNotIndexedTest failures. Debugging code
2016-12-10 14:03:15 -08:00
yonik
1d2e440a8f
SOLR-9837: fix redundant calculation of docsWithField for numeric fields in field cache
2016-12-08 18:29:07 -05:00
markrmiller
1055209940
SOLR-9834: A variety of spots in the code can create a collection zk node after the collection has been removed.
2016-12-08 12:03:55 -05:00
Christine Poerschke
bfc3690d52
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-07 20:46:42 +00:00
yonik
ca5e736db1
SOLR-9822: speed up single-valued string fieldcache counting in dv facet processor
2016-12-07 11:09:55 -05:00
Chris Hostetter
8b98b158ff
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
2016-12-06 14:47:03 -07:00
Steve Rowe
bf3a3137be
SOLR-9832: Schema modifications are not immediately visible on the coordinating node
2016-12-06 13:11:36 -05:00
Ishan Chattopadhyaya
e64bcb37ff
SOLR-9616 Solr throws exception when expand=true on empty index
2016-12-01 00:46:58 +05:30
Christine Poerschke
a7fa920b52
SOLR-9660: in GroupingSpecification factor [group](sort|offset|limit) into [group](sortSpec) (Judith Silverman, Christine Poerschke)
2016-11-29 22:15:30 +01:00
Andrzej Bialecki
590d31f311
SOLR-9768 RecordingJsonParser produces incomplete json (Wojciech Stryszyk via ab)
2016-11-29 21:12:49 +01:00
Christine Poerschke
02c687758e
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 14:37:12 +01:00
Noble Paul
70b358960d
SOLR-9546: remove unnecessary boxing
2016-11-29 18:02:59 +05:30
Kevin Risden
05a6170d12
Merge branch 'apache-https-master' into jira/solr-8593
2016-11-28 11:26:16 -06:00
Tommaso Teofili
c36ec0b75e
SOLR-8871 - removed suppress for forbidden API, added locale to toUpperCase
2016-11-28 09:22:36 +01:00
Erick Erickson
500c2befe9
SOLR-5260: Faceting on a field in SolrCloud with docValues=true and indexed=false fails, test fix
2016-11-26 22:12:16 -08:00
Erick Erickson
e4733f696e
SOLR-5260: Faceting on a field in SolrCloud with docValues=true and indexed=false fails, test fix
2016-11-26 22:11:30 -08:00
Erick Erickson
ca6626604b
SOLR-5260: Faceting on a field in SolrCloud with docValues=true and indexed=false fails
2016-11-26 12:36:57 -08:00
Noble Paul
23921064e9
SOLR-9784: deprecated uploadconfig
2016-11-26 12:54:48 +05:30
Shalin Shekhar Mangar
eded69ba8f
SOLR-9433: Ignore testDeleteInstanceDirAfterCreateFailure on windows
2016-11-26 01:01:22 +05:30
David Smiley
9b4b120aba
fix bad xml processing instruction placement
2016-11-24 22:24:35 -05:00
David Smiley
4314c51c66
SOLR-9708: Added UnifiedSolrHighlighter. Added hl.method=original|fastVector|postings|unified
2016-11-24 19:36:07 -05:00
Tommaso Teofili
a4573fe7f4
SOLR-8871 - added suppress forbidden for toUpperCase usage
2016-11-25 01:12:03 +01:00
Tommaso Teofili
96489d2384
SOLR-8871 - adjusted header positioning
2016-11-24 23:46:20 +01:00
Tommaso Teofili
5ad741eef8
SOLR-8871 - various improvements to ClassificationURP
2016-11-24 23:43:57 +01:00
Noble Paul
41d7b24574
SOLR-9721: javabin Tuple parser for streaming and other end points
2016-11-24 09:00:21 +05:30
Shalin Shekhar Mangar
f8fa2e998d
SOLR-8785: Use per-second rates for consistency in all stats outputs
2016-11-23 23:20:48 +05:30
Shalin Shekhar Mangar
dab2e24656
SOLR-8785: Convert rates to be per minute from the default per second rates reported by the metrics library
2016-11-23 23:11:36 +05:30
yonik
7e6e68900b
SOLR-9786: set filter for join query parser
2016-11-22 22:44:25 -05:00
yonik
3b4cc1bd1f
SOLR-9786: set filter flag for more parsers
2016-11-22 16:30:08 -05:00
yonik
bf9db95f21
SOLR-9786: FieldType.getSetQuery, QParser.flags/isFilter, solr query parser use getSetQuery when appropriate and other optimizations
2016-11-22 12:33:20 -05:00
Shalin Shekhar Mangar
ff6da66601
SOLR-8785: Use Dropwizard Metrics library for core metrics
2016-11-22 14:37:33 +05:30
Kevin Risden
de3ba418a5
Merge branch 'apache-https-master' into jira/solr-8593
2016-11-21 16:39:06 -06:00
Kevin Risden
750cf6d7a5
Merge branch 'apache-https-master' into jira/solr-8593
2016-11-18 10:42:14 -06:00
Christine Poerschke
f42cc2a8c3
SOLR-9782: for json.nl expand test coverage and comments w.r.t. NamedList(null=null)
2016-11-18 15:57:35 +00:00
Alan Woodward
157c0bca92
Log root cause error when directories can't be deleted on core unload
2016-11-18 13:45:29 +00:00
yonik
738198ef34
SOLR-9772: reuse comparator when deriving fieldSortValues
2016-11-17 10:56:37 -05:00
Erick Erickson
e402a304bf
SOLR-9606: Change hard-coded keysize from 512 to 1024
2016-11-16 13:33:18 -08:00
markrmiller
53a0748f43
SOLR-9284: Reduce off heap cache size.
2016-11-16 10:11:41 -05:00
Kevin Risden
bda84d8442
Merge branch 'apache-https-master' into jira/solr-8593
2016-11-15 21:14:16 -06:00
markrmiller
358c164620
SOLR-9284: Reduce off heap cache size and fix test asserts.
2016-11-15 11:05:41 -05:00
Kevin Risden
3c62f81b79
Merge branch 'apache-https-master' into jira/solr-8593
2016-11-15 09:40:50 -06:00
markrmiller
0325722e67
SOLR-9284: The HDFS BlockDirectoryCache should not let it's keysToRelease or names maps grow indefinitely.
2016-11-15 05:18:35 -05:00
Shalin Shekhar Mangar
0d290ae136
SOLR-9736: Solr resolves the collection name against the first available leader or first replica of the first slice
2016-11-15 14:18:43 +05:30
Shalin Shekhar Mangar
487b0976eb
SOLR-9366: Limit memory consumed by FastLRUCache with a new 'maxRamMB' config parameter
2016-11-15 10:59:58 +05:30
Steve Rowe
76b439a0bd
SOLR-9751: PreAnalyzedField can cause managed schema corruption
2016-11-14 19:17:57 -05:00
Kevin Risden
6da7e7b0b1
Merged Cao Manh Dat changes
2016-11-14 10:56:02 -06:00
Kevin Risden
99a6746011
Merge branch 'apache-https-master' into jira/solr-8593
2016-11-14 10:06:29 -06:00
Erick Erickson
4a31b29cb0
SOLR-9166: Export handler returns zero for numeric fields that are not in the original doc
2016-11-14 07:19:28 -08:00
Kevin Risden
c3400e8a2e
Merge branch 'apache-https-master' into jira/solr-8593
2016-11-10 16:15:06 -05:00
Christine Poerschke
6c25adb119
SOLR-8332: Factor HttpShardHandler[Factory]'s url shuffling out into a ReplicaListTransformer class.
...
(Christine Poerschke, Noble Paul)
2016-11-09 09:46:14 +00:00
yonik
11840469d9
SOLR-9740: fix macro expansion of multi-valued parameters
2016-11-08 18:09:43 -05:00
yonik
b02e7a902e
SOLR-9038: add snapshotscli.sh and supporting code
2016-11-08 13:28:35 -05:00
yonik
cfcf4081fc
SOLR-9519: recurse sub-facets of empty buckets if they can widen domain again
2016-11-08 12:10:53 -05:00
Noble Paul
46fad72a9b
Merge remote-tracking branch 'origin/master'
2016-11-08 20:06:58 +05:30
Noble Paul
bb25214d44
SOLR-9739: JavabinCodec implements PushWriter interface
2016-11-08 20:06:28 +05:30
Christine Poerschke
a61286134a
Remove not actually needed JSONWriter.writeArray override.
2016-11-08 13:29:45 +00:00
Christine Poerschke
f203c7c816
QueryComponent.mergeIds tweak to local 'queue' variable.
2016-11-08 11:41:49 +00:00
Noble Paul
6abfad0234
SOLR-9717: Refactor '/export' to not hardcode the JSON output and to use an API
2016-11-08 16:37:46 +05:30
Noble Paul
ef074a61f8
SOLR-9717: Refactor '/export' to not hardcode the JSON output and to use an API
2016-11-08 16:37:08 +05:30
Christine Poerschke
cbf8235e57
SOLR-9726: Reduce number of lookupOrd calls made by the DocValuesFacets.getCounts method. (Jonny Marks via Christine Poerschke)
2016-11-07 16:06:25 +00:00
yonik
4b3e7f2fe2
SOLR-9682: add param query type to facet filter
2016-11-05 15:24:57 -04:00
Shalin Shekhar Mangar
1f1990d8be
SOLR-9716: RecoveryStrategy sends prep recovery command without setting read time out which can cause replica recovery to hang indefinitely on network partitions
2016-11-05 12:46:42 +05:30
Christine Poerschke
358bdd490b
SOLR-9720: tweak JSONWriter.writeArray
2016-11-04 20:20:50 +00:00
markrmiller
1381dd9287
SOLR-9055: Make collection backup/restore extensible.
...
- Introduced a parameter for the Backup operation to specify index backup strategy.
- Introduced two strategies for backing up index data.
- One using core Admin API (BACKUPCORE)
- Other skipping the backup of index data altogether. This is useful when
the index data is copied via an external mechanism in combination with named
snapshots (Please refer to SOLR-9038 for details)
- In future we can add additional implementations of this interface (e.g. based on HDFS snapshots etc.)
- Added a backup property to record the Solr version. This helps to check the compatibility
of backup with respect to the current version during the restore operation. This
compatibility check is not added since its unclear what the Solr level compatibility guidelines
are. But at-least having version information as part of the backup would be very useful.
2016-11-04 10:41:52 -04:00
Kevin Risden
1489fb936f
Merge branch 'apache-https-master' into jira/solr-8593
2016-11-03 19:04:31 -05:00
Kevin Risden
cd9a318318
Improve rules for Sort and Filter
2016-11-03 19:03:20 -05:00
Joel Bernstein
84171ecada
Remove spurious imports
2016-11-03 18:47:50 -04:00
Kevin Risden
4275bc7124
Merge branch 'apache-https-master' into jira/solr-8593
2016-11-03 10:23:30 -05:00
Kevin Risden
0188345e84
Make SQLHandlerStream extend JDBCStream
2016-11-03 10:22:20 -05:00
Shalin Shekhar Mangar
78b768f2a4
SOLR-9720: Fix for JSONWriterTest
2016-11-03 20:21:13 +05:30
Kevin Risden
5f3b4237e0
Merge branch 'apache-https-master' into jira/solr-8593
2016-11-03 09:40:29 -05:00
jdyer1
213a2a1791
SOLR-5344: relax the test requirements for estimated hit counts
2016-11-03 08:38:59 -05:00
Noble Paul
1f595a20a2
SOLR-9720: Refactor Responsewriters to remove dependencies on TupleStream, Tuple, Explanation
2016-11-03 14:28:15 +05:30
Noble Paul
940a337105
close() not implemented
2016-11-03 14:09:34 +05:30
jdyer1
4a12a260a8
Revert "SOLR-9710: fix test bug"
...
This reverts commit be772dbd48
.
2016-11-02 16:06:27 -05:00
jdyer1
be772dbd48
SOLR-9710: fix test bug
2016-11-02 10:07:55 -05:00
Christine Poerschke
d0e32f3e5c
SOLR-9709: add json.nl=map example comment, expand json.nl test coverage.
2016-11-02 12:30:40 +00:00
Kevin Risden
28fb5855f4
Upgrade Avatica and Calcite. Fix NPE bug
2016-11-01 11:19:48 -05:00
Alan Woodward
b6ff3fdace
Add some debugging to HdfsRecoveryZkTest
2016-11-01 16:10:58 +00:00
yonik
359f981b0e
SOLR-9681: move "filter" inside "domain" block
2016-11-01 12:01:04 -04:00
Kevin Risden
3856ce4b5c
Merge branch 'apache-https-master' into jira/solr-8593
2016-11-01 10:58:30 -05:00
Jan Høydahl
4383bec84c
SOLR-9481: Clearing existing global interceptors on HttpClientUtil to avoid user/pass leaks from other tests
2016-11-01 15:38:21 +01:00
Shalin Shekhar Mangar
5120816377
OLR-9433: SolrCore clean-up logic uses incorrect path to delete dataDir on failure to create a core
2016-11-01 14:32:46 +05:30
Kevin Risden
b2fe7a4945
Merge branch 'apache-https-master' into jira/solr-8593
2016-10-31 10:14:31 -05:00
Christine Poerschke
87c6ec4cb0
SOLR-9442: Adds Array of NamedValuePair (json.nl=arrnvp) style to JSONResponseWriter. (Jonny Marks, Christine Poerschke)
2016-10-31 11:19:39 +00:00
Jan Høydahl
dbc2bc7ce8
SOLR-9481: Uppering debug level on the failing test and inserting extra logging. Also throw instead of swallow in case of problems parsing local security.json file
2016-10-31 00:57:34 +01:00
Erick Erickson
42eab7035e
SOLR-9701: NPE in export handler when fl parameter is omitted.
2016-10-29 19:47:21 -07:00
yonik
0f8802ba20
SOLR-9704: optimization: use filters after blockChildren for acceptDocs
2016-10-29 20:43:54 -04:00
yonik
d8d3a8b9b8
SOLR-9681:tests: add filter after block join test
2016-10-29 17:34:05 -04:00
yonik
650276e14b
SOLR-9681: add filters to any facet command
2016-10-29 14:54:19 -04:00
David Smiley
2e21511cd3
SOLR-9621: Remove several Guava & Apache Commons calls in favor of java 8 alternatives.
2016-10-28 17:18:58 -04:00
Kevin Risden
01f0ef4cbe
Merge branch 'apache-https-master' into jira/solr-8593
2016-10-28 10:29:33 -05:00
Alan Woodward
3b49705c43
SOLR-9132: Don't require indexInfo from corestatus over reloads
2016-10-28 15:17:53 +01:00
Alan Woodward
cff2774a37
SOLR-9132: Fix test bug
2016-10-28 14:29:57 +01:00
Alan Woodward
b6e0ab0174
SOLR-9132: Fix precommit
2016-10-28 14:07:51 +01:00
Jan Høydahl
1f06411946
SOLR-9481: Try to fix flaky test error by removing unnecessary initCore() in @Before method
2016-10-28 15:04:49 +02:00
Alan Woodward
f56d111adf
SOLR-9132: Cut over some collections API and recovery tests
2016-10-28 10:33:21 +01:00
Kevin Risden
4f794d0d4a
Use avatica-core 1.9.0-SNAPSHOT for dependency issues
2016-10-28 00:58:30 -05:00
Noble Paul
c8906b2f2d
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2016-10-28 08:25:26 +05:30
Noble Paul
e6ce903a76
SOLR-8146: removing the unused class
2016-10-28 08:19:55 +05:30
Kevin Risden
073fecfa53
Update Calcite rules
2016-10-27 16:58:56 -05:00
Jan Høydahl
fa4e599d1d
SOLR-9610: Fix typo in usage for assertTool timeout option. use --timeout instead of --ms
2016-10-27 23:41:43 +02:00
Kevin Risden
34d889f255
Fix metadata handling
2016-10-27 16:17:10 -05:00
Kevin Risden
6e4924cbfc
Update dependencies and fix minor errors
2016-10-27 15:54:58 -05:00
Kevin Risden
1cd8da9863
Merge branch 'apache-https-master' into jira/solr-8593
2016-10-27 15:08:46 -05:00
Kevin Risden
285bbf0127
Fix metadata handling
2016-10-27 15:08:30 -05:00
Adrien Grand
af60048097
LUCENE-7429: AnalyzerWrapper can now wrap the normalization analysis chain too.
2016-10-27 16:27:45 +02:00
Shalin Shekhar Mangar
2172f3e008
SOLR-1085: Add support for MoreLikeThis queries and responses in SolrJ client
2016-10-27 17:41:25 +05:30
Joel Bernstein
d215f9e568
SOLR-9533: Fix precommit
2016-10-26 20:19:40 -04:00
Joel Bernstein
727bf559a0
SOLR-9559: Add ExecutorStream to execute stored Streaming Expressions
2016-10-26 20:19:40 -04:00
Joel Bernstein
2ee723140c
SOLR-9533: Reload core config when a core is reloaded
2016-10-26 20:19:40 -04:00
yonik
53507b4e79
SOLR-9654: tests: fix overrequest test by fixing doc->shard mapping
2016-10-26 18:35:09 -04:00
yonik
e4483607a5
SOLR-9654: tests: temporarily disable overrequest code
2016-10-26 17:53:00 -04:00
Jan Høydahl
3d21029b33
SOLR-9481: Fix precommit test, unused import
2016-10-26 23:16:22 +02:00
yonik
7794fbd13f
SOLR-4164: fix group.limit=-1 in distributed mode
2016-10-26 12:56:51 -04:00
Jan Høydahl
24446f5085
SOLR-9481: Fix test errors by using coreContainer.getSolrHome instead of SolrResourceLoader.locateSolrHome() in SecurityConfHandlerLocal
2016-10-26 16:39:22 +02:00
Jan Høydahl
db43bfb046
SOLR-9610: Add timeout option, abort early on auth failure
...
SOLR-9680: Better error messages in SolrCLI when authentication required
2016-10-26 14:19:22 +02:00
Noble Paul
ecfbe51c94
Merge remote-tracking branch 'origin/master'
2016-10-26 13:36:51 +05:30
Noble Paul
6d9a99f992
SOLR-9692: blockUnknown property still breaks the internode communication
2016-10-26 13:36:37 +05:30
Jan Høydahl
b69c5d9f27
SOLR-9481: Add info-level log "Initializing authentication plugin: <classname>"
...
Move Sha256AuthProv warning "No users configured yet" to debug level, as this is quite normal
2016-10-26 09:22:55 +02:00
Shalin Shekhar Mangar
768c7e2648
SOLR-2212: Add a factory class corresponding to Lucene's NoMergePolicy
2016-10-26 11:28:53 +05:30
Shalin Shekhar Mangar
62bc90d7d2
SOLR-5245: Add a test to ensure that election contexts are keyed off both collection name and coreNodeName so that killing a shard in one collection does not result in leader election in a different collection.
2016-10-26 09:49:47 +05:30
Jan Høydahl
d25a618161
SOLR-9481: Authentication and Authorization plugins now work in standalone mode, including edit API
2016-10-26 01:04:40 +02:00
Noble Paul
9303112981
SOLR-7604: add testcase to verify the schema of .system collection
2016-10-26 02:04:58 +05:30
Noble Paul
a916877f38
Merge remote-tracking branch 'origin/master'
2016-10-26 02:04:41 +05:30
Noble Paul
34ad8577b6
SOLR-7604: add testcase to verify the schema of .system collection
2016-10-26 02:04:20 +05:30
markrmiller
e152575f5e
SOLR-9536: OldBackupDirectory timestamp field needs to be initialized to avoid NPE.
2016-10-25 12:39:59 -04:00
markrmiller
27ba8e2e82
SOLR-9441: Solr collection backup on HDFS can only be manipulated by the Solr process owner.
...
This closes #71 .
2016-10-25 10:21:57 -04:00
Shalin Shekhar Mangar
b7aa582dff
SOLR-4531: Add tests to ensure that recovery does not fail on corrupted tlogs
2016-10-25 12:13:08 +05:30
Tomas Fernandez Lobbe
ce57e8a8f4
Fixed Interval Facet count issue in cases of open/close intervals on the same values
2016-10-24 19:49:54 -07:00
yonik
c9132ac661
SOLR-9654: tests: specify descending count sort for streaming
2016-10-24 21:19:06 -04:00
Alexandre Rafalovitch
9d692cde53
SOLR-9657: Fixed Javadocs and added example
2016-10-24 18:16:38 -04:00
yonik
4a85163754
SOLR-9654: add overrequest param to JSON Facet API
2016-10-24 14:23:12 -04:00
Jan Høydahl
ef5737466e
SOLR-7506: Roll over GC logs by default via bin/solr scripts
2016-10-24 14:22:24 +02:00
Jan Høydahl
61e180b7ef
SOLR-9255: Rename SOLR_AUTHENTICATION_CLIENT_CONFIGURER -> SOLR_AUTHENTICATION_CLIENT_BUILDER
2016-10-24 14:18:21 +02:00
Noble Paul
c9de11d024
Merge remote-tracking branch 'origin/master'
2016-10-24 16:45:53 +05:30
Noble Paul
184b0f2215
SOLR-9506: cache IndexFingerprint for each segment
2016-10-24 16:45:42 +05:30
Adrien Grand
9aca4c9d56
LUCENE-7462: Give doc values APIs an `advanceExact` method.
2016-10-24 10:51:23 +02:00
Noble Paul
9b49c72dbc
SOLR-9518: Kerberos Delegation Tokens don't work without a chrooted ZK
2016-10-24 13:06:40 +05:30
Jan Høydahl
3488f12170
SOLR-9610: Bugfix option key for assertTool
2016-10-22 02:31:27 +02:00
Jan Høydahl
e3a8a0fe5f
SOLR-9662: New parameter -u <user:pass> in bin/post to pass basicauth credentials
2016-10-22 02:02:07 +02:00
David Smiley
91f58ac72b
SOLR-9676: DefaultSolrHighlighter: clarify warning when FVH can't be used
2016-10-21 13:51:45 -04:00
yonik
57ba96145c
SOLR-9326: Ability to create/delete/list snapshots at collection level.
2016-10-21 09:47:02 -04:00
Noble Paul
49ca9cea72
SOLR-9546: reverted some changes
2016-10-21 19:16:15 +05:30
Noble Paul
ccbafdc403
SOLR-9546: Eliminate unnecessary boxing/unboxing going on in SolrParams
2016-10-21 18:58:33 +05:30
Kevin Risden
2e7f5f9283
Merge branch 'apache-https-master' into jira/solr-8593
2016-10-20 14:24:16 -05:00
Jan Høydahl
af88e7f54d
SOLR-9570: Fix test failures and start using SolrTestCaseJ4's createTempDir mm
2016-10-20 20:58:52 +02:00
Noble Paul
a4952b11fe
Merge remote-tracking branch 'origin/master'
2016-10-20 20:07:15 +05:30
Noble Paul
127bf9f772
SOLR-9657: Use cache for templates
2016-10-20 20:06:21 +05:30
Jan Høydahl
97761966f3
SOLR-99570: Various log tidying at Solr startup
2016-10-20 14:47:32 +02:00
Jan Høydahl
14b6d93db4
SOLR-8370: Display configured Similarity in Schema-Browser
2016-10-20 13:25:40 +02:00
Noble Paul
67ba19a810
Merge remote-tracking branch 'origin/master'
2016-10-20 01:26:31 +05:30
Noble Paul
6893595f34
SOLR-9657: Addressing test failures
2016-10-20 01:26:02 +05:30
Joel Bernstein
f43742acc5
SOLR-9417: Allow daemons to terminate when they finish iterating a topic
2016-10-19 13:17:06 -04:00
Noble Paul
c2e031add3
SOLR-9657: New TemplateUpdateProcessorFactory added
2016-10-19 11:04:10 +05:30
Noble Paul
ffa5c4ba2c
SOLR-9506: reverting the previous commit
2016-10-19 00:50:30 +05:30
Noble Paul
9aa764a54f
* SOLR-9506: cache IndexFingerprint for each segment
2016-10-18 21:09:42 +05:30
Noble Paul
bb907a2983
* SOLR-9506: cache IndexFingerprint for each segment
2016-10-18 19:43:32 +05:30
Alan Woodward
67f3f433e2
SOLR-9634: Deprecate create/deleteCollection methods on MiniSolrCloudCluster
2016-10-18 12:34:13 +01:00
Alan Woodward
20ea5355c9
SOLR-9632: Add deleteAllCollections method to MiniSolrCloudCluster
2016-10-18 12:33:52 +01:00
Adrien Grand
c22725f0b5
LUCENE-7494: Give points a per-field API.
2016-10-18 10:14:27 +02:00
Anshum Gupta
19c7f8eacf
SOLR-9628: Set lastDocId in Trie fields
2016-10-17 18:59:41 -07:00
Christine Poerschke
c219525b1d
SOLR-9627: Add QParser.getSortSpec, deprecate misleadingly named QParser.getSort (Judith Silverman, Christine Poerschke)
2016-10-17 17:13:32 -04:00
Hrishikesh Gadre
46aeb52588
SOLR-9642: Refactor the snapshot cleanup mechanism to rely on Lucene
...
The current snapshot cleanup mechanism is based on reference counting
the index files shared between multiple segments. Since this mechanism
completely skips the Lucene APIs, it is not portable (e.g. it doesn't
work on 4.10.x version).
This patch provides an alternate implementation which relies exclusively
on Lucene IndexWriter (+ IndexDeletionPolicy) for cleanup.
mend
2016-10-17 13:55:26 -04:00
Alan Woodward
65f55802ee
SOLR-9566: Don't put replicas into recovery when collections are created
2016-10-17 17:18:25 +01:00
Christine Poerschke
a4a314d160
SOLR-6203: in QueryComponent rename groupSortStr to sortWithinGroupStr (so that name and meaning match)
2016-10-15 20:56:05 -04:00
Christine Poerschke
5261eb0acd
SOLR-9625: Add HelloWorldSolrCloudTestCase class (Christine Poerschke, Alan Woodward, Alexandre Rafalovitch)
2016-10-15 09:44:37 -04:00
Jan Høydahl
33db4de4d7
SOLR-9325: solr.log is now written to $SOLR_LOGS_DIR without changing log4j.properties
2016-10-14 23:19:09 +02:00
Mikhail Khludnev
4744673388
SOLR-9639: CDCR Tests only fix. Wait until recovery is over before
...
remove the tmp_colletion.
2016-10-14 14:43:07 +03:00
Jan Høydahl
6512d0c620
SOLR-9610: New AssertTool in SolrCLI for easier cross platform assertions from command line
2016-10-12 09:16:41 +02:00
yonik
22780d9f16
fix unused imports
2016-10-11 21:38:38 -04:00
yonik
11e872765d
fix package-before-license nit
2016-10-11 20:47:35 -04:00
Dennis Gove
56cd8bffc6
SOLR-9103: Restore ability for users to add custom Streaming Expressions
2016-10-11 20:30:26 -04:00
yonik
0f08ad9ad3
SOLR-9432: json facet refinement progress, test refinement info going to shards
2016-10-11 17:13:36 -04:00
Kevin Risden
7660dde458
SOLR-8969: Fix static cloud check
2016-10-11 15:27:30 -05:00
Kevin Risden
b00f10916b
SOLR-8969: Resolve NPE for SQLHandler when in non-cloud mode
2016-10-11 11:13:47 -05:00
Christine Poerschke
2bbca4c512
(part of) SOLR-6203: ResponseBuilder.setSortSpec arg name tweak. (Judith Silverman via Christine Poerschke)
2016-10-11 11:54:36 -04:00
yonik
98191225eb
SOLR-9579: SchemaField should implement lucene.IndexableFieldType to avoid repeated creation
2016-10-11 11:17:55 -04:00
Joel Bernstein
ee3f9e1e05
SOLR-9337: Add fetch Streaming Expression
2016-10-10 14:20:29 -04:00
Alan Woodward
f22b1da261
SOLR-9604,SOLR-9608: Ensure SSL connections are re-used
...
Fix ConnectionReuseTest. Add coverage for all SolrClients.
Remove explicit cacheKey for HttpRequestContext, make it singleton.
2016-10-09 08:06:09 +03:00
Kevin Risden
6aa28bd655
SOLR-8385: Narrow StreamFactory.withFunctionName clazz parameter to prevent misconfiguration
2016-10-07 08:24:02 -05:00
Adrien Grand
fb088817eb
LUCENE-7479: SimpleText should directly implement the new doc values APIs.
2016-10-07 10:59:11 +02:00
Kevin Risden
87bad09560
SOLR-9146: Parallel SQL engine should support >, >=, <, <=, <>, != syntax
2016-10-06 13:09:53 -05:00
markrmiller
ce22c2697c
SOLR-9470: Index replication interactions with IndexWriter can cause deadlock.
2016-10-06 11:31:30 -04:00
Alan Woodward
36b3b0884a
Revert "SOLR-9604: Ensure SSL connections are re-used"
...
This reverts commit 0eb6b1c823
, which was
causing test failures in ConnectionReuseTest - see SOLR-9608
2016-10-05 20:49:14 +01:00
yonik
cae6b49a06
SOLR-9592: use correct leaf reader rather than top-level reader in SolrIndexReaderm.decorateDocValues
2016-10-05 15:10:29 -04:00
Mike McCandless
001a3ca55b
LUCENE-7407: speed up iterating norms a bit by having default codec implement the iterator directly
2016-10-05 14:18:55 -04:00
Alan Woodward
0eb6b1c823
SOLR-9604: Ensure SSL connections are re-used
2016-10-05 15:36:16 +01:00
Alan Woodward
d398617be8
SOLR-9132: RulesTest must tear down collections at the end of each test
2016-10-05 15:19:22 +01:00
Alan Woodward
58031fd449
SOLR-9563: Collection creation can fail if a node doesn't update its state quickly enough
2016-10-04 13:48:20 +01:00
Alan Woodward
3bcecd9e55
SOLR-9132: Mark MigrateRouteKey test as slow
2016-10-04 11:55:10 +01:00
Alan Woodward
a9dab0f25a
SOLR-9132: Migrate some more tests
2016-10-04 10:32:47 +01:00
Adrien Grand
32446e9205
LUCENE-7453: Create a Lucene70Codec.
2016-10-04 10:50:34 +02:00
Noble Paul
3a76ef1193
SOLR-9520: Kerberos delegation support in SolrJ
2016-10-04 00:19:20 +05:30
Alexandre Rafalovitch
6f6bb08782
SOLR-6677: queryConverter message is now at TRACE
2016-10-03 16:05:05 +07:00
Mikhail Khludnev
cc4c780227
SOLR-9554: clear statics to fix the test failure
2016-10-03 10:19:20 +03:00
Mikhail Khludnev
67a9d3a44f
SOLR-9554: adding a test for concurrent schema upgrade in cloud.
2016-10-02 18:24:33 +03:00
Alan Woodward
fdd5d3cc79
Remove unused import
2016-10-01 08:54:02 +01:00
Shalin Shekhar Mangar
7a8ff69316
SOLR-5041: Add a test to make sure that a leader always recovers from log on startup
2016-09-30 20:00:01 +05:30
Christine Poerschke
08a5951adf
Correct TransformerFactory.defaultFactories initialCapacity. (Diego Ceccarelli via Christine Poerschke)
2016-09-30 13:51:02 +01:00
Christine Poerschke
dbc29c0adc
SOLR-9574: Factor out AbstractReRankQuery from ReRankQParserPlugin's private ReRankQuery.
2016-09-30 13:47:27 +01:00
Christine Poerschke
ff359248b3
In AddUpdateCommand remove one unused local and the getSchema.getUniqueKeyField method call that initialises it.
2016-09-30 13:47:27 +01:00
Christine Poerschke
fe1b290e40
Removes some unused locals in solr/core request and response packages.
2016-09-30 13:47:27 +01:00
Alan Woodward
ef747c8445
SOLR-9556: Exit failover thread on interrupt
2016-09-30 09:05:43 +01:00
Mikhail Khludnev
64b0c91df1
SOLR-9554: fix NullPointerException when cores move schema.xml to
...
managed-schema concurrently. No new test added yet.
2016-09-30 08:03:20 +03:00
Joel Bernstein
8f00bcb1a0
SOLR-9258: Fix precommit
2016-09-29 18:03:26 -04:00
Joel Bernstein
9cd6437d4b
SOLR-9258: Optimizing, storing and deploying AI models with Streaming Expressions
2016-09-29 18:03:26 -04:00
mikemccand
7d13f3ecd2
SOLR-9582: reset lastDocID when switching to a new LeafReader
2016-09-29 21:24:13 +02:00
Noble Paul
063d624cdc
SOLR-8146: refactored the replica rules classes so that they can be accessed from SolrJ
2016-09-29 19:39:33 +05:30
Shalin Shekhar Mangar
ce24de5cd6
SOLR-9504: A replica with an empty index becomes the leader even when other more qualified replicas are in line
2016-09-29 17:08:22 +05:30
Noble Paul
8ce52cf2b1
SOLR-8995: use lambdas for CoreCloseListener
2016-09-29 11:38:00 +05:30
Noble Paul
e8767daa7b
SOLR-8995: use lambdas for CoreCloseListener
2016-09-29 11:33:22 +05:30
Noble Paul
5c5c0c93ae
SOLR-9576: Make FieldAnalysisRequestHandler, DocumentAnalysisRequestHandler & DumpRequestHandler implicit
2016-09-28 20:04:04 +05:30
Noble Paul
7afa220e48
avoid unnecessary map creation
2016-09-28 11:35:42 +05:30
Noble Paul
09890f7f93
SOLR-9572: config API to show expanded useParams for request handlers inline
2016-09-28 11:30:03 +05:30
Steve Rowe
9f35a6b829
SOLR-9411: Better validation for Schema API add-field
2016-09-27 18:16:55 -04:00
Christine Poerschke
a84d9a5d69
In ConfigSetProperties use unintentionally unused local (objectClass).
2016-09-27 12:18:22 +01:00
Christine Poerschke
85603b0eca
Remove unused local (targetShard) in SliceMutator.
2016-09-27 12:18:22 +01:00
Christine Poerschke
1d2be1df7b
SOLR-9567: Make ReRankQParserPlugin's private ReRankCollector a public class of its own. (Christine Poerschke)
2016-09-27 12:18:22 +01:00
Alan Woodward
59c1071346
SOLR-6677: More log noise reduction
2016-09-27 12:01:42 +01:00
Jan Høydahl
8046fe29e5
SOLR-9411: Better validation of dynamic field for Schema API
2016-09-27 12:17:38 +02:00
Jan Høydahl
c1553c20f0
SOLR-9548: Print full solr-impl version for SNAPSHOT builds
2016-09-26 23:22:49 +02:00
Noble Paul
208e2bc66f
SOLR-9557: optimize splitsmart
2016-09-26 22:57:09 +05:30
Christine Poerschke
7a6567e4a6
TestSmileRequest to import response.SmileWriterTest instead of (deprecated) request.SmileWriterTest predecessor. Then remove (three) deprecated/relocated tests. (Follow-ons from SOLR-9538 itself.)
2016-09-26 13:38:26 +01:00
Christine Poerschke
a8f4ef02ed
SOLR-9543: reduce code duplication in ReRankQParserPlugin.ReRankCollector.topDocs (part 2 of 2)
2016-09-26 13:38:26 +01:00
Alan Woodward
be4233cb56
SOLR-9132: Cut over DeleteReplica tests
...
Also fixes some bugs in CollectionAdminRequest.DeleteReplica from SOLR-9319
2016-09-26 13:15:14 +01:00
Noble Paul
691472c0f0
SOLR-9557: Every implicit requesthandler now has a default 'useParams' attribute
2016-09-26 17:00:17 +05:30
Alan Woodward
6687244667
SOLR-9486: Fix race in AutoCommitTest
2016-09-26 10:31:10 +01:00
Alan Woodward
255bf895b3
SOLR-6677: Some more logging moves from INFO to DEBUG
2016-09-26 10:22:34 +01:00
Jan Høydahl
4c7a8c4b81
SOLR-9548: The beginning of solr.log now starts with a more informative welcome message
2016-09-26 11:02:20 +02:00
Christine Poerschke
ef5da9705d
SOLR-9551: Add JSONWriter constructor variant, JSONWriterTest.testConstantsUnchanged test. (Jonny Marks, Christine Poerschke)
2016-09-23 13:42:54 +01:00
Christine Poerschke
a9eb64e427
SOLR-9543: reduce code duplication in ReRankQParserPlugin.ReRankCollector.topDocs (part 1 of 2)
2016-09-23 13:41:36 +01:00
Shalin Shekhar Mangar
3eb0f7c792
SOLR-6090: Remove unreachable printLayout usage in cloud tests
2016-09-23 18:07:33 +05:30
Mikhail Khludnev
b50b9106f8
SOLR-9330: Fix AlreadyClosedException on admin/mbeans?stats=true
2016-09-23 07:48:19 +03:00
Jan Høydahl
bede7aefa3
SOLR-9534: Fix test failures related to nullpointer when printing core name in logs.
2016-09-22 23:31:28 +02:00
Jan Høydahl
73c2edddf0
SOLR-9534: You can now set Solr's log level through environment variable SOLR_LOG_LEVEL and -q and -v options to bin/solr
2016-09-22 21:05:28 +02:00
Noble Paul
5183b67e94
Merge remote-tracking branch 'origin/master'
2016-09-22 23:31:42 +05:30
Noble Paul
5acbcac274
SOLR-9542: Kerberos delegation tokens requires Jackson library
2016-09-22 23:30:02 +05:30
Dennis Gove
6365920a0e
SOLR-8487: Adds CommitStream to support sending commits to a collection being updated
2016-09-22 13:07:01 -04:00
Jan Høydahl
f391d57075
SOLR-6677: Reduced logging during Solr startup, moved more logs to DEBUG level
2016-09-22 17:04:01 +02:00
Alan Woodward
c55a14e198
SOLR-9544: Give ObjectReleaseTracker more time for async closing objects
2016-09-22 14:02:06 +01:00
Alan Woodward
a41dd86e3c
SOLR-9305, SOLR-9390: *really* dont' use directToLeaders
2016-09-22 13:21:36 +01:00
Joel
75e69c5198
SOLR-9549: Fix bug in advancing docValues
2016-09-22 08:05:47 -04:00
Jan Høydahl
eabb05f7fd
SOLR-8186: Added robustness to the dynamic log muting logic
2016-09-22 13:37:13 +02:00
Noble Paul
a9f82a1b45
SOLR-8995: precommit errors
2016-09-22 16:43:01 +05:30
Noble Paul
262a3ac5c5
SOLR-8995: Use lamdas in URPs
2016-09-22 15:32:24 +05:30
Noble Paul
80336a278a
SOLR-8995: Use lamdas in URPs
2016-09-22 15:31:39 +05:30
Alan Woodward
a002aa5248
SOLR-5563: Quieten down SolrCloud logging
2016-09-22 09:42:38 +01:00
Dawid Weiss
9e09045a4c
SOLR-8186: suppress log4j access warnings.
2016-09-22 09:51:11 +02:00
Jan Høydahl
2ef34e9e24
SOLR-8186: Solr start scripts, only log to console when running in foreground
2016-09-22 01:18:27 +02:00
Noble Paul
15cee3141c
SOLR-9446: Leader failure after creating a freshly replicated index can send nodes into recovery even if index was not changed
2016-09-21 23:55:59 +05:30
Mike McCandless
f7aa200d40
LUCENE-7407: switch doc values usage to an iterator API, based on DocIdSetIterator, instead of random acces, freeing codecs for future improvements
2016-09-21 09:41:41 -04:00
Christine Poerschke
93bc88d966
SOLR-9538: Relocate (BinaryResponse|JSON|Smile)Writer tests to org.apache.solr.response which is the package of the classes they test. (Jonny Marks via Christine Poerschke)
2016-09-21 11:50:35 +01:00
Alan Woodward
d326adc8bf
SOLR-9305, SOLR-9390: Don't use directToLeaders updates in partition tests (see SOLR-9512)
2016-09-21 10:57:59 +01:00
Noble Paul
afc57347b4
SOLR-9524: SolrIndexSearcher.getIndexFingerprint uses dubious synchronization
2016-09-21 11:29:53 +05:30
Noble Paul
1e18c12c19
SOLR-9502: ResponseWriters should natively support MapSerializable
2016-09-19 17:45:17 +05:30
Noble Paul
286b35b020
SOLR-9523: Refactor CoreAdminOperation into smaller classes
2016-09-17 13:04:31 +05:30
Alan Woodward
5610fd9df2
SOLR-9507: Correctly set MDC values for CoreContainer threads
2016-09-16 13:33:07 +01:00
Shalin Shekhar Mangar
70fd627ca7
SOLR-9484: The modify collection API should wait for the modified properties to show up in the cluster state
2016-09-15 11:04:48 +05:30
Noble Paul
5b770b56d0
Extract out the ExclusiveSliceProperty as a top level class
2016-09-14 12:44:34 +05:30
Noble Paul
652065e14e
Merge remote-tracking branch 'origin/master'
2016-09-13 17:19:33 +05:30
Noble Paul
73d4b73042
SOLR-9485:Indexfingerprint.fromObject() returns wrong values if object passed was itself of type IndexFingerprint
2016-09-13 17:19:12 +05:30
Varun Thacker
ef3057e43b
SOLR-9408: Fix TreeMergeOutputFormat to add timestamp metadata to commits
2016-09-13 10:49:27 +05:30
Shalin Shekhar Mangar
3fe1486683
SOLR-9365: Reduce noise in solr logs during graceful shutdown
2016-09-13 00:36:12 +05:30
Uwe Schindler
b39fcc1202
LUCENE-7318: Forward port some changes (add StopFilter and LowercaseFilter at their original location)
2016-09-12 20:11:30 +02:00
Shalin Shekhar Mangar
f177a660f5
SOLR-9438: Shard split can be marked successful and sub-shard states switched to 'active' even when one or more sub-shards replicas do not recover due to the leader crashing or restarting between the time the replicas are created and before they can recover
2016-09-12 17:00:46 +05:30
David Smiley
d2fcc3dd71
SOLR-9494: CollapseQParser's collectors should override needsScores(); can trigger exceptions
...
Also, field cscore was not needed.
2016-09-11 14:29:26 -04:00
Chris Hostetter
60ce8d7c54
SOLR-9490: Fixed bugs in BoolField that caused it to erroneously return "false" for all docs depending on usage
2016-09-09 11:45:09 -07:00
Alan Woodward
003a346d50
SOLR-9344: Don't reuse port in BasicAuthIntegrationTest
2016-09-09 09:02:49 +01:00
Shalin Shekhar Mangar
0c5c0df6bc
SOLR-9488: Shard split can fail to write commit data on shutdown/restart causing replicas to recover without replicating the index
2016-09-07 21:06:50 +05:30
Alan Woodward
ce84a8df12
Improve error message to help debug test failures
2016-09-07 11:10:28 +01:00
Alan Woodward
ea85acd7c5
SOLR-8181: Remove flaky and redundant TestArbitraryIndexDir
2016-09-07 09:19:09 +01:00
Alan Woodward
d0d893e104
SOLR-9344: Move BasicAuthIntegrationTest to SolrCloudTestCase
2016-09-07 08:31:08 +01:00
Alan Woodward
a79a8edbb4
SOLR-9469: Allow JettySolrRunner to restart using a different port
2016-09-06 13:33:36 +01:00
Alan Woodward
6390e22e74
SOLR-8961: Add a test-the-tests module for solr-test-framework
2016-09-06 13:33:36 +01:00
Noble Paul
1a61fb6858
SOLR-9127: Excel workbook (.xlsx) response writer. use 'wt=xlsx'
2016-09-06 13:22:18 +05:30
Mikhail Khludnev
9ac5c1cf14
FOLR-5725: test fix for miserable differnce between cloud and non-cloud
...
facets - when facet.limit=0&facet.missing=true the former responds with
missing counts, but later doesn't.
2016-09-03 23:54:50 +03:00
Uwe Schindler
e026ac4fe5
SOLR-9460: Fully fix test setup
2016-09-03 20:30:30 +02:00
Uwe Schindler
62f8b8d02a
SOLR-9460: Disable test that does not work with Windows
2016-09-03 10:48:01 +02:00
Mikhail Khludnev
ff69d14868
SOLR-5725: facet.exists=true caps counts by 1 to make facet.method=enum
...
faster.
2016-09-03 07:24:48 +03:00
Noble Paul
c56d832349
SOLR-9381: Snitch for freedisk uses '/' instead of 'coreRootDirectory'
2016-09-02 17:53:02 +05:30