Actually what i have to do is...
1.) for every query(keyword), among the results obtained, the keyword will
be mapped with the page clicked, along with the no. of clicks for that
keyword on that page
2.) next time for the same query(keyword), the mapped pages will be ranked
higher considering the no. of clicks too..
3.) for every new query these steps will be repeated...
this was a very high level view , i have made algorithms for these modules
and trying to incorporate with lucene but dont know , on which files i have
to do edition to make it work...
please help me regarding this, if you need some more explanation, please let
me know...
thanks 
Sumit Tyagi





Erick Erickson wrote:
> 
> You still haven't explained *why* you want to rerank results. What
> is the use-case you're trying to implement? Quite often it's turned
> out for me that when I let folks on the list know what the use
> case I'm trying to support is, they come up with much more elegant
> solutions than I was thinking about.
> 
> For instance, does the CustomScoreQuery class have any relevance
> to your problem?
> 
> If you're thinking of modifying the core Lucene code for your
> special purpose, I'd advise against it unless and until you'd exhausted
> all the other options. It's always a maintenance headache to do this.
> 
> Best
> Erick
> 
> On Dec 21, 2007 10:09 AM, sumittyagi <[EMAIL PROTECTED]> wrote:
> 
>>
>> actually i am writing a module to rerank the results, so i want to edit
>> the
>> file which arrange the results and give them ranks,
>> or is there any other way i can use my module to rerank the results
>>
>>
>> markharw00d wrote:
>> >
>> > I think you need to describe your "factors" in more detail. Exactly
>> what
>> > do you want to achieve for your users?
>> > We could be talking about any number of Lucene functions here.
>> >
>> > ----- Original Message ----
>> > From: sumittyagi <[EMAIL PROTECTED]>
>> > To: java-user@lucene.apache.org
>> > Sent: Friday, 21 December, 2007 4:51:09 AM
>> > Subject: Which file in the lucene package is used to manipulate
>> results..
>> >
>> >
>> > hi, i am using lucene for the very first time and want to manipulate
>> >  the
>> > results, by adding some more factors to it, which file should i edit to
>> > manipulate the search results....
>> >
>> > Thanks
>> > Sumit Tyagi
>> > --
>> > View this message in context:
>> >
>> >
>> http://www.nabble.com/Which-file-in-the-lucene-package-is-used-to-manipulate-results..-tp14450335p14450335.html
>> > Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>> >
>> >
>> >
>> >
>> >
>> >       __________________________________________________________
>> > Sent from Yahoo! Mail - a smarter inbox http://uk.mail.yahoo.com
>> >
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Which-file-in-the-lucene-package-is-used-to-manipulate-results..-tp14450335p14456938.html
>> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Which-file-in-the-lucene-package-is-used-to-manipulate-results..-tp14450335p14476062.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to