public class AdaptorWithTwoParentOverrides extends AbstractAdaptor
| Constructor and Description |
|---|
AdaptorWithTwoParentOverrides() |
| Modifier and Type | Method and Description |
|---|---|
void |
getDocContent(Request req,
Response resp)
Gives the bytes of a document referenced with id.
|
void |
getDocIds(DocIdPusher pusher)
Gives list of document ids that you'd like on the GSA.
|
static void |
main(String[] args)
Call default main for adaptors.
|
destroy, init, initConfig, mainpublic void getDocIds(DocIdPusher pusher) throws InterruptedException
InterruptedExceptionpublic void getDocContent(Request req, Response resp) throws IOException
IOExceptionpublic static void main(String[] args)