Re: Index size - to determine storage

2014-01-14 Thread Sumit Arora
Hi Amit, This excel sheet will help you estimating the index size. size-estimator-lucene-solr.xls http://lucene.472066.n3.nabble.com/file/n4111365/size-estimator-lucene-solr.xls - Sumit Arora -- View this message in context: http://lucene.472066.n3.nabble.com/Index-size-to-determine

MoreLikethis and fq not giving exact results ?

2010-09-02 Thread Sumit Arora
%2Cindustry%2Ccompany%2Cexactly_lookingversion=1.2q=id%3A *cp_4*start=0rows=100*fq=cp_* * * * * *How I can effectively use FilterQuery and MoreLikeThis ?* * * */Sumit* * * * * On Wed, Sep 1, 2010 at 8:38 PM, Sumit Arora sumit1...@gmail.com wrote: Hi All, I have provided

MoreLikethis and fq not giving exact results ?

2010-09-01 Thread Sumit Arora
Hi All, I have provided identifications ,While submitting document to Solr e.g; jp_ for job posting , cp_ for career profile , and it stores id in a form of : jp_1, or jp_2 etc or cp_1 or cp_2 etc. So when I perform standard query with fq=cp_ , then its provide me the results belong to cp_

How to do ? Articles and Its Associated Comments Indexing , One to Many relationship

2010-08-26 Thread Sumit Arora
I have set of Articles and then Comments on it, so in database I have two major tables one for Articles and one for Comments, but each Article could have many comments (One to Many). If One Article will have 20 Comments, then on DB to SOLR - Index - Sync : Solr will index 20 Similar Documents

Candidate Profile Search which have multiple employers and Educations.

2010-08-26 Thread Sumit Arora
I have to search candidate's profile , on which I have following Tables : Candidate Profile Record : CandidateProfile_Table CandidateEducation : CandidateEducation_Table // EducationIn Different Institutes or Colleges : Employers : Employers_Table //More than One Employers : If I

Re: How to do ? Articles and Its Associated Comments Indexing , One to Many relationship

2010-08-26 Thread Sumit Arora
:32 PM, Ephraim Ofir ephra...@icq.com wrote: Why not define the comment field as multiValued? That way you only index each document once and you don't need to collapse anything... Ephraim Ofir -Original Message- From: Sumit Arora [mailto:sumit1...@gmail.com] Sent: Thursday, August

Re: Candidate Profile Search which have multiple employers and Educations.

2010-08-26 Thread Sumit Arora
, but it's just to clarify the idea. You might have to pick a different field separator if pipe (|) might be in your data... Ephraim Ofir -Original Message- From: Sumit Arora [mailto:sumit1...@gmail.com] Sent: Thursday, August 26, 2010 1:36 PM To: solr-user@lucene.apache.org Subject

Re: solr

2010-08-21 Thread Sumit Arora
Please follow guidelines from : http://lucene.apache.org/solr/tutorial.html http://lucene.apache.org/solr/tutorial.html/Sumit On Sat, Aug 21, 2010 at 11:25 AM, ankita shinde ankita.shind...@gmail.comwrote: Hello, I am new to solr. Can anyone please guide me how to install and use solr?

How Solr Manages Connected Database Updates

2010-06-09 Thread Sumit Arora
Hey All, I am new to Solr Area, and just started exploring it and done basic stuff, now I am stuck with logic : How Solr Manages Connected Database Updates Scenario : -- Wrote one Indexing Program which runs on Tomcat , and by running this program, it reads data from connected MySql Database