Skip to content
This repository was archived by the owner on Jun 24, 2019. It is now read-only.

coveograveyard/pushapi-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pushapi-java

Using the Coveo Cloud Push API in Java

Core

CoveoPushAPI.java - This class implements the fundamental interactions with the Coveo Cloud Push API for indexing custom content, such as changing a source status, uploading files to AWS S3, and adding or deleting documents from a source.

Examples

The following classes demonstrate common use cases with the Push API. Each one executes a sequence of steps, such as constructing JSON documents and executing various commands with CoveoPushAPI.

UploadLargeFileTest - This class demonstrates uploading a single, large file to Coveo Cloud. The file is placed in AWS S3 before being added to the source.

DeleteTest - This class demonstrated deleting a single document from a Coveo Cloud source

About

Using the Coveo Cloud Push API in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages