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

Re: Hierarchical Facets

2007-03-09 Thread Erik Hatcher
On Mar 8, 2007, at 10:52 PM, Chris Hostetter wrote: or something like... level1Dir1/level1 level2Subdir1/level2 level3SubSubDir1/level3 ...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

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 search

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) that is a

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 your

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

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