token
(something like the final lucene score should be interpolation of uni-gram
score, bi-gram score, tri-gram score,... and so on)
Any help is much appreciated.
Thanks
--
-Regards,
Rajen Chatterjee.
AM, wrote:
> Hi,
>
> I am trying to find the actual lucene score of the document after the
> search. I have set different boost values to fields. I am using
> document.getBoost(), to find the score but I am getting document boost as 1
> for all the documents.
>
> Is there
Hi,
I am trying to find the actual lucene score of the document after the search. I
have set different boost values to fields. I am using document.getBoost(), to
find the score but I am getting document boost as 1 for all the documents.
Is there any way I can calculate the actual score of the
Hi,
I search using the ComplexPhraseQueryParser (e.g. "great* sum*"), it becomes
SpanNearQuery so i cannot use multiTermQuery.setRewriteMethod(). Because prefix
query is constant query, it can only sort the document by the order of reading
files.
Which method should I use to change it? And
Hi,
I search using the ComplexPhraseQueryParser (e.g. "great* sum*"), it becomes
SpanNearQuery so i cannot use multiTermQuery.setRewriteMethod(). Because prefix
query is constant query, it can only sort the document by the order of reading
files.
Which method should I use to change it? And
: Hi,
:
: How to normalize the Lucene score to the range [0, 1]?
http://wiki.apache.org/lucene-java/ScoresAsPercentages
-Hoss
-
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e
ullegaddi wrote:
> Hi,
>
> How to normalize the Lucene score to the range [0, 1]?
>
> Thanks,
> Prashant.
signature.asc
Description: PGP signature
Hi,
How to normalize the Lucene score to the range [0, 1]?
Thanks,
Prashant.
: in some cases we have the problem that for a document the ScoreDoc score
: differs at the last digit of the float from the score reported by the
: explanation functionality of lucene. For example:
:
: ScoreDoc: 16.770466 -- Explanation: 16.770468 = (MATCH) sum of: ...
: ScoreDoc: 21.118656 --
Hi,
in some cases we have the problem that for a document the ScoreDoc score
differs at the last digit of the float from the score reported by the
explanation functionality of lucene. For example:
ScoreDoc: 16.770466 -- Explanation: 16.770468 = (MATCH) sum of: ...
ScoreDoc: 21.118656 -- Explanat
excitingComm2 wrote:
Hi everybody,
as far as I know the lucene score is an arbitrary number between 0.0 and
1.0.
Is this correct, that the scores in my resultset are always normalised to
this spread or is it possible to get higher scores?
Regards,
John W.
Hits is the class that did the
Hi everybody,
as far as I know the lucene score is an arbitrary number between 0.0 and
1.0.
Is this correct, that the scores in my resultset are always normalised to
this spread or is it possible to get higher scores?
Regards,
John W.
--
View this message in context:
http://www.nabble.com
: I have attempted to find a concise definition of how the Lucene score is
: calculated, something that can be understood by most people.
The answer tends to vary based on exactly what type of query you are
talking about ... TermQuery? PhraseQuery? BooleanQuery contianing a mix?
I'm
o like math can read the formula.
-Grant
On Sep 3, 2008, at 6:17 AM, Jon Loken wrote:
Hi all,
I have attempted to find a concise definition of how the Lucene
score is
calculated, something that can be understood by most people.
The information I found is accurate, but not particularl
Hi all,
I have attempted to find a concise definition of how the Lucene score is
calculated, something that can be understood by most people.
The information I found is accurate, but not particularly concise.
http://hudson.zones.apache.org/hudson/job/Lucene-trunk/javadoc//org/apac
he/lucene
core for a
query from field1 and field2 are score1 and score2 respectively.now
when computing the final lucene score I instead of score1,I want to
use some function (f(score1)) of that score.
--
Grant Ingersoll
http://www.lucenebootcamp.com
Next Training: April 7, 2008 a
se I have two field field1 and field2 and let the score for a
> > query from field1 and field2 are score1 and score2 respectively.now
> > when computing the final lucene score I instead of score1,I want to
> > use some function (f(score1)) of that score.
>
>
help.
-Grant
On Mar 24, 2008, at 2:26 AM, Nizamul wrote:
Suppose I have two field field1 and field2 and let the score for a
query from field1 and field2 are score1 and score2 respectively.now
when computing the final lucene score I instead of score1,I want to
use some function (f(score1)) of
Suppose I have two field field1 and field2 and let the score for a query from
field1 and field2 are score1 and score2 respectively.now when computing the
final lucene score I instead of score1,I want to use some function (f(score1))
of that score.
Document boost is distributed to each field when creating the index.
It is not stored anywhere. So it's not in the equation to calculate score.
--
Chris Lu
Lucene Search RAD on Any Database
http://www.dbsight.net
On 8/8/05, Andrew Hudson <[EMAIL PROTECTED]> wrote:
> Is the docboos
Is the docboost being used in scoring currently? I haven't been able
to see a clear connection between it and the score that lucene
calculates both empirically and in the scoring code itself.
Andrew
On 8/8/05, Otis Gospodnetic <[EMAIL PROTECTED]> wrote:
> It's in the Javadoc for Similarity class
It's in the Javadoc for Similarity class.
You can use that along with Explanation (class) to get a good picture
of what's going on with scoring.
Otis
--- Dan Armbrust <[EMAIL PROTECTED]> wrote:
> I know there used to be a webpage that gave the algorithm used by
> Lucene
> for scoring, along wi
I know there used to be a webpage that gave the algorithm used by Lucene
for scoring, along with some info on what each variable controlled, to
some extent... I was looking to brush up on what the idf controls (and
what will happen if I override it) but I can't seem to find that page
any longer
Hi
Does lucene relevancy score depend on the total number of documents in
the index? Will I get different scores for the same document for the
same query for indexes of different sizes? If it does, when does it
return a higher score?
Thanks in advance,
Ravi.
24 matches
Mail list logo