Getting dynamicFields using QueryResponse

2009-04-25 Thread Avlesh Singh
Unless I am missing something, there seems to be no way for mapping my dynamicFields in the index to a solrj bean. I am using SolrQuery to fetch a QueryResponse object, and use QueryResponse.getBeans(MyAnnotatedClass.class) to fetch beans mapped to my index. There is no way to map dynamic fields

Re: Getting dynamicFields using QueryResponse

2009-04-25 Thread Noble Paul നോബിള്‍ नोब्ळ्
the getBeans() cannot map dynamic fields to a bean field. this can be an enhancement request On Sat, Apr 25, 2009 at 12:01 PM, Avlesh Singh avl...@gmail.com wrote: Unless I am missing something, there seems to be no way for mapping my dynamicFields in the index to a solrj bean. I am using

[jira] Created: (SOLR-1129) SolrJ cannot bind dynamic fields to beans

2009-04-25 Thread Noble Paul (JIRA)
SolrJ cannot bind dynamic fields to beans - Key: SOLR-1129 URL: https://issues.apache.org/jira/browse/SOLR-1129 Project: Solr Issue Type: Improvement Components: clients - java Affects

[jira] Commented: (SOLR-1129) SolrJ cannot bind dynamic fields to beans

2009-04-25 Thread Avlesh Singh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12702675#action_12702675 ] Avlesh Singh commented on SOLR-1129: Thanks for creating this ticket, Noble. I have an

[jira] Commented: (SOLR-1129) SolrJ cannot bind dynamic fields to beans

2009-04-25 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12702676#action_12702676 ] Noble Paul commented on SOLR-1129: -- I see your point . it can be extended to support this

[jira] Updated: (SOLR-1116) Add a Binary FieldType

2009-04-25 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1116: - Attachment: SOLR-1116.patch * added a new field BinaryField * JavabinCodec writes ByteBuffer as byte[] *

[jira] Updated: (SOLR-1116) Add a Binary FieldType

2009-04-25 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1116: - Fix Version/s: 1.4 Add a Binary FieldType -- Key: SOLR-1116

[jira] Commented: (SOLR-773) Incorporate Local Lucene/Solr

2009-04-25 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12702708#action_12702708 ] Yonik Seeley commented on SOLR-773: --- It seems like quite a lot of work has gone into

[jira] Commented: (SOLR-139) Support updateable/modifiable documents

2009-04-25 Thread Marcus Herou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12702778#action_12702778 ] Marcus Herou commented on SOLR-139: --- It would make sense of adding ParallelReader

[jira] Updated: (SOLR-1129) SolrJ cannot bind dynamic fields to beans

2009-04-25 Thread Avlesh Singh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Avlesh Singh updated SOLR-1129: --- Attachment: SOLR-1129.patch Adding a patch for this enhancement. Existing test cases pass. I'll add