r 8320 : change for index update
This commit is contained in:
parent
15f5fba80b
commit
d94b6b5186
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue