broustant
aba793def6
LUCENE-8239: remove unused import of @Ignore
2018-04-05 16:53:42 -04: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
Karl Wright
f1d6911272
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2018-04-05 13:56:31 -04:00
Karl Wright
74c2b798eb
LUCENE-8239: Handle degenerate vector case on linear edge evaluation.
2018-04-05 13:56:21 -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
Karl Wright
27f4772678
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2018-04-05 12:07:24 -04:00
Karl Wright
9b03f8c033
LUCENE-8239: Identify the situation where the travel and test point plane envelopes are off the ellipsoid and avoid them.
2018-04-05 12:07:07 -04: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
Ignacio Vera
508476e1ad
LUCENE-8239: Add failing test with ignore flag
2018-04-05 15:33:55 +02:00
Simon Willnauer
4a902f35db
LUCENE-8233: Use a consistent merge policy in test to make sure segment counts match
2018-04-05 12:23:41 +02:00
Jan Høydahl
60ae7be407
LUCENE-7935: Keep md5/sha1 checksums for maven artifacts
2018-04-05 02:18:04 +02:00
Alan Woodward
2ace16cef7
Add 7.3.0 back-compat test indexes
2018-04-04 22:46:17 +01:00
Dawid Weiss
469979dc25
Moved system.out from the forked subprocess to test because it uses inherited i/o handles directly and shows as unexpected JVM output.
2018-04-04 21:54:27 +02:00
Steve Rowe
ef902f9d8e
SOLR-7887: fix maven compilation by turning off annotation processing
2018-04-04 14:45:09 -04:00
Alan Woodward
3e17933ad8
Add 7.3.0 release to DOAP files
2018-04-04 17:59:48 +01: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
Simon Willnauer
ecc17f9023
LUCENE-8233: Add support for soft deletes to IndexWriter
...
This change adds support for soft deletes as a fully supported feature
by the index writer. Soft deletes are accounted for inside the index
writer and therefor also by merge policies.
This change also adds a SoftDeletesRetentionMergePolicy that allows
users to selectively carry over soft_deleted document across merges
for renention policies. The merge policy selects documents that should
be kept around in the merged segment based on a user provided query.
2018-04-04 13:45:14 +02:00
Ignacio Vera
cf56890400
LUCENE-8236: Filter duplicated points when creating GeoPath shapes to avoid creation of bogus planes.
2018-04-04 13:33:42 +02:00
Alan Woodward
7117b68db6
LUCENE-8196: Check for a null input in LowpassIntervalsSource
2018-04-04 09:38:19 +01: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
Alan Woodward
1d6502cecb
LUCENE-8196: Check that the TermIntervalsSource is positioned on the correct term
2018-04-03 14:57:06 +01: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
Alan Woodward
00eab54f9d
LUCENE-8196: Add IntervalQuery and IntervalsSource to the sandbox
2018-04-03 09:37:12 +01:00
Ignacio Vera
d332764617
LUCENE-8234: Fixed bug in how spatial relationship is computed for GeoStandardCircle when it covers the whole world
2018-04-03 10:19:23 +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
Uwe Schindler
d98138ac03
Add a description to all public targets
2018-04-01 14:40:33 +02:00
Karl Wright
b4a83fffbd
LUCENE-7642: Take the slightly more cautious approach of introducing a plane method for functional identicality.
2018-03-31 11:42:32 -04:00
Karl Wright
dc9c60322a
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2018-03-31 10:04:01 -04:00