SOLR-11770: NPE in tvrh if no field is specified and document doesn't contain any fields with term vectors, forgot to add CHANGES.txt

This commit is contained in:
Erick Erickson 2018-08-06 20:05:52 -07:00
parent 96e8392921
commit 08ca54f1f8
1 changed files with 0 additions and 1 deletions

View File

@ -211,7 +211,6 @@ Bug Fixes
with empty values. All documents with empty values ( string , numeric ) will be processed by worker=0
This would fix the NPE when using the search stream with partitionKeys. (Varun Thacker)
* SOLR-11770: NPE in tvrh if no field is specified and document doesn't contain any fields with term vectors
Optimizations