[jira] Commented: (LUCENE-509) Performance optimization when retrieving a single field from a document

2006-10-13 Thread Steven Tamm (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-509?page=comments#action_12442154 ] Steven Tamm commented on LUCENE-509: [[ Old comment, sent by email on Fri, 23 Jun 2006 09:16:17 -0700 ]] It does. There isn't a real performance differenc

[jira] Commented: (LUCENE-509) Performance optimization when retrieving a single field from a document

2006-07-09 Thread Chuck Williams (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-509?page=comments#action_12419926 ] Chuck Williams commented on LUCENE-509: --- LUCENE-545 does resolve this in a more general way, although the code to get precisely one field value efficiently is slightly c

[jira] Commented: (LUCENE-509) Performance optimization when retrieving a single field from a document

2006-06-11 Thread Grant Ingersoll (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-509?page=comments#action_12415798 ] Grant Ingersoll commented on LUCENE-509: Hi Steve, Does Issue 545 take care of this one? I just committed it on Friday and I think it does. Or perhaps there are par

[jira] Commented: (LUCENE-509) Performance optimization when retrieving a single field from a document

2006-03-02 Thread Doug Cutting (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-509?page=comments#action_12368591 ] Doug Cutting commented on LUCENE-509: - You could: (a) add a FieldSelector interface and an IndexWriter method that creates a FieldSelector, then you could pass the FieldS

[jira] Commented: (LUCENE-509) Performance optimization when retrieving a single field from a document

2006-03-02 Thread Mark Harwood (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-509?page=comments#action_12368590 ] Mark Harwood commented on LUCENE-509: - >It would be nice if one could get just a few fields in an efficient manner >too. I'd like to see that too. I put some code togeth

[jira] Commented: (LUCENE-509) Performance optimization when retrieving a single field from a document

2006-03-02 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-509?page=comments#action_12368589 ] Yonik Seeley commented on LUCENE-509: - The other limitation of this API is that it only returns a single field value. Of course that's a bonus when you know there is only a

[jira] Commented: (LUCENE-509) Performance optimization when retrieving a single field from a document

2006-03-02 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-509?page=comments#action_12368587 ] Yonik Seeley commented on LUCENE-509: - It would be nice if one could get just a few fields in an efficient manner too. Off the top of my head, I can't think of a good way t

[jira] Commented: (LUCENE-509) Performance optimization when retrieving a single field from a document

2006-03-02 Thread Doug Cutting (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-509?page=comments#action_12368577 ] Doug Cutting commented on LUCENE-509: - That looks good. Thanks. Can you please also add a test case that uses multi-byte characters? Other than that, I'm +1 for comittin

[jira] Commented: (LUCENE-509) Performance optimization when retrieving a single field from a document

2006-03-02 Thread Steven Tamm (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-509?page=comments#action_12368563 ] Steven Tamm commented on LUCENE-509: Ahh yes. I actually just hit this problem with Japanese... I'll post a fix soon. > Performance optimization when retrieving a singl

[jira] Commented: (LUCENE-509) Performance optimization when retrieving a single field from a document

2006-03-02 Thread Doug Cutting (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-509?page=comments#action_12368559 ] Doug Cutting commented on LUCENE-509: - This seems like a fine idea. But unless I'm mistaken, there's a bug when fields are strings that contain characters > 127. With st