first thanks for your response Dan,
It I'll be around 5.000 database records with three indexed fields:
id, title(1 line) and description(around three lines). I was even
considering using the in memory feature for faster access but I'm new to
lucene and I'don't know if that I'll cause my problems in the future.
Any help appreciated
best regards.
Raul.
Dan Funk wrote:
If this is a small index and it won't change after install (you are just
using it to search, not to index), place it in a sub-directory of WEB-INF.
If it is a larger index (something you don't want to copy frequently), or it
will change after install, then you shouldn't keep it inside your web
application at all, rather you should specify an external directory outside
the web application using some sort of configuration setting, maybe specify
it in your web.xml file.
On 12/10/05, Raul Raja Martinez <[EMAIL PROTECTED]> wrote:
What would be the best practice storing the index in a webapp.
I mean in wich folder?
Thanks.
Raul.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]