Skip to content

Commit 016518a

Browse files
committed
SOLR-17619 Add in missing changelog versions and release-date.txt files
Add "via" authors
1 parent 4a99d7e commit 016518a

File tree

2,002 files changed

+8541
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,002 files changed

+8541
-8
lines changed

changelog/unreleased/SOLR-17721-npe can occur when doing atomic update using add.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: NPE can occur when doing Atomic Update using Add Distinct on documents wi
33
type: fixed
44
authors:
55
- name: puneetSharma
6+
- name: Eric Pugh
67
links:
78
- name: SOLR-17721
89
url: https://issues.apache.org/jira/browse/SOLR-17721

changelog/unreleased/SOLR-17830-v1 restore api no longer conflates backup-name.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: v1 Restore API no longer conflates backup-name and collection-name during
22
type: fixed
33
authors:
44
- name: Abhishek Umarjikar
5+
- name: Jason Gerlowski
56
links:
67
- name: SOLR-17830
78
url: https://issues.apache.org/jira/browse/SOLR-17830

changelog/unreleased/SOLR-17837-pull replica nodes could be marked as.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: PULL replica nodes could be marked as "preferredLeader" by BALANCESHARDUN
33
type: fixed
44
authors:
55
- name: Kevin Liang
6+
- name: Houston Putman
67
links:
78
- name: SOLR-17837
89
url: https://issues.apache.org/jira/browse/SOLR-17837
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
title: New abstract BufferedTokenStream for people who want to write Tokenizers or
2+
TokenFilters that require arbitrary buffering of the stream. SOLR-11
3+
type: added
4+
authors:
5+
- name: yonik
6+
- name: hossman
7+
links:
8+
- name: SOLR-11
9+
url: https://issues.apache.org/jira/browse/SOLR-11
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
title: New RemoveDuplicatesToken - useful in situations where synonyms, stemming,
2+
or word-deliminater-ing produce identical tokens at the same position. SOLR-11
3+
type: added
4+
authors:
5+
- name: yonik
6+
- name: hossman
7+
links:
8+
- name: SOLR-11
9+
url: https://issues.apache.org/jira/browse/SOLR-11
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
title: OpenBitSet completed, replaces BitSet as the implementation for BitDocSet.
2+
Iteration is faster, and BitDocSet.intersectionSize(BitDocSet) and unionSize is
3+
between 3 and 4 times faster. SOLR-15
4+
type: changed
5+
authors:
6+
- name: yonik
7+
links:
8+
- name: SOLR-15
9+
url: https://issues.apache.org/jira/browse/SOLR-15
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
title: Support for customizing the QueryResponseWriter per request SOLR-16
2+
type: added
3+
authors:
4+
- name: Mike Baranczak
5+
- name: hossman
6+
links:
7+
- name: SOLR-16
8+
url: https://issues.apache.org/jira/browse/SOLR-16
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
title: Included unique key field name/value (if available) in log message of add SOLR-18
2+
type: other
3+
authors:
4+
- name: billa
5+
links:
6+
- name: SOLR-18
7+
url: https://issues.apache.org/jira/browse/SOLR-18
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
title: copyField accepts dynamicfield-like names as the source. SOLR-21
2+
type: added
3+
authors:
4+
- name: Darren Erik Vengroff
5+
- name: yonik
6+
links:
7+
- name: SOLR-21
8+
url: https://issues.apache.org/jira/browse/SOLR-21
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
title: Ability to store term vectors for fields. SOLR-23
2+
type: added
3+
authors:
4+
- name: Mike Klaas
5+
- name: yonik
6+
links:
7+
- name: SOLR-23
8+
url: https://issues.apache.org/jira/browse/SOLR-23

0 commit comments

Comments
 (0)