Alan Woodward
fa3bf88783
LUCENE-8811: Move max clause checks to IndexSearcher
2019-06-26 10:56:00 +01:00
Ignacio Vera
1f4de51f8b
LUCENE-8868: New storing strategy for BKD tree leaves with low cardinality ( #743 )
...
When a leaf has only few distinct values, we store the distinct values with the cardinality.
2019-06-26 11:19:26 +02:00
iverase
e296c34ff2
Change Arrays for FutureArrays
2019-06-26 09:50:21 +02:00
Ignacio Vera
afb4b928bc
LUCENE-8879: Improve BKDRadixSelector tests
...
This change adds explicit test for the sorting capabilities.
2019-06-26 09:47:05 +02:00
Julie Tibshirani
9fd51bab09
LUCENE-7714: Add a range query in sandbox that takes advantage of index sorting.
2019-06-26 09:43:20 +02:00
Chris Hostetter
eeed1827d8
SOLR-13580: add assumeThat calls to ParsingFieldUpdateProcessorsTest to skip test methods impacted by java 13-ea bug in NumberFormat.parse()
...
(cherry picked from commit 583c219183
)
2019-06-25 16:26:24 -07:00
Andrzej Bialecki
da6e6fd559
SOLR-13566: REINDEXCOLLECTION does not work with (basic) authentication.
2019-06-25 16:54:56 +02:00
Christine Poerschke
ff14a17711
Fix op[t]ional typo in json-facet-api.adoc file.
2019-06-25 11:29:10 +01:00
jimczi
6eb2c81886
LUCENE-8848: Fix IndexWriter leak when TestUnifiedHighlighter#testNotReanalyzed is ignored
2019-06-25 10:37:06 +02:00
Noble Paul
8199ad48b5
reformatting
2019-06-25 17:07:17 +10:00
Mikhail Khludnev
e7fea2899d
SOLR-12866: Turn TestHdfsCloudBackupRestore ON. No changes yet.
2019-06-25 08:55:15 +03:00
Munendra S N
438364ab94
SOLR-12979: fail fast when collapse field is non-docValued & non-uninvertible
...
* Improve error message when collapse field is non-docValued & non-uninvertible.
Return error code 400 instead of 500 in the above case
2019-06-25 10:04:11 +05:30
David Smiley
5259e964b5
SOLR-13367: Range queries will now highlight in hl.method=unified mode.
...
Lucene MatchesUtils.disjunction method for disjunction over
BytesRefIterator terms.
2019-06-25 00:11:12 -04:00
Munendra S N
3ef5c0ee74
SOLR-13187: Fix NPE when invalid qParser is specified
...
* When non-existent qParser is specified return 400 error code
* SOLR-13197: Fix NPE when createQParser is called in StatsField
2019-06-24 22:58:58 +05:30
Andrzej Bialecki
c6fb95290f
Add missing versions, fix date formatting.
2019-06-24 14:48:31 +02:00
Munendra S N
cf6c81c26b
SOLR-12127: set op with null or empty list val should be atomic update
...
* Inplace update supports set and inc operation but when null or
empty list is specified with set op, then it should always be treated
as atomic update since this case is equivalent to removing field
from the document
2019-06-24 14:54:48 +05:30
Alan Woodward
8a94a6a62d
LUCENE-8766: Further checks against race in test
2019-06-24 10:16:22 +01:00
Ignacio Vera
40886d4690
LUCENE-8838: Remove support for Steiner points ( #703 )
...
This is currently not used/supported.
2019-06-24 09:42:27 +02:00
Tomoko Uchida
d1678a3a68
LUCENE-8778: Don't use Java 11 APIs on 8x branch.
2019-06-23 01:12:32 +09:00
Tomoko Uchida
0cc1753e76
LUCENE-8778: Add SPI name and documentation for the KoreanNumberFilterFactory
2019-06-22 20:37:44 +09:00
Tomoko Uchida
12e3451fb8
LUCENE-8778: Define analyzer SPI names as static final fields and document the names in all analysis components. This also changes SPI loader to detect service names via the static NAME fields instead of class names.
2019-06-22 20:37:09 +09:00
Tomoko Uchida
9dabdda54a
LUCENE-8793: Luke enhanced UI for CustomAnalyzer: show detailed analysis steps.
...
Co-authored-by: Jun Ohtani
Co-authored-by: Tomoko Uchida
2019-06-22 16:51:59 +09:00
David Smiley
2d60b69636
SOLR-13545: Fix for Java 8 (no var)
2019-06-21 18:12:21 -04:00
David Smiley
df4ebaf030
LUCENE-8848 LUCENE-7757 LUCENE-8492: UnifiedHighlighter.hasUnrecognizedQuery
...
The UH now detects that parts of the query are not understood by it.
When found, it highlights more safely/reliably.
Fixes compatibility with complex and surround query parsers.
(cherry picked from commit 54cc70127b
)
2019-06-21 17:12:50 -04:00
Mikhail Khludnev
fbb64cf16a
SOLR-13545: ContentStreamUpdateRequest to close file.
2019-06-21 23:40:26 +03:00
epugh
759770c9ab
highlight select * not supported
2019-06-21 07:24:46 -04:00
Simon Willnauer
4ea97758c8
Expose IndexSearchers executor in order to enable searcher cloning ( #732 )
...
Today if an executor was added to the IndexSearcher it's impossible to
clone the searcher with it's cache, similarty and caching policy since
the executor is not exposed. This adds a simple getter to make cloning
easier.
2019-06-21 10:29:53 +02:00
Robert Muir
2adc8c6c13
LUCENE-8866: remove kuromoji/tools dependency on ICU
2019-06-20 21:21:31 -04:00
Chris Hostetter
456bc4dbf9
SOLR-12988: Fix Revert
...
an (erroneous) assigment to useSsl was left in the constructor after the (intended) conditional assigment, rendering the conditional logic useless
(cherry picked from commit c8c2f2f25b
)
2019-06-20 16:05:11 -07:00
Michael Sokolov
9e017ba83c
Add missing javadocs for new BinaryDictionary.ResourceScheme
2019-06-21 00:58:47 +02:00
Michael Sokolov
bdaf10ffa8
LUCENE-8863: enhance Kuromoji DictionaryBuilder tool
...
added tests
enabled ids up to 8191
support loading custom system dictionary from filesystem or classpath
2019-06-21 00:39:48 +02:00
Gus Heck
45b000e7ae
SOLR-13419 - Better infix for TRA collection names
2019-06-20 14:32:14 -04:00
Chris Hostetter
74f880b033
LUCENE-8872: upgrade ECJ on branch_8x to match version used on master - fixes some ECJ bugs when linting
2019-06-20 10:49:38 -07:00
Alan Woodward
ab3f194656
LUCENE-8766: Add monitor sub-project to smoke tester
2019-06-20 17:35:28 +01:00
Alan Woodward
aa771b1a29
LUCENE-8766: Fix timing problem in test
2019-06-20 17:35:15 +01:00
David Smiley
0d51dd06ee
SOLR-13523: Fix Atomic Updates when _nest_path_ is declared.
...
Change the most common test schema to include this field so we better
test our code paths.
2019-06-20 12:00:55 -04:00
Jan Høydahl
0d7a652974
LUCENE-8852 ReleaseWizard tool ( #710 )
...
(cherry picked from commit 87c131baa7
)
2019-06-20 14:47:15 +02:00
Simon Willnauer
741207da14
LUCENE-8865: Move to executor in IndexSearcher ( #731 )
...
In order to simplify testing this change moves to use the Executor
interface instead of ExecutorService. This change also simplifies
customizing execute methods for use-cases that need to add additional
logic for forking to new threads. This change also adds a test for
the optimization added in LUCENE-8865.
This change is fully backwards compatible since ExecutorService implements
Executor.
2019-06-20 14:27:13 +02:00
Joel Bernstein
1c27c47355
SOLR-10291: Updates CHANGES.txt
2019-06-19 20:58:45 -04:00
Joel Bernstein
f5a39b5d08
SOLR-10291: Add match Stream Evaluator to support regex matching
2019-06-19 19:46:34 -04:00
Cao Manh Dat
150e4f9863
SOLR-12988: Revert changes
2019-06-19 21:08:01 +01:00
Joel Bernstein
cf8ac4dbcf
SOLR-13560: Update CHANGES.txt
2019-06-19 09:58:39 -04:00
Cao Manh Dat
64e3cc1789
SOLR-12988: Skip running tests with SSL on Java 11 to 11.0.2
2019-06-19 10:44:43 +01:00
Adrien Grand
21b0892d38
LUCENE-8847: Fix typo in CHANGES.
2019-06-19 09:51:42 +02:00
Joel Bernstein
d82fe011bf
SOLR-13560: Fix precommit
2019-06-18 22:35:32 -04:00
Joel Bernstein
ecd702bf4a
SOLR-13560: Add isNull and notNull Stream Evaluators
2019-06-18 22:35:17 -04:00
Noble Paul
61292c90ed
syntax error
2019-06-19 12:31:47 +10:00
Noble Paul
d12a800467
typo
2019-06-19 12:31:33 +10:00
Noble Paul
0623e1275e
typo
2019-06-19 12:31:14 +10:00
Michael Sokolov
badcc4e6c7
LUCENE-8781: add FST array-with-gap addressing to Util.readCeilArc
2019-06-18 22:40:17 +02:00