[ 
https://issues.apache.org/jira/browse/SOLR-11792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Erick Erickson reassigned SOLR-11792:
-------------------------------------

    Assignee: Erick Erickson

> tvrh component doesn't work if unique key has stored="false"
> ------------------------------------------------------------
>
>                 Key: SOLR-11792
>                 URL: https://issues.apache.org/jira/browse/SOLR-11792
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: SearchComponents - other
>    Affects Versions: 6.6.2
>            Reporter: Nikolay Martynov
>            Assignee: Erick Erickson
>            Priority: Major
>
> If I create index with unique key defined like
> {code}
> <field name="uid" type="string" indexed="true" stored="false" required="true" 
> docValues="true"/>
> {code}
> 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



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to