Lucene Indexing
Lucene Indexing
- Subject: Lucene Indexing
- From: Brendon Allen <email@hidden>
- Date: Mon, 26 May 2003 08:33:04 +1000
Hey All,
Was just curious if anyone was using lucene and storing the indexes in a
database instead of a real directory or a RAM directory. The best solution
for me is to make a periodic task which runs the lucene index function and
write it to the DB then have it pulled from there. Right now I am creating
the index every search and storing it in the RAMDirectory structure but this
is taking a lot of cycles as you can imagine.
If this does not seem possible is it kosher to just store the index files in
the top level of the WOA file? See any problems with this? Is there a call
to get the path of the root path of the WOA never had to do that.
Anyway thanks in advance for any ideas.
Cheers
Brendon
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.