VIVO-873 restructure packages for SearchIndexer

documentBuilding, exclusions, and indexing, under  searchindex instead of search.
This commit is contained in:
j2blake 2015-01-04 17:16:17 -05:00
parent 5acaace4b1
commit af8bd10cee
19 changed files with 20 additions and 20 deletions

View file

@ -1,5 +1,6 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.search.documentBuilding;
package edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;

View file

@ -1,5 +1,6 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.search.documentBuilding;
package edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;

View file

@ -1,6 +1,6 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.search.documentBuilding;
package edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding;
import java.io.IOException;
import java.io.InputStream;

View file

@ -1,6 +1,6 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.search.indexing;
package edu.cornell.mannlib.vitro.webapp.searchindex.indexing;
import static org.junit.Assert.assertTrue;