Houston Putman
ae0190b696
SOLR-11924: Added CloudCollectionsListener to watch the list of collections in a cloud. This closes #313
2018-04-17 18:57:04 -04:00
Simon Willnauer
d904112428
LUCENE-8253: Don't create ReadersAndUpdates for foreign segments
...
IndexWriter#numDeletesToMerge was creating a ReadersAndUpdates
for all incoming SegmentCommitInfo even if that info wasn't private
to the IndexWriter. This is an illegal use of this API but since it's
transitively public via MergePolicy#findMerges we have to be conservative
with regestiering ReadersAndUpdates. In IndexWriter#numDeletesToMerge we
can only use existing ones. This means for soft-deletes we need to react
earlier in order to produce accurate numbers.
This change partially rolls back the changes in LUCENE-8253. Instead of
registering the readers once they are pulled via IndexWriter#numDeletesToMerge
we now check if segments are fully deleted on flush which is very unlikely and
can be done in a lazy fashion ie. it's only paying the extra cost of opening a
reader and checking all soft-deletes if soft deletes are used and present
in the flushed segment.
This has the side-effect that flushed segments that are 100% hard deleted are also
cleaned up right after they are flushed, previously these segments were sticking
around for a while until they got picked for a merge or received another delete.
This also closes LUCENE-8256
2018-04-17 16:26:52 +02:00
Cao Manh Dat
09db13f4f4
SOLR-12187: Replica should watch clusterstate and unload itself if its entry is removed
2018-04-17 20:16:31 +07:00
Alan Woodward
f7f12a51f3
LUCENE-8253: Mute test while a fix is worked on
2018-04-17 11:58:59 +01:00
Ishan Chattopadhyaya
72ee0f64d4
SOLR-11920: Adding a file exists check before skipping a file for replication
2018-04-17 10:48:36 +05:30
Erick Erickson
a417a2cd6a
SOLR-10169: PeerSync will hit an NPE on no response errors when looking for fingerprint.
2018-04-16 21:51:02 -07:00
Jason Gerlowski
7edfd9c410
SOLR-11840: Fix bin/solr help-text inconsistencies
2018-04-16 22:21:27 -04:00
Alan Woodward
37e065007f
SOLR-12147: Don't use memory-intensive codecs to test uninvert limits
...
This separates out TestDocTermOrds.testTriggerUninvertLimit into its own
test class, and suppresses Memory codec on it
2018-04-16 15:24:04 +01:00
Andrzej Bialecki
1e759bc505
SOLR-12181: Fix test failures.
2018-04-16 13:16:05 +02:00
Cao Manh Dat
3028f3e9ea
SOLR-12028: Remove BadApple for CollectionsAPIDistributedZkTest.testCollectionReload()
2018-04-16 10:26:22 +07:00
David Smiley
dad2d1076d
SOLR-11731: revert to 7 decimal places so we can maintain the round-trip property.
...
Add test that we round-trip random numbers at 7 decimal places. Would fail at 8.
2018-04-14 10:51:51 -04:00
Varun Thacker
93f9a65b1c
SOLR-11724: Cdcr bootstrapping should ensure that non-leader replicas should sync with the leader
2018-04-13 15:38:26 -07:00
David Smiley
e4eb8a870c
SOLR-11731: one more decimal place (8) and we get the target/theoretical precision
2018-04-13 17:05:51 -04:00
Mike McCandless
7c0387ad3f
LUCENE-8248: MergePolicyWrapper is renamed to FilterMergePolicy and now also overrides getMaxCFSSegmentSizeMB
2018-04-13 15:45:19 -04:00
Joel Bernstein
487daab629
SOLR-12221: Add valueAt Stream Evaluator
2018-04-13 13:31:51 -04:00
jdyer1
12bd5f9448
SOLR-10513: Implement .equals() for LuceneLevenshteinDistance.
2018-04-13 11:12:46 -05:00
David Smiley
9a149ad7e7
SOLR-11913: SolrParams now implements Iterable<Map.Entry<String,String[]>>
...
and has stream()
2018-04-13 12:05:23 -04:00
Andrzej Bialecki
dfc05faa35
SOLR-12181: Fix NPE. Disable the test until it's fixed.
2018-04-13 12:45:54 +02:00
Erick Erickson
0014f3af88
SOLR-12028: BadApple and AwaitsFix annotations usage
2018-04-12 17:58:32 -07:00
Varun Thacker
2a2a0b6acd
SOLR-12150: Fix a test bug in CdcrBidirectionalTest.testBiDir
2018-04-12 15:35:34 -07:00
David Smiley
3d5f2f24c3
SOLR-11336: DocBasedVersionConstraints URP is now more extensible; versionField is a list
2018-04-12 14:04:28 -04:00
Varun Thacker
7a57ca8c0d
SOLR-12065: A successful restore collection should mark the shard state as active and not buffering
2018-04-12 08:20:28 -07:00
Simon Willnauer
19b4483ca0
Fix lint error of unused imports in LeaderVoteWaitTimeoutTest
2018-04-12 12:44:34 +02:00
Cao Manh Dat
11d54b0cc4
SOLR-12214: Leader may skip publish itself as ACTIVE even its last published state is DOWN
2018-04-12 12:28:00 +07:00
yonik
8d20fc575b
SOLR-12190: properly escape output in GraphMLResponseWriter
2018-04-11 23:00:03 -04:00
Tomas Fernandez Lobbe
8927d469cb
SOLR-11982: Add support for indicating preferred replica types for queries
2018-04-11 16:23:00 -07:00
Andrzej Bialecki
376f6c4946
SOLR-12181: Add trigger based on document count / index size.
2018-04-11 15:38:54 +02:00
David Smiley
0292d0f6ea
SOLR-12160: Time Routed Alias (TRA) documentation
2018-04-10 23:20:12 -04:00
Steve Rowe
fe0da9e8d5
SOLR-12201: TestReplicationHandler.doTestIndexFetchOnMasterRestart(): handle unexpected replication failures
2018-04-10 22:15:31 -04:00
Mark Miller
b93e24cb83
SOLR-12211: HdfsDirectoryFactoryTest can fail by trying to allocate too much direct memory.
2018-04-10 16:16:23 -05:00
Christine Poerschke
e513c95377
SOLR-12151: Add abstract MultiSolrCloudTestCase class.
2018-04-10 21:09:06 +01:00
Christine Poerschke
e8f862ea44
SOLR-12036: Factor out DefaultStreamFactory solrj class.
2018-04-10 20:45:58 +01:00
Mikhail Khludnev
a39a6ce672
SOLR-12155: awake threads awaiting UIF.<init> despite of exception.
2018-04-10 21:32:25 +03:00
Mikhail Khludnev
764dcc336b
SOLR-12207: rethowing AssertionError from jdk reflection bug
2018-04-10 20:34:07 +03:00
Joel Bernstein
9ebe11f1d9
SOLR-12158: Allow the monteCarlo Stream Evaluator to support variables
2018-04-10 12:36:22 -04:00
Mikhail Khludnev
ce061a5198
SOLR-11251: documenting debug=timing hint for JSON Facet API.
2018-04-10 16:14:16 +03:00
Ishan Chattopadhyaya
a70b257c80
SOLR-12096: Fix test failure, using deterministic sort order
2018-04-10 12:35:05 +05:30
Mark Miller
5e2a5a5b8c
SOLR-10783: Add support for Hadoop Credential Provider as SSL/TLS store password source.
2018-04-09 21:57:56 -05:00
Joel Bernstein
1d8c58eb6d
SOLR-12198: Fix precommit
2018-04-09 21:41:17 -04:00
Joel Bernstein
0e4605cc45
SOLR-12198: Stream Evaluators should not copy matrices needlessly
2018-04-09 21:24:55 -04:00
David Smiley
f0aed933a6
SOLR-12139: eq() now works on strings and perhaps anything
2018-04-09 12:17:48 -04:00
Alan Woodward
798d351034
LUCENE-8242: Deprecate createNormalizedWeight
2018-04-09 15:07:04 +01:00
Ishan Chattopadhyaya
ea08bd3b67
SOLR-12096: Fixed inconsistent results format of subquery transformer for distributed search (multi-shard)
2018-04-09 16:36:07 +05:30
Uwe Schindler
3530397f17
SOLR-11971: Add CVE number: CVE-2018-1308
2018-04-08 19:20:12 +02:00
Alan Woodward
2ae488aae2
SOLR-12147: Don't use MemoryPostingsFormat for TestDocTermOrds.testTriggerUnInvertLimit
...
This can lead to OOM on nightly runs, as it needs to create a very large index,
and the CI machines don't have huge amounts of RAM.
2018-04-07 18:34:25 +01:00
Steve Rowe
5c37b07a3d
SOLR-12199: TestReplicationHandler.doTestRepeater(): TEST_PORT interpolation failure: Server refused connection at: http://127.0.0.1:TEST_PORT/solr
2018-04-06 14:50:21 -04:00
Cassandra Targett
abaf378d0e
Ref Guide: add language to source blocks; split optimistic concurrency example & add explanations
2018-04-06 11:00:09 -05:00
Cassandra Targett
b2d756c9f4
Ref Guide: fix color definition so monospace links display with color
2018-04-06 11:00:09 -05:00
Chris Hostetter
73d74107dc
Use asciidoctor's 'attribute-missing: warn' option and fix some places that were generating warnings because of unescaped/uninteded attribute syntax
2018-04-05 17:16:00 -07:00
Chris Hostetter
9009fe6378
SOLR-10616: add 'java-javadocs' as a variable in the ref-guide, and cleanup some overly specific mentions of 'Java 8'
...
Continuation of SOLR-12118
2018-04-05 11:36:24 -07:00
Joel Bernstein
4137f320aa
SOLR-12183: Fix precommit
2018-04-05 14:00:08 -04:00
Joel Bernstein
d2845b033e
SOLR-12175: Fix TestConfigSetsAPI
2018-04-05 14:00:07 -04:00
Joel Bernstein
c58516edf1
SOLR-12183: Remove dead code
2018-04-05 14:00:07 -04:00
Joel Bernstein
80375acb7f
SOLR-12183: Refactor Streaming Expression test cases
2018-04-05 14:00:07 -04:00
Joel Bernstein
d420139c27
SOLR-12175: Add random field type and dynamic field to the default managed-schema
2018-04-05 14:00:07 -04:00
Cassandra Targett
8e7b1b2375
Ref Guide: remove unused README that was copied with our theme design and has never been relevant for us
2018-04-05 12:39:48 -05:00
Chris Hostetter
2573eac1c2
SOLR-12134: CHANGES entry: ref-guide 'bare-bones html' validation is now part of 'ant documentation' and validates javadoc links locally
2018-04-05 10:10:20 -07:00
David Smiley
8b3fc53e6e
SOLR-12136: highlighting.adoc: Add links and clarify "hl.fl" must refer to stored fields.
2018-04-05 11:36:10 -04:00
Steve Rowe
8e276b90f5
SOLR-11929: UpdateLog metrics are not initialized on core reload
2018-04-04 11:19:21 -04:00
Andrzej Bialecki
2bbd193691
SOLR-12095: Missed a few calls to init().
2018-04-04 17:13:24 +02:00
Cao Manh Dat
34b83ed869
SOLR-12176: Improve FORCELEADER to handle the case when a replica win the election but does not present in clusterstate
2018-04-04 03:41:57 +07:00
Varun Thacker
56f80c0dc7
SOLR-12154: Disallow explicit usage of Log4j2 logger via forbidden APIs
2018-04-03 18:21:14 -07:00
Chris Hostetter
c0709f113d
SOLR-12134: hook ref-guide 'bare-bones-html' validation into top level documentation target using relative javadoc URL prefixess that are now validated to point to real files
2018-04-03 16:15:09 -07:00
Steve Rowe
b87cbc2f75
SOLR-12165: Ref Guide: DisMax default mm param value is improperly documented as 100%
2018-04-03 17:59:34 -04:00
Cassandra Targett
a6e24b2098
Ref Guide: fix out of order heading levels (were 3s, should be 2s after 1s)
2018-04-03 10:45:47 -05:00
Andrzej Bialecki
a8b42300c0
SOLR-12095: Fix precommit issues.
2018-04-03 17:19:56 +02:00
Andrzej Bialecki
a14980c479
SOLR-12095: AutoScalingHandler should validate triggers before updating zookeeper.
2018-04-03 15:59:50 +02:00
Jan Høydahl
0989e5874a
SOLR-12144: SOLR_LOG_PRESTART_ROTATION now defaults to false, we leverage log4j2 for log rotation on startup
2018-04-03 13:10:20 +02:00
Tomas Fernandez Lobbe
2c1f110b6b
SOLR-12172: Fixed race condition in collection properties
2018-04-02 15:56:25 -07:00
Varun Thacker
41a1cbe2c3
SOLR-7887: Fix logging filePattern to use solr.log.X format
2018-04-02 10:15:12 -07:00
Joel Bernstein
269a676940
SOLR-12133: Fix precommit
2018-04-02 12:53:12 -04:00
Joel Bernstein
d89a90067b
SOLR-12174: Refactor Streaming Expression function registration
2018-04-02 12:32:31 -04:00
Erick
ade301bd0d
SOLR-9399: Delete requests do not send credentials & fails for Basic Authentication (CHANGES.txt)
2018-04-02 09:26:47 -07:00
Erick
d2cb6adde9
SOLR-9399: Delete requests do not send credentials & fails for Basic Authentication
2018-04-02 09:17:02 -07:00
Shalin Shekhar Mangar
805438c59d
SOLR-12133: Removing BadApple annotation
2018-04-02 21:20:40 +05:30
Shalin Shekhar Mangar
8189e4f972
SOLR-12133: Fix race conditions that caused NodeMarkersRegistrationTest.testNodeMarkersRegistration to fail
2018-04-02 21:15:09 +05:30
Mikhail Khludnev
a4789db477
SOLR-7736: break OverseerTriggerThread when interrupted.
2018-04-01 18:37:18 +03:00
Mikhail Khludnev
7a920cb0f6
SOLR-11673: Slave doesn't commit empty index if new index appears on master by deafult.
2018-04-01 16:47:23 +03:00
Cao Manh Dat
ab092942cf
SOLR-12066: Move test to DeleteInactiveReplicaTest
2018-03-31 14:50:28 +07:00
Shalin Shekhar Mangar
bd85fd389f
SOLR-12169: Fix ComputePlanActionTest.testSelectedCollections fails on jenkins by aggressively cleaning up trigger state left by other test methods in the test setup
2018-03-30 22:56:58 +05:30
Shalin Shekhar Mangar
85decabe46
SOLR-12133: Fix race conditions that caused TriggerIntegrationTest.testEventQueue to fail
2018-03-30 22:53:55 +05:30
Shalin Shekhar Mangar
e3c67b1980
SOLR-12169: Update jira number in BadApple annotation
2018-03-30 19:42:13 +05:30
Cao Manh Dat
35bfe89790
SOLR-12066: Cleanup deleted core when node start
2018-03-30 20:11:39 +07:00
Cao Manh Dat
d483108a15
SOLR-12168: LIROnShardRestartTest failures
2018-03-30 19:54:18 +07:00
Shalin Shekhar Mangar
83cca5cd06
SOLR-12133: Fix failures in TriggerIntegrationTest.testEventQueue due to race conditions
2018-03-30 16:42:35 +05:30
Shalin Shekhar Mangar
0e5374e963
SOLR-12152: Extracted TriggerIntegrationTest.testEventFromRestoredState into its own test class
2018-03-30 12:41:18 +05:30
Shalin Shekhar Mangar
1aafc90cbe
SOLR-12152: Fix compilation error due to missing import
2018-03-30 12:23:06 +05:30
Shalin Shekhar Mangar
ac8cbaac06
SOLR-12152: Fix node count to 2 for TriggerSetPropertiesIntegrationTest
2018-03-30 12:19:13 +05:30
Shalin Shekhar Mangar
ed9e5eb75b
SOLR-12152: Split up TriggerIntegrationTest into multiple tests to isolate and increase reliability
2018-03-30 11:08:56 +05:30
Erick Erickson
23707314dd
SOLR-12028: BadApple and AwaitsFix annotations usage
2018-03-29 21:41:03 -07:00
Erick Erickson
e55b7e9911
SOLR-12162: CorePropertiesLocator Exception message contains a typo when unable to create Solr Core
2018-03-29 18:01:38 -07:00
Cassandra Targett
b5a3678573
SOLR-12136: fix bad links breaking the build
2018-03-29 14:18:45 -05:00
David Smiley
701af06f62
SOLR-12136: Docs: Improve hl.fl, hl.q, hl.qparser
2018-03-29 12:22:54 -04:00
Andrzej Bialecki
668b81721f
SOLR-12145: ConcurrentModificationException in SimNodeStateProvider.getReplicaInfo.
2018-03-29 13:42:19 +02:00
Cao Manh Dat
d7197b2565
SOLR-12087: Check for exception message of request recovery to remove LIR node
2018-03-29 18:38:07 +07:00
Dawid Weiss
e96811c7a5
LUCENE-8228: removed obsolete IndexDeletionPolicy clone() requirements from the javadoc.
2018-03-29 08:58:28 +02:00
Andrzej Bialecki
7260d9ce71
SOLR-11882: SolrMetric registries retained references to SolrCores when closed.
2018-03-28 11:23:47 +02:00
Shalin Shekhar Mangar
3be8cfb356
SOLR-10734: Clone the original solr document each time we retry
2018-03-28 12:56:34 +05:30
Jan Høydahl
9e780ba564
LUCENE-7935: Publish .sha512 hash files with the release artifacts
2018-03-28 09:14:03 +02:00
Shalin Shekhar Mangar
ab32506243
SOLR-10734: AtomicUpdateRequestProcessor can cause wrong/old values to be set under concurrent updates for the same document. Multithreaded test for AtomicUpdateRequestProcessor was also beefed up and fixed.
2018-03-28 12:40:57 +05:30
Tomas Fernandez Lobbe
3e29c7dbd5
SOLR-12035: edimax should include charfilters in nostopanalyzer
...
This closes #329
2018-03-27 21:37:19 -07:00
Tomas Fernandez Lobbe
f8af274783
SOLR-12153: Remove Thread.sleep from ZkSolrClientTest.testMultipleWatchesAsync
2018-03-27 20:21:02 -07:00
Uwe Schindler
ade2cf2e74
SOLR-12141: Fix "bin/solr" shell scripts (Windows/Linux/Mac) to correctly detect major Java version and use numerical version comparison to enforce minimum requirements. Also remove obsolete "UseParNewGC" option. This allows to start Solr with Java 10 or later.
2018-03-27 22:49:23 +02:00
Erick Erickson
08686038e1
SOLR-12136: Document hl.q parameter, plus fixed minor typo in json faceting
2018-03-27 10:21:48 -07:00
Shalin Shekhar Mangar
89e337ed3d
SOLR-10734: Marking test with BadApple once again until the new failures can be fixed
2018-03-27 19:53:07 +05:30
Shalin Shekhar Mangar
64c110c58d
SOLR-10734: Fix Multithreaded test/support for AtomicURP
2018-03-27 15:05:23 +05:30
Cao Manh Dat
160faaf594
SOLR-12146: LIR should skip deleted replicas
2018-03-27 15:55:43 +07:00
Shalin Shekhar Mangar
ecb94ba442
SOLR-7736: Fix ZkController.publishAndWaitForDownStates
2018-03-27 10:28:34 +05:30
Joel Bernstein
e51735d8ea
SOLR-11947: Try another new anchor format
2018-03-26 22:18:56 -04:00
Joel Bernstein
8e68bdffeb
SOLR-11947: Try new anchor format
2018-03-26 21:27:04 -04:00
Joel Bernstein
3adacbc677
SOLR-11947: Fix more broken links
2018-03-26 20:05:47 -04:00
Varun Thacker
bd429347b1
SOLR-7887: Log4J2 upgrade fixes part 2
2018-03-26 16:09:04 -07:00
Robert Muir
40c8792dbf
LUCENE-8175: upgrade icu4j to 61.1 which fixes concurrency issue
2018-03-26 19:02:44 -04:00
Joel Bernstein
86fb45db35
SOLR-11947: Try different link format
2018-03-26 18:51:43 -04:00
Robert Muir
4522e45bda
LUCENE-8175: un-revert "LUCENE-8122: Upgrade analysis/icu to ICU 60.2"
...
the new icu version has been released that fixes the concurrency issue.
2018-03-26 18:27:12 -04:00
Joel Bernstein
be5f73c73a
SOLR-11947: Fix ref guide jenkins errors
2018-03-26 18:00:44 -04:00
Joel Bernstein
05dca0493d
SOLR-11947: Fix typo
2018-03-26 15:34:57 -04:00
Joel Bernstein
e69c614cf6
SOLR-11947: Rollback inadvertent code change during documentation updates.
2018-03-26 15:05:07 -04:00
Joel Bernstein
1ed4e226ac
SOLR-11947: Squashed commit of the following ref guide changes:
...
commit 61053f2fe373bff0b451f549e063550f08ecdac1
Author: Joel Bernstein <jbernste@apache.org>
Date: Mon Mar 26 12:44:12 2018 -0400
SOLR-11947: Fix orphaned files
commit 42302073bf61fde134caeff71b6db3978e113b4d
Author: Joel Bernstein <jbernste@apache.org>
Date: Mon Mar 26 12:27:26 2018 -0400
SOLR-11947: small change
commit b16b1453c2e7d5083f588b4b874c918d521e9fe5
Author: Joel Bernstein <jbernste@apache.org>
Date: Mon Mar 26 12:23:17 2018 -0400
SOLR-11947: proofing
commit 57265ce4659a427c179e206b79d8fe05b01a5f93
Author: Joel Bernstein <jbernste@apache.org>
Date: Sat Mar 24 14:41:48 2018 -0400
SOLR-11947: monte carlo WIP
commit 04e8381f6b5b329c5fa17c1f31c2d848fe9cec2a
Author: Joel Bernstein <jbernste@apache.org>
Date: Fri Mar 23 16:24:10 2018 -0400
SOLR-11947: probabiity WIP
commit 4298a6d514e7e431e322a4f62c22c336430a89f1
Author: Joel Bernstein <jbernste@apache.org>
Date: Fri Mar 23 13:07:05 2018 -0400
SOLR-11947: time series WIP
commit 1a7654f9225948cd4adb3056bc2192cc0d24b3ee
Author: Joel Bernstein <jbernste@apache.org>
Date: Fri Mar 23 11:32:53 2018 -0400
SOLR-11947: machine learning WIP
commit fae0c3aa46e6f26fecb59077207982b2f584ec86
Author: Joel Bernstein <jbernste@apache.org>
Date: Thu Mar 22 22:14:15 2018 -0400
SOLR-11947: machine learning WIP
commit fb6a96b2bdc4bbc4c2b5b62b6e69cd561ef9e31b
Author: Joel Bernstein <jbernste@apache.org>
Date: Thu Mar 22 14:36:08 2018 -0400
SOLR-11947: numerical analysis WIP
commit a648ba939c90caf5db2a5b88023bd580d4d1e8af
Author: Joel Bernstein <jbernste@apache.org>
Date: Thu Mar 22 12:27:33 2018 -0400
SOLR-11947: numerical analysis WIP
commit ce8f1b710d414d8e3ff3c8676f64fc3017316a15
Author: Joel Bernstein <jbernste@apache.org>
Date: Wed Mar 21 19:56:10 2018 -0400
SOLR-11947: numerical analysis WIP
commit 5e25a4884341cdd84988e13250f255eb23d7fd50
Author: Joel Bernstein <jbernste@apache.org>
Date: Tue Mar 20 22:01:59 2018 -0400
SOLR-11947: Curve fitting WIP
commit f381414dc44ecfa781988c5ca75bfb1c80de6674
Author: Joel Bernstein <jbernste@apache.org>
Date: Tue Mar 20 21:49:39 2018 -0400
SOLR-11947: Curve fitting WIP
commit 4be725132215ed44cc84587bb0d11be216360b74
Author: Joel Bernstein <jbernste@apache.org>
Date: Mon Mar 19 19:55:10 2018 -0400
SOLR-11947: Monte Carlo WIP
commit d330b412e46be0ebf8d75e99295e3fe9f978c02c
Author: Joel Bernstein <jbernste@apache.org>
Date: Sun Mar 18 22:00:55 2018 -0400
SOLR-11947: Probability WIP
commit e3d6160c1fa650e054b9694c57d34b3950c80175
Author: Joel Bernstein <jbernste@apache.org>
Date: Sat Mar 17 21:18:43 2018 -0400
SOLR-11947: More WIP
commit 8484b0283f79825dee8eaee82604120d04511de4
Author: Joel Bernstein <jbernste@apache.org>
Date: Fri Mar 16 15:03:06 2018 -0400
SOLR-11947: machine learning WIP
commit 77ecfdc71d79ca8eded0355669310c6025c70d96
Author: Joel Bernstein <jbernste@apache.org>
Date: Thu Mar 15 21:33:09 2018 -0400
SOLR-11947: machine learning WIP
commit 7488caf5e54436a0e5fe85c0dda4ea31d8357600
Author: Joel Bernstein <jbernste@apache.org>
Date: Thu Mar 15 19:08:50 2018 -0400
SOLR-11947: machine learning WIP
commit 102ee2e1857e7d7f45d7f3195a0a4e91eacb766d
Author: Joel Bernstein <jbernste@apache.org>
Date: Thu Mar 15 15:18:31 2018 -0400
SOLR-11947: machine learning WIP
commit 0d5cd2b4a4fd012fe6d640a86733280702cf8673
Author: Joel Bernstein <jbernste@apache.org>
Date: Wed Mar 14 21:49:15 2018 -0400
SOLR-11947: numerical analysis WIP
commit 31eec30576479a9023c7b0e6ccb2d9f685e128a1
Author: Joel Bernstein <jbernste@apache.org>
Date: Wed Mar 14 14:41:06 2018 -0400
SOLR-11947: numerical analysis WIP
commit c6e324ac56ca6e9f229d6acb39fdcf60c3356230
Author: Joel Bernstein <jbernste@apache.org>
Date: Tue Mar 13 15:16:26 2018 -0400
SOLR-11947: term vectors WIP
commit 8c843999eabdb82665641caa9c21f07e95b70a86
Author: Joel Bernstein <jbernste@apache.org>
Date: Mon Mar 12 18:03:53 2018 -0400
SOLR-11947: Add curve fitting to TOC
commit 09be026f6ad400d965fd373403d7a2eb2fae0c90
Author: Joel Bernstein <jbernste@apache.org>
Date: Mon Mar 12 15:36:05 2018 -0400
SOLR-11947: Text analysis WIP
commit e48b4d69abadb603a90c052aa1e36dd60ae7fd33
Author: Joel Bernstein <jbernste@apache.org>
Date: Sun Mar 11 18:29:20 2018 -0400
SOLR-11947: TOC changes
commit f71ebc079713e16492ba45cedafc3b9512f6bae2
Author: Joel Bernstein <jbernste@apache.org>
Date: Sat Mar 10 17:54:04 2018 -0500
SOLR-11947: WIP term vectors
commit ebc6b3943a27454adaf1a2309b6720bb2ba63c8c
Author: Joel Bernstein <jbernste@apache.org>
Date: Sat Mar 10 13:34:19 2018 -0500
SOLR-11947: WIP regression
commit 44752b2d34f46bc7f5693839e42ab3cef9edc47c
Author: Joel Bernstein <jbernste@apache.org>
Date: Fri Mar 9 22:40:40 2018 -0500
SOLR-11947: WIP for vectorization.adoc
commit 43254fcb05386264a6d591b1fa2c2573dcc2d2a3
Author: Joel Bernstein <jbernste@apache.org>
Date: Fri Mar 9 19:42:26 2018 -0500
SOLR-11947: Test local links
commit b60df2000978f70720eb0a36543752fd3bf07d2c
Author: Joel Bernstein <jbernste@apache.org>
Date: Thu Mar 8 21:41:17 2018 -0500
SOLR-11947: Update math-expressions TOC
commit de068c3af8557d60de37cb29f3ed7da3f5442772
Author: Joel Bernstein <jbernste@apache.org>
Date: Thu Mar 8 21:24:46 2018 -0500
SOLR-11947: Continued work on math expressions documentation.
commit fe445f2c997ea825d1ae9b9912406521249befc0
Author: Joel Bernstein <jbernste@apache.org>
Date: Sun Mar 4 20:22:33 2018 -0500
SOLR-12054: ebeAdd and ebeSubtract should support matrix operations
commit 1f3ae745cc26453a34a64a4327ceac7cc91d23f5
Author: Joel Bernstein <jbernste@apache.org>
Date: Sun Mar 4 13:24:54 2018 -0500
SOLR-11947: Initial commit for new math expression docs WIP
2018-03-26 15:05:06 -04:00
Mikhail Khludnev
dc2ad7022c
SOLR-9510: documentation
2018-03-26 21:46:17 +03:00
Varun Thacker
bea6e2307b
SOLR-7887: Log4J2 upgrade fixes
2018-03-26 11:32:03 -07:00
Cassandra Targett
df9b884434
Ref Guide: fix bad link to another CDCR page
2018-03-26 12:00:07 -05:00
Shalin Shekhar Mangar
b0f677c383
SOLR-12087: Fixed bug in TimeOut.waitFor that can cause an infinite loop and added javadocs
2018-03-26 16:58:56 +05:30
Erick Erickson
624d128b5e
SOLR-7887: Upgrade Solr to use log4j2 -- log4j 1 now officially end of life
2018-03-25 19:16:09 -07:00
Jason Gerlowski
c4abbfd5f7
SOLR-11551: Standardize CoreAdmin API status codes
2018-03-24 10:48:15 -04:00
markrmiller
ea504091e5
SOLR-10075: Remove test code.
2018-03-23 13:38:21 -05:00
markrmiller
5a61a18304
SOLR-10075: Move assumes to @BeforeTest instead of changing to if statements to prevent false fails.
2018-03-23 13:33:57 -05:00
markrmiller
848a410ca1
SOLR-10075: TestNonWritablePersistFile fails when run as a single test under root.
2018-03-23 10:35:43 -05:00
Noble Paul
e364f5be31
SOLR-12015: fixed typo in CHANGES.txt
2018-03-23 13:52:25 +11:00
Noble Paul
e340cef68d
SOLR-12015: Add support "add-distinct" in AtomicURP so that we can use the 'add-distict' as a request parameter e.g: atomic.add-distict=<multival-field-name>
2018-03-23 13:48:28 +11:00
Cao Manh Dat
92f1cdebfa
SOLR-12087: Deleting replicas sometimes fails and causes the replicas to exist in the down state
2018-03-22 16:11:47 +07:00
David Smiley
8e87a3e336
Remove obsolete comment
2018-03-21 11:41:36 -04:00
Cao Manh Dat
d2ef38d784
SOLR-12110: Remove debug log for test
2018-03-21 11:25:53 +07:00
Cao Manh Dat
63a145aa7b
SOLR-12129: After the core is reloaded, term of the core will not be watched
2018-03-21 09:35:51 +07:00
Chris Hostetter
9cda074e55
EarlyTerminatingSortingCollector is no longer a public class on master (LUCENE-8059) so we should stop linking to it from the ref-guide
2018-03-20 15:20:25 -07:00
Cassandra Targett
db62ffe94a
Ref Guide: two more bad javadoc links
2018-03-20 15:33:01 -05:00
Cassandra Targett
48512cc68f
Ref Guide: fix a few wrong javadoc links
2018-03-20 13:54:37 -05:00
Cassandra Targett
a845023652
SOLR-12024: fix parameter name from "encoding" to "encoder"
2018-03-20 12:58:48 -05:00
Andrzej Bialecki
3afb8b15bf
SOLR-11134: This test fails reproducibly, mark it as AwaitsFix.
2018-03-20 13:47:13 +01:00
Chris Hostetter
8bd7e5c9d2
SOLR-11891: DocStreamer now respects the ReturnFields when populating a SolrDocument
...
This is an optimization that reduces the number of unneccessary fields a ResponseWriter will see if documentCache is used
This commit also includes fixes for SOLR-12107 & SOLR-12108 -- two bugs that were previously dependent on the
un-optimized behavior of DocStreamer in order to function properly.
- SOLR-12107: Fixed a error in [child] transformer that could ocur if documentCache was not used
- SOLR-12108: Fixed the fallback behavior of [raw] and [xml] transformers when an incompatble 'wt' was specified,
the field value was lost if documentCache was not used.
2018-03-19 12:28:54 -07:00
Chris Hostetter
d6ed71b5c4
SOLR-12118: Solr Ref-Guide can now use some ivy version props directly as attributes in content
2018-03-19 10:13:34 -07:00
Andrzej Bialecki
ed2d358330
SOLR-11670: Make sure defaults are applied in simulated cluster.
2018-03-19 15:16:50 +01:00
Andrzej Bialecki
9980f05ac3
SOLR-11911: Check for thread interrupted and stop looping.
2018-03-19 14:52:18 +01:00
Andrzej Bialecki
fa03a3843c
SOLR-11670 This functionality was added in 7.4 and not in 7.3.0.
2018-03-19 11:27:09 +01:00
Shalin Shekhar Mangar
7d9783d201
SOLR-11648: Do not show suggestions menu item in standalone solr mode
2018-03-19 10:04:36 +05:30
Uwe Schindler
6eac67fe56
Fix changes
2018-03-18 11:47:48 +01:00
Uwe Schindler
ec9bc024e9
SOLR-11331: Ability to run and debug standalone Solr and a single node SolrCloud server from Eclipse. Also being able to run all Lucene and Solr tests as a configuration
2018-03-18 11:43:51 +01:00
Erick Erickson
c48177b4b6
SOLR-12028: BadApple and AwaitsFix annotations usage
2018-03-17 19:25:18 -07:00
markrmiller
c98ab259c5
SOLR-12101: ZkTestServer was not handling connection timeout settings properly.
2018-03-17 12:36:48 -05:00
David Smiley
4b08efcf1c
SOLR-11731: LatLonPointSpatialField now supports docValue retrieval
...
Closes #323
2018-03-17 12:21:53 -04:00
Cao Manh Dat
be8dca3c7b
SOLR-12110: Replica which failed to register in Zk can become leader
2018-03-17 06:54:55 +07:00
Varun Thacker
77954fe90a
SOLR-12063: Fix the Jira number mentioned against the changes entry for this fix
2018-03-16 14:07:39 -07:00
Varun Thacker
c4d0223ad4
SOLR-12083: Fix PeerSync, Leader Election failures and CDCR checkpoint inconsistencies on a cluster running CDCR
2018-03-16 14:03:48 -07:00
Cassandra Targett
b6427c83fa
Ref Guide: Parameterize another place that uses version with solr-docs-version variable
2018-03-16 14:20:46 -05:00
Cassandra Targett
144206db33
Ref Guide: Use version param in GH link for LTR examples; fix name of demo script; make Git URL more precise
2018-03-16 13:45:16 -05:00
Cassandra Targett
80485cf517
SOLR-12067: omitted correct information about where to define autoAddReplica trigger param
2018-03-16 13:18:37 -05:00
Shalin Shekhar Mangar
4c8825b6c6
SOLR-12097: Document the diskType policy attribute and usage of disk space in Collection APIs
2018-03-16 23:38:35 +05:30
markrmiller
7330010e1d
SOLR-12103: Raise CryptoKeys.DEFAULT_KEYPAIR_LENGTH from 1024 to 2048.
2018-03-16 11:50:52 -05:00
Cassandra Targett
92002ed14b
SOLR-12067: Ref Guide updates for autoAddeplicas: change default for autoReplicaFailoverWaitAfterExpiration;
...
running-solr-on-hdfs had inaccurate information about the feature;moved param info to autoscaling trigger docs;
removed unsupported params & added warning about clusterprop deprecation
2018-03-16 08:26:09 -05:00
Jason Gerlowski
2ca741d36a
SOLR-11749: Introduce bin/solr test suite
2018-03-15 21:20:13 -04:00
Tomas Fernandez Lobbe
67dab22f29
SOLR-11960: Don't add property listeners on core registration
2018-03-15 12:21:20 -07:00
Shalin Shekhar Mangar
d50890e925
SOLR-12098: Document the Lucene spins auto-detection and its effect on CMS dynamic defaults
2018-03-15 23:06:52 +05:30
Andrzej Bialecki
0dfe19880c
SOLR-12091: Rename TimeSource.getTime to getTimeNs.
2018-03-15 16:54:41 +01:00
Ishan Chattopadhyaya
fbdf7fa736
SOLR-11920: Differential file copy for IndexFetcher
2018-03-15 19:31:15 +05:30
Shalin Shekhar Mangar
759b0d092f
SOLR-12099: Remove reopenReaders attribute from 'IndexConfig in SolrConfig' page in ref guide
2018-03-15 18:19:42 +05:30
Shalin Shekhar Mangar
dab739ae4c
SOLR-11702: Minor edits to log and exception messages
2018-03-15 16:58:59 +05:30
Andrzej Bialecki
25ec5cda0b
SOLR-11670: Allow for larger diff in simulated time.
2018-03-15 11:52:11 +01:00
Cassandra Targett
12d543cbb8
Ref Guide: make sure some URLs aren't hyperlinked; rename "Appendix" section of AWS docs because it looks weird in the middle of the PDF
2018-03-14 16:02:01 -05:00
Shalin Shekhar Mangar
cb453ce110
SOLR-12078: Fixed reproducable Failure in TestReplicationHandler.doTestIndexFetchOnMasterRestart that happened due to using stale http connections
2018-03-15 02:22:25 +05:30
Varun Thacker
57524f1d41
SOLR-12083: Fix RealTime GET to work on a cluster running CDCR when using Solr's in-place updates
2018-03-14 12:58:30 -07:00
Andrzej Bialecki
5e02c18769
SOLR-11911: Wait a while for left-behind threads from executors.
2018-03-14 14:27:51 +01:00
Shalin Shekhar Mangar
941351a5c2
SOLR-12090: Move DistribStateManager, NodeStateProvider and SolrCloudManager interfaces out of the autoscaling package
2018-03-14 16:29:56 +05:30
Shalin Shekhar Mangar
9de0ebe797
SOLR-12086: Fix format problem in FastLRUCache description string shown on Cache Statistics page
2018-03-14 10:26:45 +05:30
David Smiley
e9393e88fd
SOLR-12081: improve docs on query parsing RE embedded queries, uf
2018-03-13 16:01:57 -04:00
Cassandra Targett
5ebca378c8
SOLR-11648: Add docs for autoscaling suggestions UI that didn't get done with the feature
2018-03-13 13:33:21 -05:00
Cassandra Targett
bcf74053fa
Ref Guide: add placeholder major changes in solr 8 page into hierarchy so the build doesn't break
2018-03-13 11:15:47 -05:00
Cassandra Targett
e95fe39ab8
Ref Guide: Add master-only page for upgrading to Solr 8 - place for notes for now
2018-03-13 11:10:45 -05:00
Cassandra Targett
179421bfea
SOLR-12058: Add 7.3 Upgrade Notes to Ref Guide; clarify LIR changes for CHANGES Upgrade Notes
2018-03-13 10:38:25 -05:00
Andrzej Bialecki
b6fcf4157b
SOLR-12070: Make sure searcher beans are registered.
2018-03-13 16:00:27 +01:00
Cassandra Targett
8ba6a95e7c
Ref Guide: standardize parameter formatting
2018-03-13 08:49:42 -05:00
Cassandra Targett
2a7826f7a4
Ref Guide: Typo 'Syntac' -> 'Syntax'
2018-03-13 08:49:42 -05:00
Andrzej Bialecki
ed6feded6d
SOLR-11670: Use TimeSource's value of NOW consistently when parsing date math.
...
Add a unit test for TimeSource's epochTime.
2018-03-13 13:47:14 +01:00
Shalin Shekhar Mangar
536e16d3af
SOLR-12067: Fix AutoAddReplicasIntegrationTest by using solr.xml which has autoReplicaFailoverWaitAfterExpiration set to 10 seconds
2018-03-13 18:15:21 +05:30
Cao Manh Dat
0cd9f7f35a
SOLR-12028: Remove BadApples for ZkShardTermsTest.testParticipationOfReplicas
2018-03-13 10:32:10 +07:00
yonik
68d8eb4504
SOLR-12064: resize reused accs to fix bugs with limit:-1 and missing:true
2018-03-12 21:56:02 -04:00
Andrzej Bialecki
b82ce515f0
Fix precommit (stray import).
2018-03-12 20:00:13 +01:00
Varun Thacker
2a0b7767ab
SOLR-12076: Remove unnecessary printLayout usage in CDCR tests
2018-03-12 11:07:39 -07:00
Andrzej Bialecki
28ddb5f355
Remove BadApple from this test for now - the bugUrl wasn't valid anymore and
...
the test seems to pass.
2018-03-12 16:36:46 +01:00
David Smiley
bf6503ba58
SOLR-11617: rename alias metadata to properties
2018-03-12 10:36:37 -04:00
Andrzej Bialecki
55ba89ef42
SOLR-12070: Fix testJmxIntegration that used obsolete APIs.
2018-03-12 14:28:10 +01:00
Cao Manh Dat
a9fd0754ba
SOLR-12028: Remove BadApples for LIRRollingUpdatesTest
2018-03-12 17:39:36 +07:00
Alan Woodward
1f68a3375d
Update versions
2018-03-12 09:26:14 +00:00
Joel Bernstein
13d1c4b466
SOLR-11947: Remove place holders for documentation that will not be complete for 7.3
2018-03-11 18:35:08 -04:00
Mikhail Khludnev
8f1350af20
SOLR-11673: specifying exact ticket in @BadApple
2018-03-11 11:00:55 +03:00
Mikhail Khludnev
fa55f0c2f2
SOLR-9510: introducting {!filter param=$fq excludeTags=t,q}foo:bar, also adding
...
filters and excludeTags local params into {!parent} and {!child}
2018-03-11 08:25:05 +03:00
Cao Manh Dat
e926f435d7
SOLR-11702: Remove noise of exception messages on failed to ping leader
2018-03-11 07:05:46 +07:00
Erick Erickson
f1f929b15a
SOLR-12028: BadApple and AwaitsFix annotations usage
2018-03-10 10:58:15 -08:00
Jason Gerlowski
971bd26df6
SOLR-11629: Add new CloudSolrClient.Builder ctors
...
CloudSolrClient.Builder can be pointed at a Solr cluster in two ways: a
ZK connection string, or one or more Solr base URLs. One of these two
values must be provided to create a working CloudSolrClient.
Since these values are required, this commit introduces two new ctors,
one for each means of CloudSolrClient setup. It deprecates the existing
no-arg CloudSolrClient ctor.
Together, these changes make it clearer to our users that these options
are required (and mutually exclusive).
2018-03-10 10:45:43 -05:00
Shalin Shekhar Mangar
2eeed51cdf
SOLR-12077: Add support for autoAddReplicas in the collection creation dialog in Admin UI
2018-03-10 06:44:51 +05:30
Shalin Shekhar Mangar
e47bf8b63a
SOLR-12011: Remove unused imports
2018-03-10 06:23:29 +05:30