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: Index lucene database details.

2007-12-22 Thread Erick Erickson
The usual response is "why to you care" ? What is it that you want to know this information to accomplish? Perhaps there's an easier way than trying to get into the guts of the index Best Erick On Dec 22, 2007 9:10 PM, Berlin Brown <[EMAIL PROTECTED]> wrote: > Do you guys have article links

Index lucene database details.

2007-12-22 Thread Berlin Brown
Do you guys have article links or other documents to describe the lucene database. Eg. what is it composed of? -- Berlin Brown http://botspiritcompany.com/botlist/spring/help/about.html - To unsubscribe, e-mail: [EMAIL PROTECT

Re: Infrastructure Question

2007-12-22 Thread Dennis Kubes
When we started we had 5 machines that were 800mghz and maybe 512M to 1G of ram. It was enough to get started and start testing things although I wouldn't recommend that setup because looking back I don't think it was enough. And of course we started getting OutOfMemory errors pretty quickly

Pagination ...

2007-12-22 Thread Dragon Fly
Hi, What is the most efficient way to do pagination in Lucene? I have always done the following because this "flavor" of the search call allows me to specify the top N hits (e.g. 1000) and a Sort object: TopFieldDocs topFieldDocs = searcher.search(query, null, 1000, SORT_BY_DATE); Is it

Re: Re: Re: optimize Index problem

2007-12-22 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: optimize Index problem

2007-12-22 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: optimize Index problem

2007-12-22 Thread Grant Ingersoll
What is the exception you got? -Grant On Dec 22, 2007, at 12:21 AM, Zhou Qi wrote: Hi guys, I met some trouble in optimizing the index. The index looks fine in Luke and I can carry out the search in the index. However, when I try to merge all these seperated files into a complete index.