Debian Lenny + Apache Tomcat 5.5 + Solr 1.4

2009-12-04 Thread rajan chandi
Hi All, We've deployed 4 instances of Solr on a debian server. It is taking only 1.5 GB of RAM on local ubuntu machine but it is taking 2.0 GB plus on Debian Lenny server. Any ideas/pointers will help. Regards Rajan

Re: Debian Lenny + Apache Tomcat 5.5 + Solr 1.4

2009-12-04 Thread rajan chandi
for itself based on what the box looks like (ram, cpus, OS, etc). Are they both the same architecture (32 bit or 64 bit?) -Yonik http://www.lucidimagination.com p.s. in general cross-posting to both solr-user and solr-dev is discouraged. On Fri, Dec 4, 2009 at 5:27 AM, rajan chandi chandi.ra

Re: Debian Lenny + Apache Tomcat 5.5 + Solr 1.4

2009-12-04 Thread rajan chandi
My local ubuntu 9.04 64 bit taking 1.5 GB is not a VM and Debian Lenny 64 bit taking 2 GB is a Xen Instance. - Rajan On Sat, Dec 5, 2009 at 10:51 AM, rajan chandi chandi.ra...@gmail.comwrote: We are using 64 bit VM with 64 bit JDK on it. It is 2.00 GB RAM Zen instance. We're setting up max

Re: Debian Lenny + Apache Tomcat 5.5 + Solr 1.4

2009-12-04 Thread rajan chandi
:00 UTC 2009 i686 GNU/Linux May be that is the reason why Server is taking more RAM. Thanks all for your responses. Regards Rajan On Sat, Dec 5, 2009 at 11:06 AM, rajan chandi chandi.ra...@gmail.comwrote: My local ubuntu 9.04 64 bit taking 1.5 GB is not a VM and Debian Lenny 64 bit taking 2

Re: Solr via ruby

2009-09-17 Thread rajan chandi
We are planning to use the external Solr on tomcat for scalability reasons. We thought that EmbeddedSolrServer uses HTTP too to talk with Ruby and vise-versa as in acts_as_solr ruby plugin. If Ruby is not using the HTTP to talk EmbeddedSolrServer, what is it using? Thanks and Regards Rajan

Re: Retrieving a field from all result docuemnts couple of more queries

2009-09-16 Thread rajan chandi
You might be talking about modifying the similarity object to modify scoring formula in Lucene! $searcher-setSimilarity($similarity); $writer-setSimilarity($similarity); This can very well be done in Solr as SolrIndexWriter inherits from Lucene IndexWriter class. You might want to download

Re: Retrieving a field from all result docuemnts couple of more queries

2009-09-16 Thread rajan chandi
of HitCollector where I can bypass the scoring altogether. And I prefer to do it by changing the configuration. --shashi On Wed, Sep 16, 2009 at 6:36 PM, rajan chandi chandi.ra...@gmail.com wrote: You might be talking about modifying the similarity object to modify scoring formula in Lucene

Re: Netbeans and Solr : Whac-A-Mole

2009-09-07 Thread rajan chandi
We use command-line for most stuff except editing/debugging! 2009/9/7 Noble Paul നോബിള്‍ नोब्ळ् noble.p...@corp.aol.com This testcase is quite independent of anything in Solr. It is a standalone utility and the only dependency is stax. discalimer (I run these testcases from Intellij and

A very complex search problem.

2009-09-02 Thread rajan chandi
and regards Rajan Chandi

Re: A very complex search problem.

2009-09-02 Thread rajan chandi
from Birger:- e.g. If a user uploads a document, we need to put all her contact ids on the document as tags. This will boost the search performance. Thanks and regards Rajan Chandi On Wed, Sep 2, 2009 at 3:44 PM, Lie, Birger birger@expert.no wrote: Hi, If you store all mutual relations

Re: A very complex search problem.

2009-09-02 Thread rajan chandi
Hi Gwk, Thanks for the pointers. The only concern will be the relevance. Lucene has the best relevance capability so far. CouchDB sounds to be interesting though. May be We'll try to find some bench-marks on relevance score of CouchDB. Thanks and Regards Rajan Chandi On Wed, Sep 2, 2009 at 4

Re: A very complex search problem.

2009-09-02 Thread rajan chandi
Rajan Chandi On Wed, Sep 2, 2009 at 4:22 PM, Lie, Birger birger@expert.no wrote: HI, I might be unclear in what I mean. Usually people have friends in common, so if you 1) create and store a relationship between user x and y, and give that an id. 2) x knows z than there is a probability

Re: Using SolrJ with Tika

2009-09-02 Thread rajan chandi
Laurent, Check-out Solr 1.4. You can download the trunk and Build it on your box. The Solr 1.4 does this out-of-the-box. No configuration required. You can use HTTP POST to post the document using some Linux utility like Curl and the PDF/Word/RTF/PPT/XLS etc. will be indexed. We tested this

Re: Re : Using SolrJ with Tika

2009-09-02 Thread rajan chandi
De : rajan chandi chandi.ra...@gmail.com À : solr-user@lucene.apache.org Envoyé le : Mercredi, 2 Septembre 2009, 16h13mn 22s Objet : Re: Using SolrJ with Tika Laurent, Check-out Solr 1.4. You can download the trunk and Build it on your box. The Solr

Re: A very complex search problem.

2009-09-02 Thread rajan chandi
rajan chandi chandi.ra...@gmail.com Thank you Birger for the pointer to HBase. HBase sounds interesting. We will consider this for - people you may know. We are trying to address a different problem of searching from a well defined list of contacts. A huge ORed query sounds good

Re: Quickly view index files?

2009-09-02 Thread rajan chandi
Use Apache Luke. If you're using new Lucene. You might need to add Lucene 2.9 Jar files to the Luke and build it. Cheers Rajan On Wed, Sep 2, 2009 at 2:02 PM, Jason Rutherglen jason.rutherg...@gmail.com wrote: Is there a quick way to view index files?

Re: Quickly view index files?

2009-09-02 Thread rajan chandi
I would recommend using the IndexReader class. That could be the fastest possible :) Cheers Rajan On Wed, Sep 2, 2009 at 2:22 PM, Jason Rutherglen jason.rutherg...@gmail.com wrote: I needed to mention through the web UI. Solr Luke takes ages to load. On Wed, Sep 2, 2009 at 11:05 AM, rajan

Re: How to set similarity to catch more results ?

2009-08-31 Thread rajan chandi
There are fuzzy searches which might be able to help a bit. There could be more but I am just a newbie. Regards Rajan On Mon, Aug 31, 2009 at 3:30 PM, Kaoul kaoul@gmail.com wrote: Hello, I'm new to Solr and don't find in documentation how-to to set similarity. I want it more flexible,