Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Plucene Scoring

by nmcfarl (Pilgrim)
on Dec 19, 2005 at 23:44 UTC ( [id://517933]=note: print w/replies, xml ) Need Help??


in reply to Plucene Scoring

So reading the docs for Plucene::Search::Query, it looks like scorers plug into queries. Usually they are baked into subclasses of Query in the _scorer method. The query in turn gets sent into IndexSearcher 's search_top (source) which returns the top scoring results for that query (using that query's scorer).

But since that does not quite track your code sample, I'm not certain if that's the use case, and thus the info you are looking for

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://517933]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-20 00:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found