[jira] Commented: (SOLR-697) Update Lucene jar before 1.3 release (was: Lucene TimeLimitCollector)

2008-08-20 Thread Wayne Graham (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624126#action_12624126
 ] 

Wayne Graham commented on SOLR-697:
---

Lars,

I just tested my code against last night's build and the problem has been 
resolved. 

Thanks Yonik!

> Update Lucene jar before 1.3 release (was: Lucene TimeLimitCollector)
> -
>
> Key: SOLR-697
> URL: https://issues.apache.org/jira/browse/SOLR-697
> Project: Solr
>  Issue Type: Bug
>  Components: update
>Affects Versions: 1.3
>Reporter: Wayne Graham
> Fix For: 1.3
>
>
> When instantiating a SolrCore using the Solr API, a Lucene exception is thrown
> {{
> org.apache.solr.core.SolrResourceLoader createClassLoader
> INFO: Reusing parent classloader
> Exception in thread "main" java.lang.NoClassDefFoundError: 
> org/apache/lucene/search/TimeLimitedCollector$TimeExceededException
> at org.apache.solr.core.SolrConfig.(SolrConfig.java:132)
> at org.apache.solr.core.SolrConfig.(SolrConfig.java:101)
>...
> }}
> Updating the lucene-core-2.4-dev.jar that is included in the nightly to a 
> more current snapshot resolves the problem (tested with Lucene r685576).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (SOLR-697) Lucene TimeLimitCollector

2008-08-15 Thread Wayne Graham (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12622885#action_12622885
 ] 

Wayne Graham commented on SOLR-697:
---

Lars, yes you are correct. The Lucene jars in the Solr trunk appear to be 
causing the issue I was experiencing. If someone could commit a newer version 
of the Lucene jars into the trunk, it would fix at least this issue. So far, 
the new Lucene jars haven't broken anything else (at least that I've noticed).

> Lucene TimeLimitCollector
> -
>
> Key: SOLR-697
> URL: https://issues.apache.org/jira/browse/SOLR-697
> Project: Solr
>  Issue Type: Bug
>  Components: update
>Affects Versions: 1.3
>Reporter: Wayne Graham
> Fix For: 1.3
>
>
> When instantiating a SolrCore using the Solr API, a Lucene exception is thrown
> {{
> org.apache.solr.core.SolrResourceLoader createClassLoader
> INFO: Reusing parent classloader
> Exception in thread "main" java.lang.NoClassDefFoundError: 
> org/apache/lucene/search/TimeLimitedCollector$TimeExceededException
> at org.apache.solr.core.SolrConfig.(SolrConfig.java:132)
> at org.apache.solr.core.SolrConfig.(SolrConfig.java:101)
>...
> }}
> Updating the lucene-core-2.4-dev.jar that is included in the nightly to a 
> more current snapshot resolves the problem (tested with Lucene r685576).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (SOLR-697) Lucene TimeLimitCollector

2008-08-14 Thread Wayne Graham (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12622548#action_12622548
 ] 

Wayne Graham commented on SOLR-697:
---

Sorry for the confusion...

I was using Solr nightly (2008-08-13) and was having the issue. I grabbed the 
Lucene trunk at r685576 and replaced the lucene-core-2.4-dev.jar from the 
Lucene trunk in the Solr lib folder and the exception went away.

> Lucene TimeLimitCollector
> -
>
> Key: SOLR-697
> URL: https://issues.apache.org/jira/browse/SOLR-697
> Project: Solr
>  Issue Type: Bug
>  Components: update
>Affects Versions: 1.3
>Reporter: Wayne Graham
> Fix For: 1.3
>
>
> When instantiating a SolrCore using the Solr API, a Lucene exception is thrown
> {{
> org.apache.solr.core.SolrResourceLoader createClassLoader
> INFO: Reusing parent classloader
> Exception in thread "main" java.lang.NoClassDefFoundError: 
> org/apache/lucene/search/TimeLimitedCollector$TimeExceededException
> at org.apache.solr.core.SolrConfig.(SolrConfig.java:132)
> at org.apache.solr.core.SolrConfig.(SolrConfig.java:101)
>...
> }}
> Updating the lucene-core-2.4-dev.jar that is included in the nightly to a 
> more current snapshot resolves the problem (tested with Lucene r685576).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (SOLR-697) Lucene TimeLimitCollector

2008-08-14 Thread Wayne Graham (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12622543#action_12622543
 ] 

Wayne Graham commented on SOLR-697:
---

I was seeing the class file in the classpath, which made this a little 
difficult to track down.

When I was going through the debugging, I found this 
(http://www.nabble.com/TimeExceededException-td18754724.html) where Yonik 
suggested an old Lucene jar that was laying around. I grabbed the trunk and 
replaced the file and the problem went away. I didn't go much further than that 
in trying to figure out what was causing the issue.

I'm not sure when the snapshot was taken for Solr, but there was a bug that 
fixed intermittent failures of TestTimeLimitedCollector (LUCENE-1238) which may 
be a contributing cause. 

> Lucene TimeLimitCollector
> -
>
> Key: SOLR-697
> URL: https://issues.apache.org/jira/browse/SOLR-697
> Project: Solr
>  Issue Type: Bug
>  Components: update
>Affects Versions: 1.3
>Reporter: Wayne Graham
> Fix For: 1.3
>
>
> When instantiating a SolrCore using the Solr API, a Lucene exception is thrown
> {{
> org.apache.solr.core.SolrResourceLoader createClassLoader
> INFO: Reusing parent classloader
> Exception in thread "main" java.lang.NoClassDefFoundError: 
> org/apache/lucene/search/TimeLimitedCollector$TimeExceededException
> at org.apache.solr.core.SolrConfig.(SolrConfig.java:132)
> at org.apache.solr.core.SolrConfig.(SolrConfig.java:101)
>...
> }}
> Updating the lucene-core-2.4-dev.jar that is included in the nightly to a 
> more current snapshot resolves the problem (tested with Lucene r685576).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (SOLR-697) Lucene TimeLimitCollector

2008-08-13 Thread Wayne Graham (JIRA)
Lucene TimeLimitCollector
-

 Key: SOLR-697
 URL: https://issues.apache.org/jira/browse/SOLR-697
 Project: Solr
  Issue Type: Bug
  Components: update
Affects Versions: 1.3
Reporter: Wayne Graham
 Fix For: 1.3


When instantiating a SolrCore using the Solr API, a Lucene exception is thrown

{{
org.apache.solr.core.SolrResourceLoader createClassLoader
INFO: Reusing parent classloader
Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/lucene/search/TimeLimitedCollector$TimeExceededException
at org.apache.solr.core.SolrConfig.(SolrConfig.java:132)
at org.apache.solr.core.SolrConfig.(SolrConfig.java:101)
   ...
}}

Updating the lucene-core-2.4-dev.jar that is included in the nightly to a more 
current snapshot resolves the problem (tested with Lucene r685576).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (SOLR-404) Client for Coldfusion

2007-10-31 Thread Wayne Graham (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wayne Graham updated SOLR-404:
--

Attachment: SolColdfusion.tar.gz

The client library

> Client for Coldfusion
> -
>
> Key: SOLR-404
> URL: https://issues.apache.org/jira/browse/SOLR-404
> Project: Solr
>  Issue Type: New Feature
>Affects Versions: 1.2
> Environment: Coldfusion >= 7
> Solr >= 1.2
>Reporter: Wayne Graham
>Priority: Trivial
> Attachments: SolColdfusion.tar.gz
>
>
> This is a client library for Solr written in Coldfusion. Allows for querying 
> and updating Solr datastores.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (SOLR-404) Client for Coldfusion

2007-10-31 Thread Wayne Graham (JIRA)
Client for Coldfusion
-

 Key: SOLR-404
 URL: https://issues.apache.org/jira/browse/SOLR-404
 Project: Solr
  Issue Type: New Feature
Affects Versions: 1.2
 Environment: Coldfusion >= 7
Solr >= 1.2
Reporter: Wayne Graham
Priority: Trivial


This is a client library for Solr written in Coldfusion. Allows for querying 
and updating Solr datastores.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.