Re: Encryption

2006-05-07 Thread George Washington
Thank you all for your replies (and Otis and John for your lively sense of humour as well). I obviously accept the need to encrypt the index, but am not sure that using the Windows (or Linux) file system encryption will solve the problem. My understanding is that both cannot be under my applicat

How lucene merge search results

2006-05-07 Thread wu fox
Hi all: Someone told me recently when lucene search a query which cotains several clauses ,for example: title:"lucene in action" AND publisher:manning ,lucene first search title:"lucene in action" and then search publisher:manning ,lucene will combine the results of these tow search process,I ju

Invoking luke when No sub-file with id ... found

2006-05-07 Thread Paul Elschot
Dear readers, I had this error message from luke when opening a recent index: No sub-file with id ... found After looking around a bit on the web I found the problem mentioned several times, but no solution. Putting the lucene jar that created the index on the classpath before lukeall.jar allows

The best Chinese Analyzer?

2006-05-07 Thread Bob Cheung
I have a question for those who have used Lucene to index and search for Chinese Characters, what is the best Analyzer for the job? I know all these three can do the job: 1. StandardAnalyzer 2. CJKAnalyzer 3. ChineseAnalyzer What are the difference between these 3 analyzers? TIA. Regards, Bob