lucene arrayIndexOutOfBoundesException

2005-12-16 Thread Steve Gaunt
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

all stop words in exact phrase get 0 hits

2005-12-15 Thread Steve Gaunt
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

Boost value is lost

2005-09-21 Thread Steve Gaunt
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

RE: The best way to know when an index has been changed

2005-08-03 Thread Steve Gaunt
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

The best way to know when an index has been changed

2005-08-03 Thread Steve Gaunt
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