Hello, > Certainly. > How was the index restructured?
hard to say. We work with multiple people on the codebase. We make sure unit tests keep working and jsr specifications keep being implemented correct. How the index is structured is irrelevant (if you use Jackrabbit correctly). It will be restructured in the future again probably. You just should not rely on it > > > OTOH, i might be off, and you mean something else? However, if you > > programm agains the lucene structure, make sure it is part of the > > structure which you control yourself. Otherwise you'll end up > > refactoring after every change > > I don't know if the app is coded against the Lucene structure > (I'm not sure because I'm very new to this code), but my > problem is that it's asking for the label and the label is > not there. I'm trying to figure out how to make it add the > label, or why it's not there anymore. > Any help is welcomed. You might want to mail the relevant code part, but cannot promise anything. Furthermore, you might want to checkout luke and look for the difference in lucene index structure for 1.3 and 1.4, but I don't think it will be easy, certainly not when you have little experience with it, Regards Ard
