Re[2]: Searching in multiple fields

2007-03-09 Thread Jack L
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

Re: production solr - app server choice ?

2007-03-09 Thread Jeff Rodenburg
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

Re: production solr - app server choice ?

2007-03-09 Thread Bertrand Delacretaz
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

RE: Searching in multiple fields

2007-03-09 Thread Chris Hostetter
: 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

Re: production solr - app server choice ?

2007-03-09 Thread rubdabadub
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

RE: Searching in multiple fields

2007-03-09 Thread Kainth, Sachin
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

RE: Searching in multiple fields

2007-03-09 Thread Kainth, Sachin
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

RE: Searching in multiple fields

2007-03-09 Thread netaji . k
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

RE: Searching in multiple fields

2007-03-09 Thread netaji . k
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)

Re: production solr - app server choice ?

2007-03-09 Thread Erik Hatcher
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

RE: Searching in multiple fields

2007-03-09 Thread Kainth, Sachin
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

Searching in multiple fields

2007-03-09 Thread netaji . k
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

Re: Hierarchical Facets

2007-03-09 Thread Erik Hatcher
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,

production solr - app server choice ?

2007-03-09 Thread rubdabadub
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