jimczi
132a188602
update doap files with the new release 8.0.0
2019-03-14 13:03:34 +01:00
Alan Woodward
9096b846af
LUCENE-8719: Traverse all paths at the end of a TokenStream in FixedShingleFilter
2019-03-14 11:10:02 +00:00
Alan Woodward
84785e8e45
LUCENE-8726: Changes entry
2019-03-14 10:57:34 +00:00
Alan Woodward
d19dcb4ff0
LUCENE-8726: ValueSource.asDoubleValuesSource() could leak a reference to IndexSearcher
2019-03-14 10:17:12 +00:00
Jan Høydahl
a18aa2118b
SOLR-12121: Remove a System.out.println in JWTAuthPlugin
2019-03-14 10:48:09 +01:00
Shalin Shekhar Mangar
6d0386c901
SOLR-13234: Fix for turkish locales
...
WhenSolrExporterIntegrationTest.jvmMetrics ran on a JVM with the Turkish locale, (test seed: 62880F3B9F140C89). The JVM metric for terminated thread-count has a dotless-i e.g. termınated.
This causes the check for matching metrics to fail.
We could normalize the text in this case, however I think it's better to ensure we have the correct total number of JVM thread metrics rather than looking at Prometheus labels which maybe localized.
This closes #605 .
2019-03-14 11:10:49 +05:30
Gus Heck
d8f2a02fdb
SOLR-13131 Category Routed Aliases
2019-03-13 01:32:23 -04:00
Gus Heck
cf88f54a29
Remove inadvertently included println
2019-03-12 16:09:04 -04:00
Mike McCandless
c1bea96cf9
LUCENE-8720: fix int overflow in NameIntCacheLRU
2019-03-12 12:19:33 -04:00
Gus Heck
9edc557f45
SOLR-12891 MacroExpander will no longer will expand URL parameters by
...
default inside of the 'expr' parameter, add InjectionDefense class
for safer handling of untrusted data in streaming expressions and add
-DStreamingExpressionMacros system property to revert to legacy behavior
2019-03-12 10:46:30 -04:00
jimczi
b2c83de361
LUCENE-8652: remove unused import
2019-03-12 09:56:14 +01:00
Yeongsu Kim
b1f870a416
LUCENE-8631: The Korean user dictionary now picks the longest-matching word and discards the other matches.
2019-03-12 09:49:16 +01:00
jimczi
c87e7614f1
LUCENE-8652: ensure that the norm doesn't influence the score in TestSynonymQuery#testBoosts
2019-03-12 09:33:40 +01:00
iverase
fd8d9d5199
LUCENE-8713: Add Line2D tests
2019-03-12 09:18:54 +01:00
Ignacio Vera
458205396e
LUCENE-8712: Polygon2D does not detect crossings in some cases ( #598 )
...
LUCENE-8712: revert crossing logic to use boolean logic and skip lines
over the dateline to support dateline crossing logic
2019-03-12 08:40:54 +01:00
Erick Erickson
b893548d97
SOLR-13268: Clean up any test failures resulting from defaulting to async logging. Put TestXmlQParser back
2019-03-11 21:40:23 -07:00
Erick Erickson
28c8171fe6
SOLR-12732: TestLogWatcher failure on Jenkins. Deal with superclass logging bleeding into first watcher in the test
2019-03-11 12:55:08 -07:00
Erick Erickson
3a1603dab3
SOLR-13268: Clean up any test failures resulting from defaulting to async logging. Fix precommit test to not include the baseDir
2019-03-11 11:03:31 -07:00
Chris Hostetter
7eb728a611
SOLR-13300: DistributedFacetExistsSmallTest should not attempt to compare results of a query that is known to differ in behavior in distributed mode
2019-03-11 10:02:46 -07:00
Kevin Risden
6777af074f
SOLR-13307: Ensure HDFS tests clear System properties they set (Kevin Risden)
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-03-11 11:13:37 -04:00
jimczi
d8cfeba912
LUCENE-8652: SynonymQuery can now deboost the document frequency of each term when blending the score of the synonym
2019-03-11 10:20:11 +01:00
Mikhail Khludnev
e353dcfe7d
SOLR-13284: fallback to json instead of NPE and 500 code, when wt is omitted or wrong.
2019-03-10 23:10:38 +03:00
erick
9272c29539
SOLR-13268: Clean up any test failures resulting from defaulting to async logging
2019-03-10 11:05:00 -07:00
Andrzej Bialecki
27df824a4b
SOLR-13292: Provide extended per-segment status of a collection.
2019-03-09 14:08:01 +01:00
Erick Erickson
8c6e305365
SOLR-12732: TestLogWatcher failure on Jenkins. Added more logging
2019-03-08 21:40:06 -08:00
Chris Hostetter
3b2d836142
Merge remote-tracking branch 'refs/remotes/origin/master'
2019-03-08 14:54:54 -07:00
Chris Hostetter
4335ad97af
Delete OpenCloseCoreStressTest
...
This is a fairly old test that isn't particularlay valuable, all it really does is stress test indexing, but w/o actually validating the results.
In it's current state, it can suffer from exceeding file handle limits depending on merge settings, and isn't reliably reproducible due to it's
approach of "do (a variable) amount of work until a fixed amount of wall clock time has elapsed"
2019-03-08 14:52:33 -07:00
Jan Høydahl
9eabaf46a2
SOLR-12121: Move CHANGES entry from Improvements to New Features section
2019-03-08 22:08:31 +01:00
Chris Hostetter
20de3d2ee0
SOLR-12923: harden TestSimLargeCluster
...
- added logging
- ensure start/finish trigger action counters are incremented before latches are released
- replace arbitrary sleep calls with a trigger listener countdown latch
- increase all await() times: This means that 'real' failures (which should be rare and hopefully
reproducible) will be 'slow', but the trade off will be less hard to reproduce 'false failures'
due to thread contention on slow or heavily loaded (ie: jenkins) machines
2019-03-07 15:40:57 -07:00
Christine Poerschke
683aa3d3e9
SOLR-13254: Correct message that is logged in solrj's ConnectionManager when an exception occurred while reconnecting to ZooKeeper. (hu xiaodong via Christine Poerschke)
2019-03-07 20:17:31 +00:00
Erick Erickson
1e09268e78
SOLR-13261: Make SortableTextField work with export/streaming, now requires useDocValuesAsStored='true'
2019-03-07 10:59:20 -08:00
Uwe Schindler
db5f1af59b
Fix Windows startup script to disable HTTP/2 if TLS is enabled on Java 8.
2019-03-07 14:16:36 +01:00
Gus Heck
d2d3942721
SOLR-13296 fix doc example so that it can be accepted by Solr
...
(previously caused error due to decreasing offsets)
2019-03-07 08:01:01 -05:00
Cao Manh Dat
002a4aac3e
SOLR-13302: Adding HttpPartitionTest and ForceLeaderTest for TLOG replicas
2019-03-07 12:18:41 +00:00
Cao Manh Dat
583ae97067
SOLR-12313: Fix precommit
2019-03-07 12:00:33 +00:00
Cao Manh Dat
4eb1c6f3c6
SOLR-12313: Removing TestInjection#waitForInSyncWithLeader
2019-03-07 11:25:32 +00:00
Chris Hostetter
e827dc2234
SOLR-13237: AwaitsFix LeaderTragicEventTest until we can make the underlying corruption detection reliable
2019-03-06 13:29:29 -07:00
Joel Bernstein
38005350d1
SOLR-13287: Remove System.out debugging
2019-03-06 13:56:02 -05:00
erick
5f91670a49
Clean up any test failures resulting from defaulting to async logging, reenable shutdown hook
2019-03-05 14:10:36 -08:00
Erick Erickson
558c515bf3
SOLR-13295: Reproducible failure in TestDistributedGrouping
2019-03-05 13:56:40 -08:00
Mikhail Khludnev
de030178b5
SOLR-9882: picking results for mergeIds even after partial ones occurred
2019-03-05 23:26:47 +03:00
Ishan Chattopadhyaya
aeb0774b38
Adding 7.7.1 version
2019-03-06 01:00:20 +05:30
Andrzej Bialecki
0bc26d07ad
SOLR-13271: Read-only mode for SolrCloud collections.
2019-03-05 17:16:25 +01:00
Joel Bernstein
34382407ef
SOLR-13287: Update CHANGES.txt
2019-03-05 10:11:59 -05:00
Joel Bernstein
c34c56b7b2
SOLR-13287: Allow zplot to visualize probability distributions in Apache Zeppelin
2019-03-05 09:19:14 -05:00
Chris Hostetter
7bfe7b265a
SOLR-13294: refactor test to include more loging to help diagnose some windows jenkins failures
2019-03-04 14:16:02 -07:00
Noble Paul
7771d7bb84
SOLR-13285: Updates with enum fields and javabin cause ClassCastException
2019-03-05 06:11:50 +11:00
Cassandra Targett
876fcb7f7b
SOLR-13259: Add new section on Reindexing in Solr ( #594 )
...
Add new reindexing.adoc page; standardize on "reindex" vs "re-index"
2019-03-04 12:24:58 -06:00
Chris Hostetter
7f7357696f
SOLR-12923: harden testEventQueue by replacing the arbitrary sleep call with a countdown latch
2019-03-04 09:54:23 -07:00
Chris Hostetter
235b15acfc
SOLR-12923: increase all await() times in TriggerIntegrationTest
...
This means that 'real' failures (which should be rare and hopefully reproducile) will be 'slow', but the trade off will be less hard to reproduce 'false failures' due to thread contention on slow or heavily loaded (ie: jenkins) machines
2019-03-04 09:54:23 -07:00