[jira] Commented: (SOLR-1619) Cache documents by their internal ID

2009-12-04 Thread Jason Rutherglen (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-1619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12786233#action_12786233
 ] 

Jason Rutherglen commented on SOLR-1619:


Right, we'd somehow give the user either option.  

 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.



[jira] Commented: (SOLR-1619) Cache documents by their internal ID

2009-12-03 Thread Yonik Seeley (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-1619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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.