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, main
public void getDocIds(DocIdPusher pusher) throws InterruptedException
InterruptedException
public void getDocContent(Request req, Response resp) throws IOException
IOException
public static void main(String[] args)