|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.catalog.lucene.RemoteIndexer
public class RemoteIndexer
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 |
---|
public RemoteIndexer()
Method Detail |
---|
public void send(RequestContext context, String action, String uuid)
context
- the request contextaction
- the action(publish|delete)uuid
- the document uuidpublic void send(RequestContext context, String action, String[] uuids)
context
- the request contextaction
- the action(publish|delete)uuids
- the set of document uuids
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |