r 8320 : change for index update

This commit is contained in:
anupsawant 2011-06-27 21:43:41 +00:00
parent 15f5fba80b
commit d94b6b5186

View file

@ -42,7 +42,7 @@ import edu.cornell.mannlib.vitro.webapp.search.solr.CalculateParameters;
*/ */
public class IndexBuilder extends Thread { public class IndexBuilder extends Thread {
private List<ObjectSourceIface> sourceList = new LinkedList<ObjectSourceIface>(); private List<ObjectSourceIface> sourceList = new LinkedList<ObjectSourceIface>();
private IndexerIface indexer = null; private IndexerIface indexer = null;
private ServletContext context = null; private ServletContext context = null;
/* changedUris should only be accessed from synchronized blocks */ /* changedUris should only be accessed from synchronized blocks */