data gathering

2006-07-22 Thread Yiren Luo
I have some files located at both UNIX and WINDOWS platform. Would NFS mount and CIFS mount be sufficient as data gathering for indexing? Is there anyway to index data in the relational database? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the

Re: Special characher & ; : % index/search question

2006-07-22 Thread Yiren Luo
I think org.apache.lucene.analysis.WhitespaceAnalyzer would do it. --- Herbert Wu <[EMAIL PROTECTED]> wrote: > Hi, all, > > My document's title field contains standalone(not > contained inside a word) > special char such as &,:,%,; etc. With luke0.6 tool, > I found that these > chars are not ind

Re: java.io.IOException: Cannot delete deletable

2006-07-22 Thread Yiren Luo
Find out what cause this might be helpful. It might be a file system related issue because file.delete() acctually invokes fs.delete(this). It isn't file security related issue because a SecurityException would otherwise be thrown. --- yueyu lin <[EMAIL PROTECTED]> wrote: > Delete them manually.