From 711afa44fa438cf6a9633359f2f6801827c65c81 Mon Sep 17 00:00:00 2001 From: j2blake Date: Tue, 22 Apr 2014 18:28:06 -0400 Subject: [PATCH] VIVO-742 Rename some 'solr' packages. --- .../WEB-INF/resources/startup_listeners.txt | 2 +- .../CalculateParameters.java | 4 ++-- .../VIVOValuesFromVcards.java | 4 ++-- .../VivoAgentContextNodeFields.java | 6 ++---- .../VivoDocumentModifiers.java | 16 ++++++++++++---- .../VivoISFAdvisingFields.java | 4 ++-- .../VivoISFBasicFields.java | 4 ++-- .../VivoISFEducationFields.java | 4 ++-- .../VivoISFGrantFields.java | 4 ++-- .../VivoISFMemberFields.java | 4 ++-- ...VivoInformationResourceContextNodeFields.java | 6 ++---- .../NIHVIVO3853_DataSet1.rdf | 0 .../VIVO146_DataSet1.n3 | 0 .../VivoAgentContextNodeFieldsTest.java | 2 +- .../VivoAgentContextNodeFieldsTest2.java | 2 +- ...InformationResourceContextNodeFieldsTest.java | 2 +- ...voInformationResourceContextNodeFieldsTest.n3 | 0 17 files changed, 34 insertions(+), 30 deletions(-) rename src/edu/cornell/mannlib/vitro/webapp/search/{solr => documentBuilding}/CalculateParameters.java (98%) rename src/edu/cornell/mannlib/vitro/webapp/search/{solr => documentBuilding}/VIVOValuesFromVcards.java (96%) rename src/edu/cornell/mannlib/vitro/webapp/search/{solr => documentBuilding}/VivoAgentContextNodeFields.java (97%) rename src/edu/cornell/mannlib/vitro/webapp/search/{solr => documentBuilding}/VivoDocumentModifiers.java (74%) rename src/edu/cornell/mannlib/vitro/webapp/search/{solr => documentBuilding}/VivoISFAdvisingFields.java (92%) rename src/edu/cornell/mannlib/vitro/webapp/search/{solr => documentBuilding}/VivoISFBasicFields.java (93%) rename src/edu/cornell/mannlib/vitro/webapp/search/{solr => documentBuilding}/VivoISFEducationFields.java (93%) rename src/edu/cornell/mannlib/vitro/webapp/search/{solr => documentBuilding}/VivoISFGrantFields.java (97%) rename src/edu/cornell/mannlib/vitro/webapp/search/{solr => documentBuilding}/VivoISFMemberFields.java (93%) rename src/edu/cornell/mannlib/vitro/webapp/search/{solr => documentBuilding}/VivoInformationResourceContextNodeFields.java (93%) rename test/edu/cornell/mannlib/vitro/webapp/search/{solr => documentBuilding}/NIHVIVO3853_DataSet1.rdf (100%) rename test/edu/cornell/mannlib/vitro/webapp/search/{solr => documentBuilding}/VIVO146_DataSet1.n3 (100%) rename test/edu/cornell/mannlib/vitro/webapp/search/{solr => documentBuilding}/VivoAgentContextNodeFieldsTest.java (98%) rename test/edu/cornell/mannlib/vitro/webapp/search/{solr => documentBuilding}/VivoAgentContextNodeFieldsTest2.java (97%) rename test/edu/cornell/mannlib/vitro/webapp/search/{solr => documentBuilding}/VivoInformationResourceContextNodeFieldsTest.java (98%) rename test/edu/cornell/mannlib/vitro/webapp/search/{solr => documentBuilding}/VivoInformationResourceContextNodeFieldsTest.n3 (100%) diff --git a/productMods/WEB-INF/resources/startup_listeners.txt b/productMods/WEB-INF/resources/startup_listeners.txt index be84da4f..0e301e40 100644 --- a/productMods/WEB-INF/resources/startup_listeners.txt +++ b/productMods/WEB-INF/resources/startup_listeners.txt @@ -68,7 +68,7 @@ edu.ucsf.vitro.opensocial.OpenSocialSmokeTests edu.cornell.mannlib.vitro.webapp.i18n.selection.LocaleSelectionSetup # Add VIVO specific DocumentModifers, this must come before SolrSetup -edu.cornell.mannlib.vitro.webapp.search.solr.VivoDocumentModifiers +edu.cornell.mannlib.vitro.webapp.search.documentBuilding.VivoDocumentModifiers # The search indexer uses a "public" permission, so the PropertyRestrictionPolicyHelper # and the PermissionRegistry must already be set up. diff --git a/src/edu/cornell/mannlib/vitro/webapp/search/solr/CalculateParameters.java b/src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/CalculateParameters.java similarity index 98% rename from src/edu/cornell/mannlib/vitro/webapp/search/solr/CalculateParameters.java rename to src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/CalculateParameters.java index 98093381..4e0542e8 100644 --- a/src/edu/cornell/mannlib/vitro/webapp/search/solr/CalculateParameters.java +++ b/src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/CalculateParameters.java @@ -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; +package edu.cornell.mannlib.vitro.webapp.search.documentBuilding; import java.util.ArrayList; import java.util.HashSet; @@ -28,7 +28,7 @@ import com.hp.hpl.jena.shared.Lock; import edu.cornell.mannlib.vitro.webapp.beans.Individual; import edu.cornell.mannlib.vitro.webapp.modules.searchEngine.SearchInputDocument; import edu.cornell.mannlib.vitro.webapp.search.VitroSearchTermNames; -import edu.cornell.mannlib.vitro.webapp.search.solr.documentBuilding.DocumentModifier; +import edu.cornell.mannlib.vitro.webapp.search.documentBuilding.DocumentModifier; public class CalculateParameters implements DocumentModifier { diff --git a/src/edu/cornell/mannlib/vitro/webapp/search/solr/VIVOValuesFromVcards.java b/src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VIVOValuesFromVcards.java similarity index 96% rename from src/edu/cornell/mannlib/vitro/webapp/search/solr/VIVOValuesFromVcards.java rename to src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VIVOValuesFromVcards.java index 69582a6c..27fa9411 100644 --- a/src/edu/cornell/mannlib/vitro/webapp/search/solr/VIVOValuesFromVcards.java +++ b/src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VIVOValuesFromVcards.java @@ -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; +package edu.cornell.mannlib.vitro.webapp.search.documentBuilding; import static edu.cornell.mannlib.vitro.webapp.search.VitroSearchTermNames.ALLTEXT; import static edu.cornell.mannlib.vitro.webapp.search.VitroSearchTermNames.ALLTEXTUNSTEMMED; @@ -19,7 +19,7 @@ import edu.cornell.mannlib.vitro.webapp.modules.searchEngine.SearchInputDocument import edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService; import edu.cornell.mannlib.vitro.webapp.rdfservice.RDFServiceFactory; import edu.cornell.mannlib.vitro.webapp.rdfservice.impl.RDFServiceUtils; -import edu.cornell.mannlib.vitro.webapp.search.solr.documentBuilding.DocumentModifier; +import edu.cornell.mannlib.vitro.webapp.search.documentBuilding.DocumentModifier; /** * If there are any VCards on this Individual with Title objects, store the text diff --git a/src/edu/cornell/mannlib/vitro/webapp/search/solr/VivoAgentContextNodeFields.java b/src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoAgentContextNodeFields.java similarity index 97% rename from src/edu/cornell/mannlib/vitro/webapp/search/solr/VivoAgentContextNodeFields.java rename to src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoAgentContextNodeFields.java index 3dbe47e4..74b52bf6 100644 --- a/src/edu/cornell/mannlib/vitro/webapp/search/solr/VivoAgentContextNodeFields.java +++ b/src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoAgentContextNodeFields.java @@ -1,13 +1,11 @@ /* $This file is distributed under the terms of the license in /doc/license.txt$ */ -package edu.cornell.mannlib.vitro.webapp.search.solr; +package edu.cornell.mannlib.vitro.webapp.search.documentBuilding; import java.util.ArrayList; import java.util.List; import edu.cornell.mannlib.vitro.webapp.rdfservice.RDFServiceFactory; -import edu.cornell.mannlib.vitro.webapp.search.solr.documentBuilding.ContextNodeFields; - -import edu.cornell.mannlib.vitro.webapp.search.solr.documentBuilding.ContextNodeFields; +import edu.cornell.mannlib.vitro.webapp.search.documentBuilding.ContextNodeFields; /** * Class that adds text from context nodes to Solr Documents for diff --git a/src/edu/cornell/mannlib/vitro/webapp/search/solr/VivoDocumentModifiers.java b/src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoDocumentModifiers.java similarity index 74% rename from src/edu/cornell/mannlib/vitro/webapp/search/solr/VivoDocumentModifiers.java rename to src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoDocumentModifiers.java index b27bfbad..1cc0caf7 100644 --- a/src/edu/cornell/mannlib/vitro/webapp/search/solr/VivoDocumentModifiers.java +++ b/src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoDocumentModifiers.java @@ -1,5 +1,5 @@ /* $This file is distributed under the terms of the license in /doc/license.txt$ */ -package edu.cornell.mannlib.vitro.webapp.search.solr; +package edu.cornell.mannlib.vitro.webapp.search.documentBuilding; import java.util.ArrayList; import java.util.List; @@ -13,9 +13,17 @@ import com.hp.hpl.jena.query.DatasetFactory; import edu.cornell.mannlib.vitro.webapp.dao.ModelAccess; import edu.cornell.mannlib.vitro.webapp.rdfservice.RDFServiceFactory; import edu.cornell.mannlib.vitro.webapp.rdfservice.impl.RDFServiceUtils; -import edu.cornell.mannlib.vitro.webapp.search.solr.documentBuilding.DocumentModifier; -import edu.cornell.mannlib.vitro.webapp.search.solr.documentBuilding.ExcludeBasedOnNamespace; -import edu.cornell.mannlib.vitro.webapp.search.solr.documentBuilding.SearchIndexExcluder; +import edu.cornell.mannlib.vitro.webapp.search.documentBuilding.CalculateParameters; +import edu.cornell.mannlib.vitro.webapp.search.documentBuilding.DocumentModifier; +import edu.cornell.mannlib.vitro.webapp.search.documentBuilding.ExcludeBasedOnNamespace; +import edu.cornell.mannlib.vitro.webapp.search.documentBuilding.SearchIndexExcluder; +import edu.cornell.mannlib.vitro.webapp.search.documentBuilding.VIVOValuesFromVcards; +import edu.cornell.mannlib.vitro.webapp.search.documentBuilding.VivoISFAdvisingFields; +import edu.cornell.mannlib.vitro.webapp.search.documentBuilding.VivoISFBasicFields; +import edu.cornell.mannlib.vitro.webapp.search.documentBuilding.VivoISFEducationFields; +import edu.cornell.mannlib.vitro.webapp.search.documentBuilding.VivoISFGrantFields; +import edu.cornell.mannlib.vitro.webapp.search.documentBuilding.VivoISFMemberFields; +import edu.cornell.mannlib.vitro.webapp.search.documentBuilding.VivoInformationResourceContextNodeFields; public class VivoDocumentModifiers implements javax.servlet.ServletContextListener{ diff --git a/src/edu/cornell/mannlib/vitro/webapp/search/solr/VivoISFAdvisingFields.java b/src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoISFAdvisingFields.java similarity index 92% rename from src/edu/cornell/mannlib/vitro/webapp/search/solr/VivoISFAdvisingFields.java rename to src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoISFAdvisingFields.java index 26db9076..ac08fa1a 100644 --- a/src/edu/cornell/mannlib/vitro/webapp/search/solr/VivoISFAdvisingFields.java +++ b/src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoISFAdvisingFields.java @@ -1,12 +1,12 @@ /* $This file is distributed under the terms of the license in /doc/license.txt$ */ -package edu.cornell.mannlib.vitro.webapp.search.solr; +package edu.cornell.mannlib.vitro.webapp.search.documentBuilding; import java.util.ArrayList; import java.util.List; import edu.cornell.mannlib.vitro.webapp.rdfservice.RDFServiceFactory; -import edu.cornell.mannlib.vitro.webapp.search.solr.documentBuilding.ContextNodeFields; +import edu.cornell.mannlib.vitro.webapp.search.documentBuilding.ContextNodeFields; /** * DocumentModifier for adding rdfs:labels of individuals related via diff --git a/src/edu/cornell/mannlib/vitro/webapp/search/solr/VivoISFBasicFields.java b/src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoISFBasicFields.java similarity index 93% rename from src/edu/cornell/mannlib/vitro/webapp/search/solr/VivoISFBasicFields.java rename to src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoISFBasicFields.java index b617a1d9..189a19f4 100644 --- a/src/edu/cornell/mannlib/vitro/webapp/search/solr/VivoISFBasicFields.java +++ b/src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoISFBasicFields.java @@ -1,12 +1,12 @@ /* $This file is distributed under the terms of the license in /doc/license.txt$ */ -package edu.cornell.mannlib.vitro.webapp.search.solr; +package edu.cornell.mannlib.vitro.webapp.search.documentBuilding; import java.util.ArrayList; import java.util.List; import edu.cornell.mannlib.vitro.webapp.rdfservice.RDFServiceFactory; -import edu.cornell.mannlib.vitro.webapp.search.solr.documentBuilding.ContextNodeFields; +import edu.cornell.mannlib.vitro.webapp.search.documentBuilding.ContextNodeFields; /** * DocumentModifier to populate Solr fields for the basic ISF relationships. diff --git a/src/edu/cornell/mannlib/vitro/webapp/search/solr/VivoISFEducationFields.java b/src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoISFEducationFields.java similarity index 93% rename from src/edu/cornell/mannlib/vitro/webapp/search/solr/VivoISFEducationFields.java rename to src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoISFEducationFields.java index 69d4c00c..6a9aa443 100644 --- a/src/edu/cornell/mannlib/vitro/webapp/search/solr/VivoISFEducationFields.java +++ b/src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoISFEducationFields.java @@ -1,12 +1,12 @@ /* $This file is distributed under the terms of the license in /doc/license.txt$ */ -package edu.cornell.mannlib.vitro.webapp.search.solr; +package edu.cornell.mannlib.vitro.webapp.search.documentBuilding; import java.util.ArrayList; import java.util.List; import edu.cornell.mannlib.vitro.webapp.rdfservice.RDFServiceFactory; -import edu.cornell.mannlib.vitro.webapp.search.solr.documentBuilding.ContextNodeFields; +import edu.cornell.mannlib.vitro.webapp.search.documentBuilding.ContextNodeFields; public class VivoISFEducationFields extends ContextNodeFields { private static String VIVONS = "http://vivoweb.org/ontology/core#"; diff --git a/src/edu/cornell/mannlib/vitro/webapp/search/solr/VivoISFGrantFields.java b/src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoISFGrantFields.java similarity index 97% rename from src/edu/cornell/mannlib/vitro/webapp/search/solr/VivoISFGrantFields.java rename to src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoISFGrantFields.java index 7512c74e..4c919d7d 100644 --- a/src/edu/cornell/mannlib/vitro/webapp/search/solr/VivoISFGrantFields.java +++ b/src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoISFGrantFields.java @@ -1,12 +1,12 @@ /* $This file is distributed under the terms of the license in /doc/license.txt$ */ -package edu.cornell.mannlib.vitro.webapp.search.solr; +package edu.cornell.mannlib.vitro.webapp.search.documentBuilding; import java.util.ArrayList; import java.util.List; import edu.cornell.mannlib.vitro.webapp.rdfservice.RDFServiceFactory; -import edu.cornell.mannlib.vitro.webapp.search.solr.documentBuilding.ContextNodeFields; +import edu.cornell.mannlib.vitro.webapp.search.documentBuilding.ContextNodeFields; /* * This DocumentModifier is for the ISF style grants. diff --git a/src/edu/cornell/mannlib/vitro/webapp/search/solr/VivoISFMemberFields.java b/src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoISFMemberFields.java similarity index 93% rename from src/edu/cornell/mannlib/vitro/webapp/search/solr/VivoISFMemberFields.java rename to src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoISFMemberFields.java index a3de1b32..3623bb71 100644 --- a/src/edu/cornell/mannlib/vitro/webapp/search/solr/VivoISFMemberFields.java +++ b/src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoISFMemberFields.java @@ -1,12 +1,12 @@ /* $This file is distributed under the terms of the license in /doc/license.txt$ */ -package edu.cornell.mannlib.vitro.webapp.search.solr; +package edu.cornell.mannlib.vitro.webapp.search.documentBuilding; import java.util.ArrayList; import java.util.List; import edu.cornell.mannlib.vitro.webapp.rdfservice.RDFServiceFactory; -import edu.cornell.mannlib.vitro.webapp.search.solr.documentBuilding.ContextNodeFields; +import edu.cornell.mannlib.vitro.webapp.search.documentBuilding.ContextNodeFields; /** * This class will: diff --git a/src/edu/cornell/mannlib/vitro/webapp/search/solr/VivoInformationResourceContextNodeFields.java b/src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoInformationResourceContextNodeFields.java similarity index 93% rename from src/edu/cornell/mannlib/vitro/webapp/search/solr/VivoInformationResourceContextNodeFields.java rename to src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoInformationResourceContextNodeFields.java index 2fcf6798..531f711e 100644 --- a/src/edu/cornell/mannlib/vitro/webapp/search/solr/VivoInformationResourceContextNodeFields.java +++ b/src/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoInformationResourceContextNodeFields.java @@ -1,13 +1,11 @@ /* $This file is distributed under the terms of the license in /doc/license.txt$ */ -package edu.cornell.mannlib.vitro.webapp.search.solr; +package edu.cornell.mannlib.vitro.webapp.search.documentBuilding; import java.util.ArrayList; import java.util.List; import edu.cornell.mannlib.vitro.webapp.rdfservice.RDFServiceFactory; -import edu.cornell.mannlib.vitro.webapp.search.solr.documentBuilding.ContextNodeFields; - -import edu.cornell.mannlib.vitro.webapp.search.solr.documentBuilding.ContextNodeFields; +import edu.cornell.mannlib.vitro.webapp.search.documentBuilding.ContextNodeFields; /** * Class that adds text from context nodes to Solr Documents for diff --git a/test/edu/cornell/mannlib/vitro/webapp/search/solr/NIHVIVO3853_DataSet1.rdf b/test/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/NIHVIVO3853_DataSet1.rdf similarity index 100% rename from test/edu/cornell/mannlib/vitro/webapp/search/solr/NIHVIVO3853_DataSet1.rdf rename to test/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/NIHVIVO3853_DataSet1.rdf diff --git a/test/edu/cornell/mannlib/vitro/webapp/search/solr/VIVO146_DataSet1.n3 b/test/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VIVO146_DataSet1.n3 similarity index 100% rename from test/edu/cornell/mannlib/vitro/webapp/search/solr/VIVO146_DataSet1.n3 rename to test/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VIVO146_DataSet1.n3 diff --git a/test/edu/cornell/mannlib/vitro/webapp/search/solr/VivoAgentContextNodeFieldsTest.java b/test/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoAgentContextNodeFieldsTest.java similarity index 98% rename from test/edu/cornell/mannlib/vitro/webapp/search/solr/VivoAgentContextNodeFieldsTest.java rename to test/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoAgentContextNodeFieldsTest.java index a8090806..e4ab7c20 100644 --- a/test/edu/cornell/mannlib/vitro/webapp/search/solr/VivoAgentContextNodeFieldsTest.java +++ b/test/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoAgentContextNodeFieldsTest.java @@ -1,5 +1,5 @@ /* $This file is distributed under the terms of the license in /doc/license.txt$ */ -package edu.cornell.mannlib.vitro.webapp.search.solr; +package edu.cornell.mannlib.vitro.webapp.search.documentBuilding; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; diff --git a/test/edu/cornell/mannlib/vitro/webapp/search/solr/VivoAgentContextNodeFieldsTest2.java b/test/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoAgentContextNodeFieldsTest2.java similarity index 97% rename from test/edu/cornell/mannlib/vitro/webapp/search/solr/VivoAgentContextNodeFieldsTest2.java rename to test/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoAgentContextNodeFieldsTest2.java index 5c7c7849..1d641e92 100644 --- a/test/edu/cornell/mannlib/vitro/webapp/search/solr/VivoAgentContextNodeFieldsTest2.java +++ b/test/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoAgentContextNodeFieldsTest2.java @@ -1,5 +1,5 @@ /* $This file is distributed under the terms of the license in /doc/license.txt$ */ -package edu.cornell.mannlib.vitro.webapp.search.solr; +package edu.cornell.mannlib.vitro.webapp.search.documentBuilding; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; diff --git a/test/edu/cornell/mannlib/vitro/webapp/search/solr/VivoInformationResourceContextNodeFieldsTest.java b/test/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoInformationResourceContextNodeFieldsTest.java similarity index 98% rename from test/edu/cornell/mannlib/vitro/webapp/search/solr/VivoInformationResourceContextNodeFieldsTest.java rename to test/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoInformationResourceContextNodeFieldsTest.java index f9106316..c95c0c6d 100644 --- a/test/edu/cornell/mannlib/vitro/webapp/search/solr/VivoInformationResourceContextNodeFieldsTest.java +++ b/test/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoInformationResourceContextNodeFieldsTest.java @@ -1,5 +1,5 @@ /* $This file is distributed under the terms of the license in /doc/license.txt$ */ -package edu.cornell.mannlib.vitro.webapp.search.solr; +package edu.cornell.mannlib.vitro.webapp.search.documentBuilding; import java.io.IOException; diff --git a/test/edu/cornell/mannlib/vitro/webapp/search/solr/VivoInformationResourceContextNodeFieldsTest.n3 b/test/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoInformationResourceContextNodeFieldsTest.n3 similarity index 100% rename from test/edu/cornell/mannlib/vitro/webapp/search/solr/VivoInformationResourceContextNodeFieldsTest.n3 rename to test/edu/cornell/mannlib/vitro/webapp/search/documentBuilding/VivoInformationResourceContextNodeFieldsTest.n3