VIVO-742 Rename some 'solr' packages.

This commit is contained in:
Jim Blake 2014-04-22 18:28:14 -04:00
parent bf71c639fb
commit f4e81a7328
20 changed files with 35 additions and 35 deletions

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.solr.documentBuilding;
package edu.cornell.mannlib.vitro.webapp.search.documentBuilding;
import static org.junit.Assert.*;

View file

@ -2,7 +2,7 @@
/**
*
*/
package edu.cornell.mannlib.vitro.webapp.search.solr;
package edu.cornell.mannlib.vitro.webapp.search.documentBuilding;
import java.io.InputStream;
@ -29,8 +29,8 @@ import edu.cornell.mannlib.vitro.webapp.rdfservice.RDFServiceFactory;
import edu.cornell.mannlib.vitro.webapp.rdfservice.impl.RDFServiceFactorySingle;
import edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena.model.RDFServiceModel;
import edu.cornell.mannlib.vitro.webapp.search.VitroSearchTermNames;
import edu.cornell.mannlib.vitro.webapp.search.solr.documentBuilding.SkipIndividualException;
import edu.cornell.mannlib.vitro.webapp.search.solr.documentBuilding.ThumbnailImageURL;
import edu.cornell.mannlib.vitro.webapp.search.documentBuilding.SkipIndividualException;
import edu.cornell.mannlib.vitro.webapp.search.documentBuilding.ThumbnailImageURL;
public class ThumbnailImageURLTest extends AbstractTestClass{
RDFServiceFactory testRDF;
@ -54,7 +54,7 @@ public class ThumbnailImageURLTest extends AbstractTestClass{
* Test to see if ThumbnailImageURL gets the date it is suppose to gete
* from a set of RDF.
*
* Test method for {@link edu.cornell.mannlib.vitro.webapp.search.solr.documentBuilding.ThumbnailImageURL#modifyDocument(edu.cornell.mannlib.vitro.webapp.beans.Individual, org.apache.solr.common.SolrInputDocument, java.lang.StringBuffer)}.
* Test method for {@link edu.cornell.mannlib.vitro.webapp.search.documentBuilding.ThumbnailImageURL#modifyDocument(edu.cornell.mannlib.vitro.webapp.beans.Individual, org.apache.solr.common.SolrInputDocument, java.lang.StringBuffer)}.
*/
@Test
public void testThumbnailFieldCreatedInSolrDoc() {