RE: Scoring based on document

2012-10-29 Thread Siraj Haider
: Wednesday, October 24, 2012 11:54 PM To: java-user@lucene.apache.org Subject: Re: Scoring based on document Hi Siraj, Even in the approach presented earlier we can have search capabilities for the individual field by making the document with the individual fields and the copy fields. Let me

Re: Scoring based on document

2012-10-24 Thread selvakumar netaji
gestions? > > regards > -Siraj > (212) 306-0154 > > -Original Message- > From: Siraj Haider [mailto:si...@jobdiva.com] > Sent: Tuesday, October 23, 2012 6:06 PM > To: java-user@lucene.apache.org > Cc: simon.willna...@gmail.com > Subject: RE: Scoring based on document &

RE: Scoring based on document

2012-10-24 Thread Siraj Haider
Any other suggestions? regards -Siraj (212) 306-0154 -Original Message- From: Siraj Haider [mailto:si...@jobdiva.com] Sent: Tuesday, October 23, 2012 6:06 PM To: java-user@lucene.apache.org Cc: simon.willna...@gmail.com Subject: RE: Scoring based on document Thanks for the suggestion

RE: Scoring based on document

2012-10-23 Thread Siraj Haider
-Original Message- From: selvakumar netaji [mailto:vvekselva...@gmail.com] Sent: Tuesday, October 23, 2012 1:58 PM To: java-user@lucene.apache.org Cc: simon.willna...@gmail.com Subject: Re: Scoring based on document Hi All, Just wanted to make sure that will approach would fails for this case. Having

Re: Scoring based on document

2012-10-23 Thread selvakumar netaji
on on how to > implement it? > > Thanks a lot for your help. > > -Siraj > (212) 306-0154 > > -Original Message- > From: Simon Willnauer [mailto:simon.willna...@gmail.com] > Sent: Tuesday, October 23, 2012 3:51 AM > To: java-user@lucene.apache.org > Subject:

RE: Scoring based on document

2012-10-23 Thread Siraj Haider
[mailto:simon.willna...@gmail.com] Sent: Tuesday, October 23, 2012 3:51 AM To: java-user@lucene.apache.org Subject: Re: Scoring based on document hey there, in Lucene 4 you can override the termStatistics / CollectionStatistics used for scoring in the IndexSearcher. You can take multiple fields into account

Re: Scoring based on document

2012-10-23 Thread Simon Willnauer
hey there, in Lucene 4 you can override the termStatistics / CollectionStatistics used for scoring in the IndexSearcher. You can take multiple fields into account here in order use it for scoring. Here is the javadoc link: http://lucene.apache.org/core/4_0_0/core/org/apache/lucene/search/IndexSe

Scoring based on document

2012-10-22 Thread Siraj Haider
I am using DefaultSimilarity and did not boost any field while indexing. My index is comprised of the following fields: - Title - Author - Bookname - Description All of the 4 fields are indexed and can be searched on by the user. Now let's say the user sea