RE: new Lucene release: 1.2 RC2

2001-10-22 Thread Doug Cutting
From: Sunil Zanjad [mailto:[EMAIL PROTECTED]] Indexes left in an inconsistent state on crash (i don't remember who I believe that even I have reported it. This happens on abrupt exit of the JVM To do this I had one thread updating a directory containing many .txt files and

Re(2): newbi question

2001-10-22 Thread Andrew Cottrell
[EMAIL PROTECTED] writes: public class Search { public static void main(String[] args) { try{ String indexPath = d:\\org, queryString = parag; Searcher searcher = new IndexSearcher(indexPath); Hm, are you sure it should be two slashes? Alternately, try using

RE: Context specific summary with the search term

2001-10-22 Thread Doug Cutting
From: Lee Mallabone [mailto:[EMAIL PROTECTED]] I'm trying to implement this and should be able to contribute any succesful results, but I need to produce context on a per-field basis. Eg. if I got a token hit in the text body of a document, but the first hit token was a word in the section

RE: new Lucene release: 1.2 RC2

2001-10-22 Thread Sunil Zanjad
From: Sunil Zanjad [mailto:[EMAIL PROTECTED]] Indexes left in an inconsistent state on crash (i don't remember who I believe that even I have reported it. This happens on abrupt exit of the JVM To do this I had one thread updating a directory containing many .txt files and I

RE: new Lucene release: 1.2 RC2

2001-10-22 Thread Sunil Zanjad
Hi, Two weeks back I did have the problem which I stated. But I am unable to reproduce the results currently. I tested and retested but couldnt repeat the same. Doug have U guys fixed the issue long back itself ? (The only thing I have done fresh is to download the latest lucene-1.2-rc1.zip file

Re: new Lucene release: 1.2 RC2

2001-10-22 Thread Steven J. Owens
Sunil, Two weeks back I did have the problem which I stated. But I am unable to reproduce the results currently. I tested and retested but couldnt repeat the same. Doug have U guys fixed the issue long back itself ? (The only thing I have done fresh is to download the latest