Re: One quick work-around for multiple Solr webapps in Resin

2006-04-19 Thread Ken Krugler
Hi Yonik, Very early on, some parameters were read from web.xml, and configured like so: solar.schema schema.xml solar.indexdir index Ah, that explains it. I'm not sure which is better, contex or init params (both are available at init() time), but this is an al

Re: One quick work-around for multiple Solr webapps in Resin

2006-04-19 Thread Yonik Seeley
Hi Ken, Very early on, some parameters were read from web.xml, and configured like so: solar.schema schema.xml solar.indexdir index I'm not sure which is better, contex or init params (both are available at init() time), but this is an alternative to the jindi approa

One quick work-around for multiple Solr webapps in Resin

2006-04-19 Thread Ken Krugler
Hi all, Just a quick note about how I did this. One caveat - I'm using a slightly older version of Solr, without solr.solr.home support. Also, this is fragile in the sense that it relies on (a) the current working directory being the Resin home directory, and (b) the path to the webapp must

Re: summer of code: solr for apache mail archives

2006-04-19 Thread Yonik Seeley
On 4/19/06, Doug Cutting <[EMAIL PROTECTED]> wrote: > I'd be happy to co-mentor this with someone from Solr. OK, I'll volunteer to be the co-mentor. -Yonik

[jira] Closed: (SOLR-12) SolrServletRequest needs to be more robust to prevent NPE when POSTing queries to Jetty

2006-04-19 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-12?page=all ] Yonik Seeley closed SOLR-12: Resolution: Fixed Assign To: Yonik Seeley fixed! > SolrServletRequest needs to be more robust to prevent NPE when POSTing > queries to Jetty >

[jira] Updated: (SOLR-12) SolrServletRequest needs to be more robust to prevent NPE when POSTing queries to Jetty

2006-04-19 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-12?page=all ] Hoss Man updated SOLR-12: - Attachment: solr.post.html quick and dirty form for demonstrating bug. > SolrServletRequest needs to be more robust to prevent NPE when POSTing > queries to Jetty > --

[jira] Created: (SOLR-12) SolrServletRequest needs to be more robust to prevent NPE when POSTing queries to Jetty

2006-04-19 Thread Hoss Man (JIRA)
SolrServletRequest needs to be more robust to prevent NPE when POSTing queries to Jetty --- Key: SOLR-12 URL: http://issues.apache.org/jira/browse/SOLR-12 Project: Solr Type: Bug

[jira] Created: (SOLR-11) DeDupTokenFilter{Factory}

2006-04-19 Thread Hoss Man (JIRA)
DeDupTokenFilter{Factory} - Key: SOLR-11 URL: http://issues.apache.org/jira/browse/SOLR-11 Project: Solr Type: Wish Components: search Reporter: Hoss Man I recently noticed a situation in which my Query analyzer was producing the s

[jira] Closed: (SOLR-8) need a way for tests to specify arbitrary solrconfig.xml files

2006-04-19 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-8?page=all ] Hoss Man closed SOLR-8: --- > need a way for tests to specify arbitrary solrconfig.xml files > -- > > Key: SOLR-8 > URL: http://iss

Re: summer of code: solr for apache mail archives

2006-04-19 Thread Yoav Shapira
+1, good idea, I support it. (But not volunteering to be the actual mentor as I have too much on my plate scheduled for the summer) Yoav On 4/19/06, Doug Cutting <[EMAIL PROTECTED]> wrote: > Here's an idea for a Summer of Code project: build a Solr-based search > engine for Apache's email archiv

Re: multiple solr webapps

2006-04-19 Thread Yoav Shapira
Yup, env-entry and resource-ref should both work. That's what I meant by a read-only JNDI impl, sorry if I was unclear... Yoav On 4/19/06, Bill Au <[EMAIL PROTECTED]> wrote: > It looks like we can use , which is part of the servlet specs: > > > solr/home > java.lang.String > /var/opt/solr

Re: multiple solr webapps

2006-04-19 Thread Bill Au
It looks like we can use , which is part of the servlet specs: solr/home java.lang.String /var/opt/solr/product The configuration will be the same for all containers. Bill On 4/19/06, Yoav Shapira <[EMAIL PROTECTED]> wrote: > > I'd be shocked if Jetty (regular / free) doesn't support re

summer of code: solr for apache mail archives

2006-04-19 Thread Doug Cutting
Here's an idea for a Summer of Code project: build a Solr-based search engine for Apache's email archives. This could run on lucene.zones.apache.org. It would first index the full archives, and then index new messages as they arrive. We can setup a notification mechanism for new messages wit

Re: multiple solr webapps

2006-04-19 Thread Yoav Shapira
I'd be shocked if Jetty (regular / free) doesn't support reading JNDI, as I think that's a servlet spec requirement. Some containers, like Tomcat and apparently Jetty, make a full read/write JNDI implementation not part of the core container. Yoav On 4/19/06, Bill Au <[EMAIL PROTECTED]> wrote: >

Re: multiple solr webapps

2006-04-19 Thread Bill Au
Using JNDI seems like a good approach. We will need to add JNDI support as a requirement of the appserver for running Solr. Jetty doesn't support JNDI but JettyPlus does. Bill On 4/18/06, Yoav Shapira <[EMAIL PROTECTED]> wrote: > > Hola, > > > > Do I have that correct? > > Yeah. > > -- > Yoav S