public class IndexService_JAXWS extends Object
Constructor and Description |
---|
IndexService_JAXWS() |
Modifier and Type | Method and Description |
---|---|
ExtractResponse |
extractObjects(String[] objects,
String target)
Marks a set of objects for extraction to the index.
|
String[] |
getObjectsInDateRange(Date fromDate,
Date toDate,
String target)
Gets a list of objects that should be in the index.
|
public ExtractResponse extractObjects(String[] objects, String target)
objects
- A list of objects to be extracted. Objects should be formatted 'dataId=1234&version=2' or 'dataId=1234'target
- The index to extract to.public String[] getObjectsInDateRange(Date fromDate, Date toDate, String target)
fromDate
- The beginning of the date range to consider.toDate
- The end of the date range to consider.target
- The index we are getting the list for.© Copyright 2017 OpenText Corp. All Rights Reserved.