Problems...

2005-01-04 Thread Ross Rankin
(Bear with me; I have inherited this system from another developer who is no longer with the company. So I am not familiar with Lucene at all. I just have got the task of Fixing the search.) I have servlet that runs every 10 minutes and indexes and I can see files being created in the

RE: Problems...

2005-01-06 Thread Ross Rankin
Thanks for the responses... It took a bit of time but I'm learning more and more every day on this. To answer Hoss's first question here's the properties for the engine: lucene.path.to.index=/home/httpd/htdocs/index lucene.time.interval=15000 lucene.paramOffset = 0 Hoss, could you tell me

RE: lucene query (sql kind)

2005-01-28 Thread Ross Rankin
I agree. My site is all dynamic pages created from the database. Right now, I have to have a process create dummy pages, index them with Lucene, then translate the Lucene results into meaningful links. It actually works better than it sounds, however it could be easier. If I could just give