| clear query|facets|time |
Search criteria: relevent computation.
Results from 1 to 10 from
488 (0.128s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Computing Relevancy Differently - Lucene - [mail # user]
|
|
..., 2003 1:57 PM Subject: Re: Computing Relevancy Differently to, documents? would to like: ...
|
|
|
Author: Terry Steichen,
2003-02-10, 19:28
|
|
|
Re: Computing Relevancy Differently - Lucene - [mail # user]
|
|
... the selective boost mechanism might do the trick. I admitted that I don't know (nor care to know) the theory behind how relevancy is computed. So far I've been told to review the archives (which I...
|
|
... on the wrong list by mistake? Terry From: "Leo Galambos" To: "Lucene Users List" Sent: Sunday, January 26, 2003 11:56 AM Subject: Re: Computing Relevancy Differently ==>I have no idea of what...
|
[+ show more]
[- hide]
| ...I admit to a bit of frustration. With the past several messages, I simply asked (or, more accurately, tried to ask) how to alter the way that Lucene ranks relevancy, and I asked whether... |
|
|
Author: Terry Steichen,
2003-01-27, 02:12
|
|
|
Re: Computing Relevancy Differently - Lucene - [mail # user]
|
|
...'d appreciate them. Regards, Terry From: "Terry Steichen" To: "Lucene Users List" Sent: Monday, February 10, 2003 2:28 PM Subject: Re: Computing Relevancy Differently with supposed factor like: ...
|
|
...'s no change whatsoever in the computed scores, and 2) The debugging messages never get printed out. I know the WESimilarity is being used (because if I rename it I get an exception), but it does...
|
|
|
Author: Terry Steichen,
2003-02-28, 18:43
|
|
|
Re: Computing Relevancy Differently - Lucene - [mail # user]
|
|
...). Regards, Terry From: "Doug Cutting" To: "Lucene Users List" Sent: Friday, February 28, 2003 5:52 PM Subject: Re: Computing Relevancy Differently WESimilarity.java, you using being weight...
|
|
|
Author: Terry Steichen,
2003-03-01, 01:34
|
|
|
Re: Computing Relevancy Differently - Lucene - [mail # user]
|
|
...: Computing Relevancy Differently fewer than ...
|
|
|
Author: Terry Steichen,
2003-02-08, 23:36
|
|
|
Re: Computing Relevancy Differently - Lucene - [mail # user]
|
|
... Users List" Sent: Saturday, January 25, 2003 2:09 AM Subject: Re: Computing Relevancy Differently ...
|
|
...I read all the relevant references I could find in the Users (not Developers) list, and I still don't exactly know what to do. Let me explain a bit more. The documents I index are all...
|
[+ show more]
[- hide]
| ...: the headline and the body. What I'd like to do is get a relevancy-based order in which (a) longer documents tend to get more weight than shorter ones, (b) a document body with 'X' instances of a query... |
| ...? Regards, Terry PS: I'm also wondering if the fact that I have so many other fields, this may affect the ranking in a way that diminishes the relevance of the headline and/or body fields? PSS: I... |
|
|
Author: Terry Steichen,
2003-01-26, 16:27
|
|
|
Computing Relevancy Differently - Lucene - [mail # user]
|
|
...How would one go about altering the formula for relevancy? (That is, which modules and which code?) I'm certain that the current algorithm is well founded in logic and probably works well...
|
|
... in many environments. However, I find that, as I index news stories, the current algorithm frequently doesn't produce meaningful rankings. In previous discussions in this list about relevancy...
|
|
|
Author: Terry Steichen,
2003-01-25, 01:49
|
|
|
Re: Computing Relevancy Differently - Lucene - [mail # user]
|
|
...Your attachment did not make it, so I cannot see your code. If you think there's a bug, cuold you please provide a complete, self-contained test case? You could, for exampl...
|
|
|
Author: Doug Cutting,
2003-02-28, 22:52
|
|
|
Re: Computing Relevancy Differently - Lucene - [mail # user]
|
|
...Terry Steichen wrote: The goal of the default implementation is not to give any special weight to shorter documents, but rather to remove the advantage longer documents hav...
|
|
|
Author: Doug Cutting,
2003-02-10, 18:57
|
|
|
Re: Computing Relevancy Differently - Lucene - [mail # user]
|
|
...Terry Steichen wrote: In the latest sources this can all be done by defining your own Similarity implementation. You can make longer documents score higher by overrid...
|
|
|
Author: Doug Cutting,
2003-02-07, 19:37
|
|
|
|