Jan Høydahl
da8fbbd99c
SOLR-13371 improve security chapters in refguide ( #635 )
...
(cherry picked from commit 27b1c369943d61517626e335138c7190d090bfa2)
2019-06-10 23:48:38 +02:00
Andrzej Bialecki
58d3761bf5
SOLR-13512: Fix a bug due to a different StoredFieldVisitor API in 8x.
2019-06-10 21:40:40 +02:00
Andrzej Bialecki
c932e7ffd5
SOLR-13512: Raw index data analysis tool (extension of COLSTATUS collection command).
2019-06-10 19:22:17 +02:00
Koen De Groote
8b6a0d0964
LUCENE-8847: Code Cleanup: Rewrite StringBuilder.append with concatted strings ( #707 )
...
This specific commit affects all points in the casebase where the argument of a StringBuilder.append() call is itself a regular String concatenation.
This defeats the purpose of using StringBuilder and also introduces an extra alloction.
These changes should avoid that.
ant tests have run, succeeded on local machine.
Removing test files from the changes.
Another suggested rework.
2019-06-10 18:10:06 +02:00
Alan Woodward
74a695ee44
LUCENE-8845: Allow configurable maxExpansions for prefix/wildcard intervals
2019-06-10 16:14:02 +01:00
Atri Sharma
d2ff7ffafc
LUCENE-8362: Introduce DocValues Fields and Range Queries for native Range Field Types
...
This commit introduces a new DocValues field and corresponding
range query for binary ranges. These classes are extended into
concrete implementations for each of Int, Long, Float and Double
range fields.
2019-06-10 15:27:33 +02:00
Colin Goodheart-Smithe
2d00d17dc4
LUCENE-8815: Adds a DoubleValues implementation for feature fields ( #687 )
...
This change adds a static method FeatureField#newDoubleValues() which can be used to retrieved the values of a feature for documents directly rathert than having to store the values in a numeric field alongsidde the feature field.
2019-06-10 15:27:26 +02:00
Tim Underwood
1e49d84545
LUCENE-8834: Cache the SortedNumericDocValues.docValueCount() value whenever it is used in a loop ( #698 )
2019-06-10 15:27:19 +02:00
Namgyu Kim
619e47b791
LUCENE-8812: disable Java 9 try-with-resources style in TestKoreanNumberFilter
...
Signed-off-by: Namgyu Kim <namgyu@apache.org>
2019-06-10 01:42:44 +09:00
Namgyu Kim
d037957f9b
Revert "disable Java 9 try-with-resources style in TestKoreanNumberFilter"
...
This reverts commit ec7e38908775e4a3517c178595bf1944701d331d.
2019-06-10 01:35:06 +09:00
Namgyu Kim
ec7e389087
disable Java 9 try-with-resources style in TestKoreanNumberFilter
...
Signed-off-by: Namgyu Kim <namgyu@apache.org>
2019-06-10 00:44:28 +09:00
Namgyu Kim
36b90c6056
LUCENE-8812: Add new KoreanNumberFilter that can change Hangul character to number and process decimal point.
...
Signed-off-by: Namgyu Kim <namgyu@apache.org>
2019-06-09 23:13:46 +09:00
Michael Sokolov
a8478c790a
LUCENE-8844: bump FST version and fix related CHANGES entry
2019-06-08 10:02:49 -04:00
Cassandra Targett
7425044457
Ref Guide: little typos
2019-06-07 17:32:25 -05:00
Cassandra Targett
b3d1a7b8e2
SOLR-12330: ref guide typos
2019-06-07 14:33:14 -05:00
Cassandra Targett
c75963b744
Ref Guide: minor typos/fixes for 8.1 ref guide
2019-06-07 14:33:05 -05:00
Atri Sharma
131b7bfbe5
LUCENE-8825: Improve CheckHits's Printing Capabilities
...
Signed-off-by: Adrien Grand <jpountz@gmail.com>
2019-06-07 18:47:38 +02:00
Christine Poerschke
1710a8a36d
SOLR-13496: Fix distributed grouping related NullPointerException in JSONWriter.writeSolrDocument
2019-06-07 16:50:18 +01:00
Alan Woodward
cd030efa9c
LUCENE-8828: Make unorderedNoOverlaps a separate IntervalsSource
2019-06-07 14:46:03 +01:00
Jan Høydahl
891b8b04bb
SOLR-13526: @AwaitsFix failing tests
...
(cherry picked from commit 85abdbebf57f9e85918cf72c1be20359710e62db)
2019-06-07 08:35:15 +02:00
noble
b92ae784c7
SOLR-13329: ref guide
2019-06-07 12:38:56 +10:00
noble
10242afb1b
SOLR-13329: ref guide
2019-06-07 12:38:43 +10:00
Jan Høydahl
5ee558cc5d
LUCENE-8802: buildAndPushRelease --logfile arg ( #679 )
...
(cherry picked from commit df1775ffd3517c23ace582384c0554f4f521f6e0)
2019-06-06 21:49:07 +02:00
Jan Høydahl
8a488478f0
LUCENE-8818: Fix smokeTestRelease.py encoding bug
...
(cherry picked from commit 8d6fd7298fe480a627db333eafeadc7b6a8fdcad)
2019-06-06 21:46:11 +02:00
Ignacio Vera
ca07f444c8
LUCENE-8775: Improve tessellator to handle better cases where a hole share a vertex with the polygon
2019-06-06 09:00:15 +02:00
iverase
3da8a9f69f
remove unused import
2019-06-06 08:32:13 +02:00
Tomas Fernandez Lobbe
43a7ec87a2
SOLR-13521: Fix input parameter handling for DynamicField and FieldTypes (Schema API)
2019-06-05 16:03:32 -07:00
Christine Poerschke
57c159e476
SOLR-13518: extra assertNotNull info for SolrInfoBeanTest
2019-06-05 20:39:55 +01:00
Jan Høydahl
2d571ee655
clipboardPatchFile
2019-06-05 21:25:34 +02:00
Cao Manh Dat
dc7b54df0c
SOLR-13434: Fixes problem on Java 8 build
2019-06-05 15:33:51 +01:00
Ignacio Vera
b8f430a853
LUCENE-8831: Fixed LatLonShapeBoundingBoxQuery .hashCode method
2019-06-05 16:02:37 +02:00
Jan Høydahl
6ecdec2435
Add back-compat indices for 7.7.2
2019-06-05 10:51:51 +02:00
Jan Høydahl
b317598023
Ignore python cache
2019-06-05 10:48:15 +02:00
Jan Høydahl
d51756cfda
Add bugfix version 7.7.2
2019-06-05 09:36:38 +02:00
Chris Hostetter
63e93735a6
Fix TestSort.testRandomFieldNameSorts typo that ccaused very sporadic but reproducible failures
...
(cherry picked from commit 92cf9d8758285352a6bd3a959988f9b72ecdf8f0)
2019-06-04 13:50:16 -07:00
Cao Manh Dat
63686689c0
SOLR-13434: Update CHANGES.txt
2019-06-04 20:07:13 +01:00
Cao Manh Dat
a39c342793
SOLR-13434: OpenTracing support for Solr ( #685 )
2019-06-04 20:05:17 +01:00
Cao Manh Dat
26b49827ed
SOLR-13510: Move entry of CHANGES.txt to 8.1.2
2019-06-04 20:03:21 +01:00
erick
06257c5847
SOLR-12249: Better error message when grouping on a tokenized (non SortableText) field in SolrCloud
...
(cherry picked from commit 7fb5b7ed357b730c93ece574d1e977ecd1268533)
2019-06-04 10:27:51 -07:00
Cao Manh Dat
518143c2f0
SOLR-13510: Intermittent 401's for internode requests with basicauth enabled
2019-06-04 16:17:29 +01:00
Erick Erickson
d32334b199
SOLR-8346: Fix precommit failure on 8x
2019-06-03 18:33:51 -07:00
Erick Erickson
e890980311
SOLR-8346: Upgrade Zookeeper to version 3.5.5
...
(cherry picked from commit 7ebeab71f4b56d008835f0040468a07632024950)
2019-06-03 17:59:01 -07:00
markrmiller
96f000334c
SOLR-13489: Stop the leader from trying to rejoin the election on session expiration and harden our zk reconnect code path.
...
# Conflicts:
# solr/core/src/test/org/apache/solr/cloud/OverseerTest.java
2019-06-03 11:11:12 -05:00
noble
16374340d4
SOLR-13329: typo in CHANGES.txt
2019-06-03 22:00:26 +10:00
Noble Paul
5c677f8f46
SOLR-13504: In autoscaling policies, use an explicit 'put : on-each' to specify the the rules is applied on each node ( #694 )
...
SOLR-13504: In autoscaling policies, use an explicit 'put : on-each' to specify the the rules is applied on each node
2019-06-03 18:41:10 +10:00
Noble Paul
b3caaffd6e
SOLR-13504 improve autoscaling syntax by adding a nodeset attribute ( #693 )
...
* SOLR-13504: more checks and tests
2019-06-03 18:40:42 +10:00
Noble Paul
dbbab57398
SOLR-13504: improve autoscaling syntax by adding a nodeset attribute ( #691 )
...
SOLR-13504: In autoscaling policies, use an explicit 'nodeset' attribute for filtering nodes instead of using them directly at the toplevel
2019-06-03 18:40:15 +10:00
Simon Willnauer
4f79fdc709
LUCENE-8813: Ensure we never apply deletes from a closed DWPTDeleteQueue ( #688 )
...
Today we don't have a strong protection that we add and apply deletes / updates
on or from an already flushed delete queue. DWPTDeleteQueue instances are replaced
once we do a full flush in order to reopen an NRT reader or commit the IndexWriter.
In LUCENE-8813 we tripped an assert that used to protect us from such an situation
but it didn't take all corner cases from concurrent flushing into account. This change
adds a stronger protection and ensures that we neither apply a closed delete queue nor
add any updates or deletes to it.
This change also allows to speculatively freeze the global buffer that might return
null now if the queue has already been closed. This is now possible since we ensure that
we never see modifications to the queue after it's been closed and that happens right after
the last DWPT for the ongoing full flush is done flushing.
2019-06-01 08:55:07 +02:00
Cassandra Targett
aec52ed463
Ref Guide: fix bad link reference
2019-05-30 14:59:11 -05:00
Cassandra Targett
53e377db43
Ref Guide: expand abbreviations, standarize some spellings
2019-05-30 14:49:55 -05:00