Re: user index sigature

2007-09-27 Thread Karl Wettin
26 sep 2007 kl. 16.49 skrev John Wang: I have my own versioning system and I use it to keep index in sync with other parts of the system. Just wanted to know if there is a shortcut to keep it in the Lucene index and be able to read it by using something similar to getCurrentVersion. I guess

store index on web server directory

2007-09-27 Thread othman
Hi all, I'm developing a search tool for a web site using lucene. One issue i need you to clarify is where we should store the generated lucene indexes ? lucene provides a file system storage method FSDirectory.so we need to specify a path like (/usr/lucene on linux) or (c:/lucene on windows).

Almost parallel indexes

2007-09-27 Thread Tim Sturge
Hi, I have an index which contains two very distinct types of fields: - Some fields are large (many term documents) and change fairly slowly. - Some fields are small (mostly titles, names, anchor text) and change fairly rapidly. Right now I keep around the large fields in raw form and when the

Re: Almost parallel indexes

2007-09-27 Thread Erick Erickson
OK, this isn't well thought out, more the first thing that pops to mind... You're right, Lucene doesn't do joins. But would it serve to keep two indexes? One the slow-changing stuff and one the fast-changing stuff. They are related by some *external* (as in "not the Lucene doc id) field. You'd h