14 apr 2006 kl. 18.31 skrev Doug Cutting:

karl wettin wrote:
I would like to store all in my application rather than using the Lucene persistency mechanism for tokens. I only want the search mechanism. I do not need the IndexReader and IndexWriter as that will be a natural part of my application. I only want to use the Searchable.

Implement the IndexReader API, overriding all of the abstract methods. That will enable you to search your index using Lucene's search code.

Aha, thanks.

Do I have to worry about passing a null Directory to the default constructor?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to