Index all labels for an individual, to support searching on multiple labels and other-language versions of a label NIHVIVO-3811

Fixed number of threads used during a solr index update
Changed nameLowercaseSingleValue to not be a copy field
Changed logging in solr index building so that errors from the solr server are logged
This commit is contained in:
briancaruso 2012-06-26 17:00:08 +00:00
parent 1a30302241
commit 8bd0990e85
22 changed files with 153 additions and 64 deletions

View file

@ -23,6 +23,8 @@ import edu.cornell.mannlib.vitro.testing.AbstractTestClass;
import edu.cornell.mannlib.vitro.webapp.beans.Individual;
import edu.cornell.mannlib.vitro.webapp.beans.IndividualImpl;
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;
/**
* @author bdc34
@ -49,7 +51,7 @@ public class ThumbnailImageURLTest extends AbstractTestClass{
}
/**
* Test method for {@link edu.cornell.mannlib.vitro.webapp.search.solr.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.solr.documentBuilding.ThumbnailImageURL#modifyDocument(edu.cornell.mannlib.vitro.webapp.beans.Individual, org.apache.solr.common.SolrInputDocument, java.lang.StringBuffer)}.
*/
@Test
public void testModifyDocument() {