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
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
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
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
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
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]
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]
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.