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
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
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
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
[ 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
>
[ 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
> --
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
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
[ 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
+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
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
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
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
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:
>
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
15 matches
Mail list logo