30329 Commits

Author SHA1 Message Date
Steve Rowe
302df4dbf3 fix 'gem uninstall' to remove ignore dependency conflicts 2018-07-05 15:03:41 -04:00
Steve Rowe
407e1500bb fix 'gem uninstall' to remove all versions of the gem 2018-07-05 15:00:56 -04:00
Steve Rowe
6c0a03c578 First uninstall 'asciidoctor' gem before installing it, to remove unwanted versions 2018-07-05 14:58:10 -04:00
Steve Rowe
039dae76cb Run 'rvm cleanup all' to remove old stuff 2018-07-05 14:53:44 -04:00
Mike McCandless
fa3cd86de8 LUCENE-8379: add TermQuery.getTermStates 2018-07-05 10:16:55 -04:00
Mike McCandless
4dc2008dc1 LUCENE-8378: add DocIdSetIterator.range method 2018-07-05 10:01:53 -04:00
Jason Gerlowski
98768d9825 SOLR-12309: Improve CloudSolrClient.Builder constructor Javadocs 2018-07-05 09:31:37 -04:00
Nhat Nguyen
7e548ba860 LUCENE-8384: Fix missing advance DVGen in PendingSoftDeletes
Today we only advance the docValues update generation in
PendingSoftDeletes for the soft-deletes field. If we update a
soft-deletes DV field, then update a non-soft-deletes DV field, then
onNewReader will consider that we never update DV field although we did.

This commit makes sure that we always advance the docValues update
generation when handling docValues update in PendingSoftDeletes.

Co-authored-by: Simon Willnauer <simonw@apache.org>
2018-07-04 22:15:47 -04:00
Alexandre Rafalovitch
2aae3fb3d2 SOLR-2834: Handle CharacterFilters in Solr
Impacts Document and Field Analyzes and was previously a class cast error
2018-07-04 22:05:45 -04:00
Nhat Nguyen
d96ef95e0f LUCENE-8381: Add change log entry 2018-07-04 20:19:43 -04:00
Nhat Nguyen
0ccd5d580d LUCENE-8381: Do not count hard-deletes as soft-deletes in merges
Today if a document is soft-deleted, then hard-deleted, IW, however,
considers that doc as soft-deleted when wrapping readers for merges.

This change makes sure that IW excludes the hard-deleted documents from
a merge reader, and does not count them as soft-deletes.

Co-authored-by: Simon Willnauer <simonw@apache.org>
2018-07-04 14:16:34 -04:00
Uwe Schindler
5ec0a3f422 SOLR-12450: Add CVE number to changelog 2018-07-04 18:35:06 +02:00
Noble Paul
f86c477521 SOLR-12495: An #EQUALS function for replica in autoscaling policy to equally distribute replicas 2018-07-05 00:39:52 +10:00
Christine Poerschke
7b2a2d989c SOLR-12395: Remove SignificantTermsQParserPlugin's deprecated old name ('sigificantTerms') in favour of new 'significantTerms' name 2018-07-04 14:13:56 +01:00
Adrien Grand
799d2acd88 LUCENE-7976: Fix indentation. 2018-07-04 13:36:54 +02:00
Christine Poerschke
067a6633ed SOLR-12537: remove some unused (private static) loggers 2018-07-04 11:37:56 +01:00
Dawid Weiss
0f652627a0 LUCENE-8380: UTF8TaxonomyWriterCache page/ offset calculation bug 2018-07-04 09:06:33 +02:00
yonik
b7b6f242e8 SOLR-12533: getting index size shouldn't create directory (metrics race) 2018-07-03 22:55:38 -04:00
Ishan Chattopadhyaya
6d0ad625c8 DOAP changes for 6.6.5 release 2018-07-04 02:57:03 +05:30
Christine Poerschke
a444e82bab SOLR-12527: factor out a test-framework/ConfigRequest class 2018-07-03 18:27:17 +01:00
Christine Poerschke
1a4b1358ea SOLR-12395: Make 'significantTerms' the SignificantTermsQParserPlugin's name and deprecate its old 'sigificantTerms' name.
(Tobias Kässmann, Christine Poerschke)
2018-07-03 18:09:35 +01:00
Cao Manh Dat
d38a1753d5 SOLR-11216: Fix test failures, since the new PeerSyncWithLeader won't open a realtime searcher everytime 2018-07-03 09:02:16 +07:00
Erick Erickson
9a9c65a6ba SOLR-12028: Forgot to check in last Thursday 2018-07-02 12:32:49 -07:00
Alan Woodward
f835d24997 LUCENE-8376, LUCENE-8371: ConditionalTokenFilter fixes 2018-07-02 15:36:12 +01:00
Jason Gerlowski
ea4043b954 SOLR-12427: Correct status for invalid 'start', 'rows'
Prior to this commit we correctly handled negative start/rows param
values by returning a 400 (BAD REQUEST) with an appropriate error
message, but would return an ugly 500 with stack trace for non-numeric
input values.  This commit corrects this later case to also return
a 400 status code with a nicer error message.
2018-06-30 15:04:55 -04:00
yonik
ee12253385 SOLR-12326: add more=true to terms facets with more buckets 2018-06-30 09:45:42 -04:00
Alan Woodward
ad727bac43 LUCENE-8373: Removed StandardAnalyzer.ENGLISH_STOP_WORDS_SET 2018-06-29 16:07:09 +01:00
Alan Woodward
6566b59f36 LUCENE-8373: Move ENGLISH_STOPWORDS_SET to EnglishAnalyzer 2018-06-29 16:07:08 +01:00
Ishan Chattopadhyaya
c291fa3724 SOLR-12530: Ability to disable configset upload 2018-06-29 19:12:07 +05:30
Noble Paul
62b9cbc6f9 SOLR-11985: added validation and test 2018-06-29 14:53:14 +10:00
Erick Erickson
c303c5f126 LUCENE-8370: Reproducing TestLucene{54,70}DocValuesFormat.testSortedSetVariableLengthBigVsStoredFields() failures 2018-06-28 18:28:37 -07:00
Cassandra Targett
38c33de24c SOLR-12529: clean up how to publish ref guide docs 2018-06-28 15:36:14 -05:00
Mike McCandless
4c646dab3f Fix PriorityQueue constructor to throw IllegalArgumentException if you pass Integer.MAX_VALUE as maxSize (thanks rsaavedraf) 2018-06-28 12:11:18 -04:00
Christine Poerschke
ab666ff9cf SOLR-12524: mention ids in CdcrLogReader.forwardSeek's assert 2018-06-28 14:53:56 +01:00
Christine Poerschke
e1d2749b20 SOLR-12419: standardise solr/contrib (private) logger names 2018-06-28 14:47:33 +01:00
Christine Poerschke
f459bf4397 SOLR-12418: contrib/prometheus-exporter (private) logger rename 2018-06-28 14:44:18 +01:00
Alexandre Rafalovitch
d2ac32368e SOLR-12278: Fixed JIRA number in CHANGES file
One digit off
2018-06-27 21:52:14 -04:00
Mike McCandless
e8d1057403 LUCENE-8367: make per-dimension drill down optional for each facet dimension 2018-06-27 15:57:21 -04:00
Alan Woodward
39fb4b8a18 LUCENE-8356: Remove StandardFilter and StandardFilterFactory 2018-06-27 12:05:23 +01:00
Alan Woodward
0fbe3d257e LUCENE-8356: Remove StandardFilter from Solr schemas 2018-06-27 12:05:23 +01:00
Alan Woodward
fce841534a LUCENE-8356: Deprecate StandardFilter 2018-06-27 12:05:23 +01:00
Andrzej Bialecki
7bb9990654 SOLR-12091: Fix the test to avoid larger jitter on Windows. 2018-06-27 12:16:26 +02:00
Steve Rowe
95251c82ff remove duplicate opening <release> tag 2018-06-27 05:25:00 -04:00
Adrien Grand
a1c73e9c1f Add 7.4.0 to the doap files. 2018-06-27 09:33:46 +02:00
Noble Paul
a929003f5b SOLR-11985: ref guide
SOLR-12511: ref guide

SOLR-12517: ref guide
2018-06-27 12:58:08 +10:00
Andrzej Bialecki
1023b839ae SOLR-11665: Improve error handling of shard splitting. Fix splitting of mixed replica types. 2018-06-26 20:35:34 +02:00
noble
7fb36c5906 SOLR-11985 : Added a test for pecentage with replica type 2018-06-26 22:48:46 +10:00
Varun Thacker
c33bb65cf6 SOLR-11807: Test code didn't take into account changing maxShardsPerNode for one code path 2018-06-26 16:39:43 +05:30
Noble Paul
980354da8e SOLR-12474: use javadoc style comment 2018-06-26 18:26:05 +10:00
Noble Paul
1eb2676f27 SOLR-11985: Support percentage values in replica attribute in autoscaling policy
SOLR-12511: Support non integer values for replica in autoscaling policy

SOLR-12517: Support range values for replica in autoscaling policy
2018-06-26 16:28:17 +10:00