Hi:
I am wondering what everyone is using when it comes to app server i.e.
Jetty, Resin, Tomcat etc. I have seen the wiki pages .. seems like in
Resin you can setup multiple solr-app (Ryan are you doing this? Sorry
I don't know enough to know what is the benefit of such setup).
What about SUN's
On Mar 8, 2007, at 10:52 PM, Chris Hostetter wrote:
or something like...
Dir1
Subdir1
SubSubDir1
...but this is why Hierarchical facets are hard.
I've not yet tackled hierarchical facets myself despite the demand
being there. It seems there are various ways this could be
implemented,
Hello,
We have 4 fields in our XML file --- Description, title, Subject,notes.
I need to search in all these fields, how do I do that?.
For Example
When I search Description: php, we are able to get records that are
matching only with description field. But I want those records in which
title an
Well,
One way you can do this is:
"Description:php AND title:php AND Subject:php AND notes:php"
The other option is to create an extra field in your index called All
(or whatever) that is a concatenation of these fields with a big slop
between the four parts of this field and then you can searc
We use jetty on a few applications with no problem. I recommend it
unless and until you outgrow it (but I doubt you will). Resin, in
my past experience with it, is fantastic. But no need to even go
there until you outgrow Jetty I don't think. lucenebook.com, for
example, is entirely dr
sorry it did work and it is working for OR too.
i will try the second method too.
thank you
aditya
> Well,
>
> One way you can do this is:
>
> "Description:php AND title:php AND Subject:php AND notes:php"
>
> The other option is to create an extra field in your index called All
> (or whatever)
Description:php AND title:php AND Subject:php AND notes:php
this one did not work
i will try the other way too and see
thanks
aditya
> Well,
>
> One way you can do this is:
>
> "Description:php AND title:php AND Subject:php AND notes:php"
>
> The other option is to create an extra field in y
The AND has to be in all caps.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 09 March 2007 10:42
To: solr-user@lucene.apache.org
Subject: RE: Searching in multiple fields
Description:php AND title:php AND Subject:php AND notes:php
this one did not work
i
Well,
AND will find documents that have php in all fields but OR will find
documents that have php in any field so you can try the same query with
all ORs.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 09 March 2007 10:42
To: solr-user@lucene.apache.org
Subj
Thanks Erik!
On 3/9/07, Erik Hatcher <[EMAIL PROTECTED]> wrote:
We use jetty on a few applications with no problem. I recommend it
unless and until you outgrow it (but I doubt you will). Resin, in
my past experience with it, is fantastic. But no need to even go
there until you outgrow Jetty
: AND will find documents that have php in all fields but OR will find
: documents that have php in any field so you can try the same query with
: all ORs.
For the record, this is where the DixMaxRequestHandler really shines ...
instead of needing to query for "php" in each of those fields, you j
On 3/9/07, rubdabadub <[EMAIL PROTECTED]> wrote:
...I am wondering what everyone is using when it comes to app server i.e.
Jetty, Resin, Tomcat etc
I suspect that asking four people might give you five different
answers on this one ;-)
Whichever servlet container you use, IMHO the importa
We're running solr with multiple webapps under Tomcat 5.5.17, runs fine. We
have it deployed on FC5, FC6 and RHEL4 distros. Works the same on all of
them, no blocking issues.
From a general perspective, Bertrand is correct: go with what you know as
long as it meets your needs.
On 3/9/07, Be
Hello Sachin,
I'm not understanding the second option. Could you explain a bit?
--
Best regards,
Jack
Friday, March 9, 2007, 2:35:36 AM, you wrote:
> Well,
> One way you can do this is:
> "Description:php AND title:php AND Subject:php AND notes:php"
> The other option is to create an extra
14 matches
Mail list logo