Hi,
We have an index of around 100,000 documents.
When we do a search for
"The integration of ERP into a logistics curriculum: applying a systems"
We get an index out of bounds exception.
There is a bug within bugzilla that indicates this problem.
Bug number. 10052
Howev
Hi,
When we do a search for
"The integration of ERP into a logistics curriculum: applying a systems"
We get an index out of bounds exception.
There is a bug within bugzilla that indicates this problem.
Bug number. 10052
However this bug states the fixes have been included within the latest
r
Hi all,
I was hoping someone could shed some light on this?
When I set a boost for a particular field during indexing, for example
field.setBoost(1.5f);
document.add(field);
Then do a indexwriter.optimize();
But when I do a search and get the document back, the boost value for
that field has b
hey differ you
would
know it has been replaced.
Luke
- Original Message -
From: "Steve Gaunt" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, August 03, 2005 9:34 AM
Subject: The best way to know when an index has been changed
> Hi
>
> We have a web app, which keep
Hi
We have a web app, which keep a copy of the index searcher, then reloads
the index searcher every night to obtain the latest version of the
index( as it updates every day).
However, we have a fail over mode, which will eventually use another
index on another server, it there anyway to know if