Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
6.6.2
-
None
Description
If I create index with unique key defined like
<field name="uid" type="string" indexed="true" stored="false" required="true" docValues="true"/>
then searches seem to be working, but tvrh doesn't return any vectors for fields that have one stored.
Upon a cursory look at the code it looks like tvrh component requires unique key to be specifically stored.
Ideally tvrh should work fine with docValues. And at the very least this gotcha should be documented, probably here: https://lucene.apache.org/solr/guide/6_6/field-properties-by-use-case.html
Attachments
Issue Links
- Is contained by
-
SOLR-11770 NPE in tvrh if no field is specified and document doesn't contain any fields with term vectors
- Closed
- relates to
-
SOLR-11770 NPE in tvrh if no field is specified and document doesn't contain any fields with term vectors
- Closed