Re: Which file in the lucene package is used to manipulate results..

2008-02-20 Thread markharw00d
Where can i find the information regarding embedding lucene with database. Thanks http://marceloochoa.blogspot.com/2007/09/running-lucene-inside-your-oracle-jvm.html http://issues.apache.org/jira/browse/LUCENE-434 Cheers Mark

Re: Which file in the lucene package is used to manipulate results..

2008-02-20 Thread Michael Stoppelman
rickery. > > I'm sure there will be other ways of doing this too but this seems like a > conceptually clean way of modelling it - just seeing search terms as > extensions to the document content. > > Cheers > Mark > > > - Original Message > From: sumittyag

Re: Which file in the lucene package is used to manipulate results..

2008-02-20 Thread sumittyagi
--- Original Message > From: sumittyagi <[EMAIL PROTECTED]> > To: java-user@lucene.apache.org > Sent: Wednesday, 20 February, 2008 4:43:56 PM > Subject: Re: Which file in the lucene package is used to manipulate > results.. > > > Hi Mark Harwood > I know it&#x

Re: Which file in the lucene package is used to manipulate results..

2008-02-20 Thread mark harwood
ene searches (they are all documented). Cheers Mark - Original Message From: sumittyagi <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Wednesday, 20 February, 2008 4:43:56 PM Subject: Re: Which file in the lucene package is used to manipulate results.. Hi Mark Harwo

Re: Which file in the lucene package is used to manipulate results..

2008-02-20 Thread sumittyagi
low-level trickery. > > I'm sure there will be other ways of doing this too but this seems like a > conceptually clean way of modelling it - just seeing search terms as > extensions to the document content. > > Cheers > Mark > > > - Original Message >

RE: Which file in the lucene package is used to manipulate results..

2007-12-28 Thread Steven A Rowe
> of this low-level trickery. > > > > > > I'm sure there will be other ways of doing this too but this seems > > > like a conceptually clean way of modelling it - just seeing search > > > terms as extensions to the document content. > > > >

Re: Which file in the lucene package is used to manipulate results..

2007-12-28 Thread sumittyagi
ways of doing this too but this seems like a >> conceptually clean way of modelling it - just seeing search terms as >> extensions to the document content. >> >> Cheers >> Mark >> >> >> - Original Message >> From: sumittyagi &l

Re: Which file in the lucene package is used to manipulate results..

2007-12-28 Thread sumittyagi
gt; > I'm sure there will be other ways of doing this too but this seems like a > conceptually clean way of modelling it - just seeing search terms as > extensions to the document content. > > Cheers > Mark > > > - Original Message > From: sumittyagi <[EMA

Re: Which file in the lucene package is used to manipulate results..

2007-12-24 Thread sumittyagi
eing aware of this low-level trickery. >> >> I'm sure there will be other ways of doing this too but this seems like a >> conceptually clean way of modelling it - just seeing search terms as >> extensions to the document content. >> >> Cheers >> Mark &g

Re: Which file in the lucene package is used to manipulate results..

2007-12-24 Thread sumittyagi
"click" fields > without being aware of this low-level trickery. > > I'm sure there will be other ways of doing this too but this seems like a > conceptually clean way of modelling it - just seeing search terms as > extensions to the document content. > > Cheers

Re: Re: Re: Which file in the lucene package is used to manipulate results..

2007-12-23 Thread tom
AUTOMATIC REPLY LUX is closed until 7th January 2008 most information about LUX is available at www.lux.org.uk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Which file in the lucene package is used to manipulate results..

2007-12-23 Thread tom
AUTOMATIC REPLY LUX is closed until 7th January 2008 most information about LUX is available at www.lux.org.uk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Which file in the lucene package is used to manipulate results..

2007-12-23 Thread mark harwood
L PROTECTED]> To: java-user@lucene.apache.org Sent: Sunday, 23 December, 2007 5:30:55 AM Subject: Re: Which file in the lucene package is used to manipulate results.. Actually what i have to do is... 1.) for every query(keyword), among the results obtained, the keyword will be mapped with the

Re: Which file in the lucene package is used to manipulate results..

2007-12-22 Thread sumittyagi
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

Re: Which file in the lucene package is used to manipulate results..

2007-12-21 Thread Erick Erickson
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 abou

Re: Which file in the lucene package is used to manipulate results..

2007-12-21 Thread mark harwood
ut what problem you're trying to address. Cheers Mark - Original Message From: sumittyagi <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Friday, 21 December, 2007 3:09:48 PM Subject: Re: Which file in the lucene package is used to manipulate results.. actually i am

Re: Which file in the lucene package is used to manipulate results..

2007-12-21 Thread sumittyagi
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 > d

Re: Which file in the lucene package is used to manipulate results..

2007-12-21 Thread Zhou Qi
Hi Sumittyagi, I think you can implement your factors in the scorer to obtain your desired results. 2007/12/21, mark harwood <[EMAIL PROTECTED]>: > > 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

Re: Which file in the lucene package is used to manipulate results..

2007-12-21 Thread mark harwood
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