Hi all,
Am I right that we can only have one schema per solr server? If so, how
would you deal with the issue of submitting completely different data models
(such as clothes and cars)?
Thanks.
--
Regards,
Cuong Hoang
On 9/26/06, climbingrose <[EMAIL PROTECTED]> wrote:
Am I right that we can only have one schema per solr server? If so, how
would you deal with the issue of submitting completely different data models
(such as clothes and cars)?
If they have no relation, put them in separate servers or webapps.
I'm running the latest nightly build (2006-09-27) and cannot seem to
get the q.op parameter working. I have the default operator set to AND
and am testing with a two word query that returns no results. If I add
"OR" to the query I get results. But if I remove the OR and add
"q.op=OR" to the Solr q
On the other hand, some people I talked to also expressed interest in JMX, so
I'd encourage Simon to make that contribution.
Otis
- Original Message
From: Chris Hostetter <[EMAIL PROTECTED]>
To: solr-user@lucene.apache.org
Sent: Monday, September 25, 2006 7:37:08 PM
Subject: Re: Extendi
Regarding the security/authentication comment, perhaps something as simple as
Basic HTTP Auth would work. That is what i use for Simpy's REST API - this
example shows how it works with wget, for example:
http://www.simpy.com/doc/api/rest#auth
But I feel like that's something that can wait. T
On 9/26/06, Otis Gospodnetic <[EMAIL PROTECTED]> wrote:
On the other hand, some people I talked to also expressed interest in JMX, so
I'd encourage Simon to make that contribution.
I'm also interested in JMX.
It has different adapters, including an HTTP one AFAIK, but I don't
know how easy it