Re: indexWriter

2007-02-02 Thread Rohit Lodha
flush or close the writer to create the files in the dir. Rohit On 2/2/07, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: Hello, Does anyone know why this does not work? The fileDir is of the class File and points to an empty temp directory. I tried switching true and false import org.apache

Make Document Class a Interface

2005-06-24 Thread Rohit Lodha
Hi all, Why can we not make document class as interface? -Rohit

Hierarchical Documents

2005-08-21 Thread Rohit Lodha
Hi All, Currently, Documents cannot contain other documents. I have a Graph of Objects (Documents) to search in. I could flatten them and search but... Is there any nice way to do it? Rohit