Getting dynamicFields using QueryResponse

2009-04-24 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

[jira] Updated: (SOLR-1120) Simplify EntityProcessor API

2009-04-24 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1120: - Attachment: SOLR-1120.patch > Simplify EntityProcessor API > > >

Re: [jira] Commented: (SOLR-1106) Pluggable CoreAdminHandler (Action ) architecture that allows for custom handler access to CoreContainer / request-response

2009-04-24 Thread Noble Paul നോബിള്‍ नोब्ळ्
documentation looks good. But, it should add a note that it is a 1.4 feature. see example http://wiki.apache.org/solr/Solrj#head-2046bbaba3759b6efd0e33e93f5502038c01ac65 On Wed, Apr 22, 2009 at 7:56 PM, Kay Kay (JIRA) wrote: > >    [ > https://issues.apache.org/jira/browse/SOLR-1106?page=com.a

[jira] Updated: (SOLR-748) FacetComponent helper classes are package restricted

2009-04-24 Thread Wojtek Piaseczny (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wojtek Piaseczny updated SOLR-748: -- Attachment: SOLR-748.patch Updated patch for April 24th trunk code. > FacetComponent helper clas

[jira] Commented: (SOLR-1106) Pluggable CoreAdminHandler (Action ) architecture that allows for custom handler access to CoreContainer / request-response

2009-04-24 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12702569#action_12702569 ] Kay Kay commented on SOLR-1106: --- Thanks Shalin and Noble for helping committing this. > Plug

[jira] Resolved: (SOLR-1124) add top() function to fix ord/rord

2009-04-24 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-1124. Resolution: Fixed committed. > add top() function to fix ord/rord > ---

Re: lucene 2.9 migration issues

2009-04-24 Thread Ryan McKinley
I found it... it was something that I guess was just ignored before. All fixed. Thanks! ryan On Apr 24, 2009, at 2:42 PM, Michael McCandless wrote: This is LUCENE-1573 (properly responding to Thread.interrupt()), which is new in 2.9. Do you know what would have interrupted the thread in y

Re: lucene 2.9 migration issues

2009-04-24 Thread Yonik Seeley
On Fri, Apr 24, 2009 at 2:42 PM, Michael McCandless wrote: > This is LUCENE-1573 (properly responding to Thread.interrupt()), which > is new in 2.9. > > Do you know what would have interrupted the thread in your context? Hmmm, nothing in Solr proper that calls interrupt on another thread. -Yonik

Re: lucene 2.9 migration issues

2009-04-24 Thread Michael McCandless
This is LUCENE-1573 (properly responding to Thread.interrupt()), which is new in 2.9. Do you know what would have interrupted the thread in your context? Mike On Fri, Apr 24, 2009 at 2:25 PM, Ryan McKinley wrote: > thanks!   I'm not sure this is related to 2.9, but I have not seen this > before

Re: lucene 2.9 migration issues

2009-04-24 Thread Ryan McKinley
thanks! I'm not sure this is related to 2.9, but I have not seen this before either 2009-04-24 14:19:53,024 ERROR org.apache.solr.core.SolrCore - java.lang.RuntimeException: java.lang.InterruptedException: sleep interrupted at org.apache.lucene.index.SegmentInfos $FindSegmentsFile.r

[jira] Commented: (SOLR-822) CharFilter - normalize characters before tokenizer

2009-04-24 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12702434#action_12702434 ] Otis Gospodnetic commented on SOLR-822: --- Todd's comment from Oct 23, 2008 caught my att

Re: lucene 2.9 migration issues -- MultiReader vs IndexReader document ids

2009-04-24 Thread Shalin Shekhar Mangar
On Fri, Apr 24, 2009 at 9:07 PM, Ryan McKinley wrote: > Yes, that would be great! the changes we need are in rev 768275: > http://svn.apache.org/viewvc?view=rev&revision=768275 > Done. I upgraded to r768336. -- Regards, Shalin Shekhar Mangar.

Re: lucene 2.9 migration issues -- MultiReader vs IndexReader document ids

2009-04-24 Thread Ryan McKinley
Yes, that would be great! the changes we need are in rev 768275: http://svn.apache.org/viewvc?view=rev&revision=768275 thanks On Apr 24, 2009, at 11:23 AM, Shalin Shekhar Mangar wrote: Yes, I upgraded the lucene jars a few hours ago for trie api updates. Do you want me to upgrade them aga

Re: lucene 2.9 migration issues -- MultiReader vs IndexReader document ids

2009-04-24 Thread Shalin Shekhar Mangar
Yes, I upgraded the lucene jars a few hours ago for trie api updates. Do you want me to upgrade them again? On Fri, Apr 24, 2009 at 7:51 PM, Mark Miller wrote: > I think Shalin upgraded the jars this morning, so I'd just grab them again > real quick. > > 4/4 4:46 am : Upgraded to Lucene 2.9-dev

Re: Question on FSV in sharded requests

2009-04-24 Thread Yonik Seeley
On Fri, Apr 24, 2009 at 11:05 AM, patrick o'leary wrote: > What is the purpose of having fetching the fsv when using shards? > when the shard-ed request already sends the fl parameter with the sort > fields Sort fields may not be stored. In the case of external file field or query elevation, the

Question on FSV in sharded requests

2009-04-24 Thread patrick o'leary
Quick question- What is the purpose of having fetching the fsv when using shards? when the shard-ed request already sends the fl parameter with the sort fields Just thinking it would decouple the need for components to implement their own fsv code. -- Patrick O'Leary AOL Local Search Techn

[jira] Issue Comment Edited: (SOLR-965) Better exception logging when no ping query configured

2009-04-24 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12702388#action_12702388 ] Mark Miller edited comment on SOLR-965 at 4/24/09 7:28 AM: --- Here is

[jira] Updated: (SOLR-965) Better exception logging when no ping query configured

2009-04-24 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-965: - Attachment: SOLR-965.patch Here is a simple patch that throws and exception if the ping query params are 0.

Re: lucene 2.9 migration issues -- MultiReader vs IndexReader document ids

2009-04-24 Thread Mark Miller
I think Shalin upgraded the jars this morning, so I'd just grab them again real quick. 4/4 4:46 am : Upgraded to Lucene 2.9-dev r768228 Ryan McKinley wrote: thanks Mark! how far is lucene /trunk from what is currently in solr? Is it something we should consider upgrading? On Apr 24, 2009,

Re: lucene 2.9 migration issues -- MultiReader vs IndexReader document ids

2009-04-24 Thread Ryan McKinley
thanks Mark! how far is lucene /trunk from what is currently in solr? Is it something we should consider upgrading? On Apr 24, 2009, at 8:30 AM, Mark Miller wrote: I just committed a fix Ryan - should work with upgraded Lucene jars. - Mark Ryan McKinley wrote: thanks! On Apr 23, 2009, a

[jira] Resolved: (SOLR-1128) Solr Cell Extract Only should also return Metadata too

2009-04-24 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved SOLR-1128. --- Resolution: Fixed Committed revision 768281. > Solr Cell Extract Only should also return Meta

Re: lucene 2.9 migration issues -- MultiReader vs IndexReader document ids

2009-04-24 Thread Mark Miller
I just committed a fix Ryan - should work with upgraded Lucene jars. - Mark Ryan McKinley wrote: thanks! On Apr 23, 2009, at 6:32 PM, Mark Miller wrote: Looks like its my fault. Auto resolution was moved upto IndexSearcher in Lucene, and it looks like SolrIndexSearcher is not tickling it f

[jira] Created: (SOLR-1128) Solr Cell Extract Only should also return Metadata too

2009-04-24 Thread Grant Ingersoll (JIRA)
Solr Cell Extract Only should also return Metadata too -- Key: SOLR-1128 URL: https://issues.apache.org/jira/browse/SOLR-1128 Project: Solr Issue Type: New Feature Reporter: Gra

[jira] Commented: (SOLR-940) TrieRange support

2009-04-24 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12702307#action_12702307 ] Shalin Shekhar Mangar commented on SOLR-940: Committed revision 768240. I also a

Solr nightly build failure

2009-04-24 Thread solr-dev
init-forrest-entities: [mkdir] Created dir: /tmp/apache-solr-nightly/build [mkdir] Created dir: /tmp/apache-solr-nightly/build/web compile-solrj: [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj [javac] Compiling 82 source files to /tmp/apache-solr-nightly/build/solrj