[jira] Created: (SOLR-438) Allow multiple stopword files

2007-12-17 Thread Otis Gospodnetic (JIRA)
Allow multiple stopword files - Key: SOLR-438 URL: https://issues.apache.org/jira/browse/SOLR-438 Project: Solr Issue Type: Improvement Components: search Affects Versions: 1.3 Reporter:

[jira] Updated: (SOLR-438) Allow multiple stopword files

2007-12-17 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic updated SOLR-438: -- Attachment: SOLR-438.patch Allow multiple stopword files -

[jira] Commented: (SOLR-438) Allow multiple stopword files

2007-12-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552432 ] Yonik Seeley commented on SOLR-438: --- Seems like this could be a more general feature for all the one-entry-per-line

[jira] Created: (SOLR-439) SolrInputDocument should preserve Field addition order

2007-12-17 Thread Grant Ingersoll (JIRA)
SolrInputDocument should preserve Field addition order -- Key: SOLR-439 URL: https://issues.apache.org/jira/browse/SOLR-439 Project: Solr Issue Type: Improvement Components:

Re: purpose of MultiCore default ?

2007-12-17 Thread Henrib
May be a bit late and not strictly about the Multicore default discussion but trying to aggregate the ideas; What about an alias/unalias feature that would allow managing multiple aliases (at least one) for each core? In the 'multiple index versions' scenario where someone would like to reindex

[jira] Resolved: (SOLR-439) SolrInputDocument should preserve Field addition order

2007-12-17 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved SOLR-439. Resolution: Fixed Fix Version/s: 1.3 Assignee: Ryan McKinley committed in rev 604951

Need help setting up with Eclipse and Tomcat - looking for $consultant

2007-12-17 Thread Robert Douglass
Hi list, (Sorry for the cross posting but I realized I'd have the more appropriate audience on this list) I was once a Java developer but have spent the past years working on the Drupal project (PHP). This means my Java skills have weakened a bit. In particular, I'm not sure how to go about

Resource contention problem in Solrj

2007-12-17 Thread climbingrose
There seems to be resource contention problem with Solrj under load. To reproduce the problem: set up a sample webapp with solrj connect to a HTTP Solr instance and hammer the webapp with Apache ab (say 10 concurrent connection with 100 requests). You'll notice that the webapp's servlet container

Re: Resource contention problem in Solrj

2007-12-17 Thread Yonik Seeley
Excellent! Thanks for diagnosing this! -Yonik On Dec 17, 2007 9:00 PM, climbingrose [EMAIL PROTECTED] wrote: There seems to be resource contention problem with Solrj under load. To reproduce the problem: set up a sample webapp with solrj connect to a HTTP Solr instance and hammer the webapp