Re: using lucene as a dictionary database?

2004-11-05 Thread Otis Gospodnetic
Yes, you could certainly use Lucene for that. If public APIs don't do it for you, there is certainly some nice code under the hood that you can reuse or borrow. Otis --- aurora [EMAIL PROTECTED] wrote: Besides full text indexing, I need a database that represent a large dictionary like:

using lucene as a dictionary database?

2004-11-03 Thread aurora
Besides full text indexing, I need a database that represent a large dictionary like: (key1, key2) - docid I am considering between building a home grown solution and using Berkeley DB. Then I think I was using Lucene anyway, wouldn't it make sense use it as my database too? Just make key1 and