Re: Directory implementation on JAR's
If you need to transfer an index from one machine to another all you need to do is move the index directory (by zipping it if you want). There isn't a need to put an index in a JAR just for transfer purposes. There has been some work on a ZipDirectory (or JARDirectory?, not sure what it wa
Directory implementation on JAR's
Hi, does anybody have an solution for writing/reading an index from a JAR-Archive like 'JARDirectory'. I need to create an Index on a box transfere the index to another and use it there. Günter