public class SolrUpdateJob extends Object implements org.quartz.Job
| Modifier and Type | Field and Description |
|---|---|
static int |
BATCH_SIZE |
static int |
MAX_FEATURES |
| Constructor and Description |
|---|
SolrUpdateJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.quartz.JobExecutionContext jec) |
static void |
insertSolrConfigurationIntoIndex(SolrConf config,
javax.persistence.EntityManager em,
nl.b3p.web.WaitPageStatus status,
org.apache.solr.client.solrj.SolrServer solrServer) |
static void |
insertSolrConfigurationIntoIndex(SolrConf config,
javax.persistence.EntityManager em,
nl.b3p.web.WaitPageStatus status,
org.apache.solr.client.solrj.SolrServer solrServer,
org.opengis.filter.Filter filter) |
static void |
removeSolrConfigurationFromIndex(SolrConf config,
javax.persistence.EntityManager em,
org.apache.solr.client.solrj.SolrServer solrServer) |
public void execute(org.quartz.JobExecutionContext jec)
throws org.quartz.JobExecutionException
execute in interface org.quartz.Joborg.quartz.JobExecutionExceptionpublic static void removeSolrConfigurationFromIndex(SolrConf config, javax.persistence.EntityManager em, org.apache.solr.client.solrj.SolrServer solrServer)
public static void insertSolrConfigurationIntoIndex(SolrConf config, javax.persistence.EntityManager em, nl.b3p.web.WaitPageStatus status, org.apache.solr.client.solrj.SolrServer solrServer, org.opengis.filter.Filter filter)
public static void insertSolrConfigurationIntoIndex(SolrConf config, javax.persistence.EntityManager em, nl.b3p.web.WaitPageStatus status, org.apache.solr.client.solrj.SolrServer solrServer)
Copyright © 2017. All rights reserved.