Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread rubdabadub
On 6/15/07, Thierry Collogne [EMAIL PROTECTED] wrote: Just to be clear. This client is compatible with the 1.2 release of solr? Yes, I just tested it. @Ryan : Thank you very very much!! Been waiting for this happen for a long time !! Regards Rajesh On 15/06/07, Thierry Collogne [EMAIL

Re: Python utilities for solr?

2007-04-15 Thread rubdabadub
There is also this .. I discovered it when i was trying to find some djngo - solr working example.. http://code.google.com/p/fac-back-opac/ Cheers On 4/16/07, Mike Klaas [EMAIL PROTECTED] wrote: On 4/15/07, Jack L [EMAIL PROTECTED] wrote: Doing queries is so easy with Python, thanks to

Re: production solr - app server choice ?

2007-03-10 Thread rubdabadub
up/testing performance pages. Any other advice is always welcome. Thanks again for all the input. On 3/10/07, James liu [EMAIL PROTECTED] wrote: I use jetty and tomcat 6 under win2003. They all work well. 2007/3/10, Bertrand Delacretaz [EMAIL PROTECTED]: On 3/9/07, rubdabadub [EMAIL

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

WordNet Ontologies

2007-02-23 Thread rubdabadub
Hi: Does Solr supports ontology somehow? Has it been tried? Any tips on how should I go about doing so? Thanks. Regards

common words not stop words?? how to ??

2007-02-19 Thread rubdabadub
Hi: I was wondering how are you guys dealing with common words? What I mean by common words is the ones that fall outside the stop words category. Offcourse stop words is subjective i.e. its up to the implementor. What I would like to do is how do i increase or decrease boost value based on

Re: common words not stop words?? how to ??

2007-02-19 Thread rubdabadub
Walter: Thanks for the feedback. On 2/19/07, Walter Underwood [EMAIL PROTECTED] wrote: Lucene/Solr does this automatically. That is how a tf.idf engine works, it boosts rare words. Do you have examples of problems or are you worrying about something that might happen? Actually my use case

Re: crawler feed?

2007-02-08 Thread rubdabadub
+0200, Sami Siren wrote: rubdabadub wrote: Hi: Are there relatively stand-alone crawler that are suitable/customizable for Solr? has anyone done any trials.. I have seen some discussion about coocon crawler.. was that successfull? There's also integration path available for Nutch[1] that i

Re: crawler feed?

2007-02-07 Thread rubdabadub
Thorsten: Thank you very much for the update. On 2/7/07, Thorsten Scherler [EMAIL PROTECTED] wrote: On Wed, 2007-02-07 at 11:09 +0100, rubdabadub wrote: Hi: Are there relatively stand-alone crawler that are suitable/customizable for Solr? has anyone done any trials.. I have seen some

Re: crawler feed?

2007-02-07 Thread rubdabadub
which was used to submit docs to Solr. This solution works but the crawler is not as robust as I wanted it to be. As far as I understand SOLR-20 seems to be good to go for trunk? no? So I am lobbying for SOLR-20 :-) Cheers On 2/7/07, rubdabadub [EMAIL PROTECTED] wrote: This is really interesting

phrase query problem .. how to?

2007-02-04 Thread rubdabadub
Hi Suppose you have a field name with data - Sony CLT2134 handheld camera. When doing a phrase search like Sony Camera or sony handheld -- Solr returns 0 results. Often time our searchers doesn't know the model number but perform phrase search.. How do I solve this issue? Regards

query Exception

2007-02-02 Thread rubdabadub
Hi: Lets say you typed a wrong query i.e http://localhost:8983/solr/select/?indent=onq=video;inStock+asc+price+desc or http://localhost:8983/solr/select/?indent=onq=name: First one throws - Unknown sort order: asc price desc Second one throws - Error parsing Lucene query Above is correct

Javadoc links from solar homepage is broken?

2007-02-02 Thread rubdabadub
Hi: The following link seems to be broken from home page.. http://lucene.apache.org/solr/api/index.html I have also found several other broken links that leads to trunk as well as to api docs. Regards

Indexing RSS

2007-02-01 Thread rubdabadub
Hello list: Has anyone tried indexing RSS using SOLR? I am planning on using RSS/Atom item url as the id field? Bad choice? All the best!