public void setUp() throws Exception {
super.setUp();
SpotlightFactory luceneFactory = new SpotlightFactory(new SpotlightConfiguration("conf/server.properties"));
textUtil = luceneFactory.textUtil();
}
public void tearDown() throws Exception {
super.tearDown();
}