I have to develope an online library for my bachelor project. I am working with struts. I want to use Lucene Search Engine but unfortunately I have some problem with it in setting the index path.
public static final String getIndexPath() {
return "/var/lucene/articles";
}
I do not understand this string "/var/lucene/articles" and I do not know to replace this string in my application
Please help me if you have some experience