[
https://issues.apache.org/jira/browse/SOLR-1619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12785540#action_12785540
]
Yonik Seeley commented on SOLR-1619:
------------------------------------
As an option perhaps... but caching by internal id shouldn't go away since
caching by uniqueKey requires the ability to quickly get the uniqueKey for a
document (most likely from a FieldCache entry).
> Cache documents by their internal ID
> ------------------------------------
>
> Key: SOLR-1619
> URL: https://issues.apache.org/jira/browse/SOLR-1619
> Project: Solr
> Issue Type: Improvement
> Components: search
> Affects Versions: 1.4
> Reporter: Jason Rutherglen
> Priority: Minor
> Fix For: 1.5
>
>
> Currently documents are cached by their Lucene docid, however we can instead
> cache them using their schema derived unique id.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.