Esri Geoportal Server
1.2.9

com.esri.gpt.catalog.lucene
Class RemoteIndexer

java.lang.Object
  extended by com.esri.gpt.catalog.lucene.RemoteIndexer

public class RemoteIndexer
extends Object

Handles requests to a remote indexing service.


Constructor Summary
RemoteIndexer()
          Default constructor.
 
Method Summary
 void send(RequestContext context, String action, String uuid)
          Sends an indexing request to a remote service.
 void send(RequestContext context, String action, String[] uuids)
          Sends an indexing request to a remote service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteIndexer

public RemoteIndexer()
Default constructor.

Method Detail

send

public void send(RequestContext context,
                 String action,
                 String uuid)
Sends an indexing request to a remote service.

Parameters:
context - the request context
action - the action(publish|delete)
uuid - the document uuid

send

public void send(RequestContext context,
                 String action,
                 String[] uuids)
Sends an indexing request to a remote service.

Parameters:
context - the request context
action - the action(publish|delete)
uuids - the set of document uuids

Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.