Re: How to solve this problem

2009-08-11 Thread Malo Pichot
石川 a écrit : > Hi, > I am a newbie in lucene and am trying the 'indexing and searching' > demo of lucene 1.4.3 using kaffe 1.0.6. After inputing the query, an error > occurs as follows: > >Query: stringSearching for: string > java.lang.NoSuchMethodError: > org/apache/lucene/search/Se

Re: windows locking file problem

2009-06-22 Thread Malo Pichot
. > > Because Lucene is transactional, and assuming you use autoCommit=false > when opening the writer, you can make all of your index updates and > the searcher, even if reopened, will see none of these changes, until > you've called commit/close from the writer. > > Mike

windows locking file problem

2009-06-19 Thread Malo Pichot
Hi, I know a similar subject has been discussed in this list and this is not a "windows file system" list ;-) But may be someone have encountered the "thing"... and perhaps solved it ! I have a web application that index many documents so I have a quite large Lucene (2.2) index (~ 350 Mo) managed