32806 Commits

Author SHA1 Message Date
Istvan Farkas
21a54c4bc7
SOLR-13921: Processing UpdateRequest with delegation token throws NullPointerException
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-11-13 11:11:45 -05:00
Chris Hostetter
30e55e2b6e SOLR-13872: Fixed Backup failures due to race conditions in saving/reserving commit points 2019-11-13 08:58:52 -07:00
Christoph Büscher
3a7b25ba92 LUCENE-9030: Fix different Solr- and WordnetSynonymParser behaviour (#981)
This fixes an issue where sets of equivalent synonyms in the Wordnet format are
parsed and added to the SynonymMap in a way that leads to the original input
token not being typed as "word" but as SYNONYM instead. Also the original token
doesn't appear first in the token stream output, which is the case for
equivalent solr formatted synonym files.
Currently the WordnetSynonymParser adds all combinations of input/output pairs
of a synset entry into the synonym map, while the SolrSynonymParser excludes
those where input and output term are the same. This change adds the same
behaviour to WordnetSynonymParser and adds tests that show the two formats are
outputting the same token order and types now.
2019-11-13 15:40:46 +00:00
Andrzej Bialecki
0c3233877b SOLR-13898: Non-atomic use of SolrCache get / put. 2019-11-13 14:43:09 +01:00
noble
59cc299c7e SOLR-13821: Return the size of the file 2019-11-13 18:58:34 +11:00
noble
550c7296b6 SOLR-13822: Added a testcase and a bug fix 2019-11-13 17:42:37 +11:00
noble
11fd8d630a SOLR-13841: Added 'JsonProperty' to forbidden APIs 2019-11-13 15:51:49 +11:00
Chris Hostetter
5df9a51cbf Fix SOLR-13869 typo in CHANGES.txt 2019-11-12 14:04:35 -07:00
Chris Hostetter
3a5d67b87b SOLR-13869: remove deprecated SolrTestCaseJ4.getNextAvailablePort() from master 2019-11-12 14:03:39 -07:00
Chris Hostetter
603be023fe SOLR-13864: SolrTestCaseJ4.getNextAvailablePort() has been deprecated 2019-11-12 13:41:46 -07:00
Chris Hostetter
367fe2f341 SOLR-13870: SolrJmxReporterTest no longer depends on (buggy) getNextAvailablePort() 2019-11-12 09:42:05 -07:00
noble
8847711212 SOLR-13822: more ref guide 2019-11-12 18:02:40 +11:00
Noble Paul
40661489cd
SOLR-13822: Ref guide and error handling
SOLR-13822: Ref guide and error handling for package loader, package store
2019-11-12 16:45:04 +11:00
Kevin Risden
abb7087f6e
LUCENE-9041: Upgrade ECJ to 3.19.0 to fix sporadic precommit javadoc issues
Lucene/Solr dev mail list post:
http://mail-archives.apache.org/mod_mbox/lucene-dev/201911.mbox/%3CCAJU9nmhzmvg1mWPup9%2Bg3V%3Dsbz18M2DLO-3asEqaUCQpcZHiYA%40mail.gmail.com%3E

Signed-off-by: Kevin Risden <krisden@apache.org>
2019-11-11 19:40:10 -05:00
Adrien Grand
c2a0b8275b LUCENE-9002: Fix comment. 2019-11-11 22:09:06 +01:00
ginger
5c536506f9 LUCENE-9002: Query caching leads to absurdly slow queries (#940)
Co-Authored-By: Adrien Grand <jpountz@gmail.com>
2019-11-11 22:07:33 +01:00
Jason Gerlowski
174cc63bad LUCENE-9026: Add getters to DocValuesTermsQuery 2019-11-11 15:32:10 -05:00
noble
7a207a9353 SOLR-13822: Missing package-info files 2019-11-08 14:46:53 +11:00
Houston Putman
5c7215fabf SOLR-13844: Fixing tests related to ShardTerms recovery removal (#995) 2019-11-06 17:24:55 +00:00
noble
c37d011974 missing JIRA number 2019-11-06 20:27:10 +11:00
Joel Bernstein
4f849e7a49 SOLR-13864: MathExpressionTest non-reproducible failures due to assertions of non-absolutes and randomization beyond test seed 2019-11-05 15:15:19 -05:00
Andrzej Bialecki
4f16d87c7e SOLR-13858: Combine two almost identical entries into one. 2019-11-05 19:02:35 +01:00
Joel Bernstein
746a3a9c88 SOLR-10786: Update CHANGES.txt 2019-11-05 09:16:27 -05:00
Andrzej Bialecki
720fb94113 SOLR-13882: Collections API COLSTATUS does not check live_nodes when reporting replica's status. 2019-11-05 14:06:05 +01:00
Andrzej Bialecki
e58a90f18d SOLR-13858: Clean up SolrInfoBean / SolrMetricProducer API. 2019-11-04 15:31:43 +01:00
Jason Gerlowski
de28c67627 SOLR-13762: Allow BinaryField use with non-binary wt's.
Closes #883
2019-11-04 08:43:04 -05:00
Noble Paul
b5f5b0f2bc
SOLR-13841: removed jackson dependencies from SolrJ and provided a mapping to our annotation (#992)
Provide mappings for jackson annotation @JsonProperty to use Jackson deserializer
2019-11-04 16:38:21 +11:00
Ishan Chattopadhyaya
7f7730d6bc DOAP changes for release 8.3.0 2019-11-03 04:27:21 +05:30
Joel Bernstein
c908ea2e5a SOLR-10786: Add DBSCAN clustering Streaming Evaluator 2019-11-02 14:27:42 -04:00
Tomas Fernandez Lobbe
5c6a299eff SOLR-13207: Fix tests 2019-11-01 15:53:38 -07:00
Mikhail Khludnev
3cf131de52 LUCENE-9028: Introduce Intervals.multiterm() 2019-11-01 15:08:45 -07:00
Chris Hennick
b17d630e50 SOLR-13207: Handle query errors in calculateMinShouldMatch (#978)
Traps error that arises when the < operator is used at the end of a query field.
Also handles NumberFormatException when the operand isn't a number.
2019-11-01 10:40:56 -07:00
David Smiley
124d38a597 SOLR-13830: Correct ref guide on [child] response structure. 2019-11-01 11:15:25 -04:00
Houston Putman
6e1ecd1218 SOLR-13844: Remove replica recovery terms with the replica term (#951) 2019-11-01 14:34:53 +00:00
noble
53b002f59d SOLR-13822: FIle leakes fixed 2019-11-01 16:33:20 +11:00
Ishan Chattopadhyaya
0dcd8603cb Add back-compat indices for 8.3.0 2019-11-01 06:34:37 +05:30
noble
22b681755c SOLR-13822: Disbaled on windows till further investigation 2019-10-30 08:27:23 +11:00
Adrien Grand
f23d5c122a LUCENE-9024: CHANGES entry. 2019-10-29 15:28:22 +01:00
Munendra S N
24134cf9b1 SOLR-13823: fix ClassCastEx in group.query when score is requested
* This makes sures score computed for standalone and distributed
  is same for group.query. This is done by using mainQuery to compute
  scores
2019-10-29 13:56:03 +05:30
Munendra S N
0a4f6c566e SOLR-13877: fix NPE in expand component
* This could happen when expand component is not used with collapse
  and matched docs have fewer unique values
2019-10-29 13:56:03 +05:30
Paul Sanwald
d53e877152 LUCENE-9024: Optimize IntroSelector to use median of medians (#966) 2019-10-29 09:21:52 +01:00
Munendra S N
b82b7725e1 SOLR-13783: fix failing tests due to NamedList.toString() change 2019-10-29 13:35:31 +05:30
Munendra S N
bd0091d94e update documentation for q.op and df
* defaultSearchField and defaultOperator are removed from schema.
  update the documentation to reflect this change
2019-10-29 10:51:31 +05:30
Tomas Fernandez Lobbe
c7c0bdf2df SOLR-13783: Move CHANGES entry 2019-10-28 17:10:24 -07:00
Chris Hennick
74333c3af2 SOLR-13783: Add space after comma in NamedList.toString() (#979) 2019-10-28 17:09:08 -07:00
Tomas Fernandez Lobbe
ee82e4567f SOLR-13865: Add missing package docs 2019-10-28 16:25:26 -07:00
Houston Putman
fa27e476f7 SOLR-13865: Migrate replica routing code to SolrJ (#974)
* [SOLR-13865] Migrate replica routing code to  solrJ

* Added a CommonTestInjection class.

* Fixing imports.

* Reverted extraneous streaming changes.

* Fix precommit errors.

* Changing name of the RLTManager.

* Splitting up existing tests.

* Updated documentation.

* Added solr/CHANGES.txt entry
2019-10-28 15:49:21 -07:00
noble
3af4e6adc6 SOLR-13822: Adressing Windows test failures 2019-10-29 06:12:52 +11:00
David Smiley
3bf33c1fda LUCENE-8986: labels: remove dubious 'sql', add 'information-retrieval' 2019-10-28 10:19:13 -04:00
noble
e5a5ceb6d8 a simple perf test to check serialization/deserialization perf 2019-10-28 17:17:26 +11:00