[
https://issues.apache.org/jira/browse/SOLR-13165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16751372#comment-16751372
]
Sheeba Dhanaraj commented on SOLR-13165:
----------------------------------------
yes I'm reindexing when I add/remove docValues
when I search on the test field search query response is slow when docValues is
enabled on this field
<field name="test" type="tdate" indexed="true" stored="true"/> fast
<field name="test" type="tdate" indexed="true" stored="true"
docValues="true"/> slow
> enabling docValues on a tdate field and searching on the field is very slow
> ---------------------------------------------------------------------------
>
> Key: SOLR-13165
> URL: https://issues.apache.org/jira/browse/SOLR-13165
> Project: Solr
> Issue Type: Task
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Sheeba Dhanaraj
> Priority: Major
>
> when we enable docValues on a tdate field and search on the field response
> time is very slow. when we remove docValues from the field performance is
> significantly improved. Is this by design? should we not enable docValues for
> tdate fields
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]