: 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
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
&
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
-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
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:
[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
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
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