Re: Debian Lenny + Apache Tomcat 5.5 + Solr 1.4

2009-12-04 Thread rajan chandi
20:50: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 wrote: > 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 X

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 wrote: > 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
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

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: Solr via ruby

2009-09-23 Thread rajan chandi
dard setup for performance from what you > suggest here and most of the performance tweaks I thought of are already in > use. > > Ian. > > On Fri, Sep 18, 2009 at 3:09 AM, Erik Hatcher >wrote: > > > > > On Sep 18, 2009, at 1:09 AM, rajan chandi wrote: > >

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
ector 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 > wrote: > > You might be talking about modifying the similarity object to modify > scoring >

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: 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 നോബിള്‍ नोब्ळ् > 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 command line) > BTW are yo

Re: Netbeans and Solr : Whac-A-Mole

2009-09-07 Thread rajan chandi
We've set-up NetBeans with Solr but we are using command-line for most of the stuff except for editing the code. Does your code build from NetBeans? If not what errors do you see? Regards Rajan On Mon, Sep 7, 2009 at 3:26 PM, Fergus McMenemie wrote: > Hello all, > > I would appreciate help fro

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 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 chandi > wr

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 wrote: > Is there a quick way to view index files? >

Re: A very complex search problem.

2009-09-02 Thread rajan chandi
efficient. > > regards, > aakash > > > > 2009/9/2 rajan chandi > > > Thank you Birger for the pointer to HBase. > > > > HBase sounds interesting. We will consider this for - "people you may > > know". > > > > We are trying to ad

Re: Re : Using SolrJ with Tika

2009-09-02 Thread rajan chandi
oking for a way to do the same thing for rich document, once my > webapp has finished its job with the document. > > Regards, > > Laurent > > > > > > > De : rajan chandi > À : solr-user@lucene.apache.org > Envoyé le : Me

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 las

Re: A very complex search problem.

2009-09-02 Thread rajan chandi
nd regards Rajan Chandi On Wed, Sep 2, 2009 at 4:22 PM, Lie, Birger 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

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

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 wrote: > Hi, > If you store all mutual relations in a database,

A very complex search problem.

2009-09-02 Thread rajan chandi
ll help. Thanks and regards Rajan Chandi

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 wrote: > Hello, > > I'm new to Solr and don't find in documentation how-to to set > similarity. I want it more flexible, as if I make a mi