Show I_PathInfo.java syntax highlighted
package com.kneobase.util;
/**
* Auxiliar interface for IndexManager path configuration.
*
* @author patricio.keilty@colaborativa.net
*
*/
public interface I_PathInfo {
public String getPath();
}
See more files for this project here
Kneobase is an enterprise search engine, based upon the Lucene search engine and the Spring framework. It allows to perform full-text search across many different content sources. It is highly adaptable out-of-the-box and has a pluggable architecture.
Project homepage:
http://sourceforge.net/projects/kneobase
Programming language(s): Java,XML
License: other
I_PathInfo.java