Uses of Interface
org.apache.tika.pipes.fetcher.Fetcher
-
-
Uses of Fetcher in org.apache.tika.pipes
Methods in org.apache.tika.pipes with parameters of type Fetcher Modifier and Type Method Description protected org.apache.tika.pipes.PipesServer.MetadataListAndEmbeddedBytes
PipesServer. parseFromTuple(FetchEmitTuple t, Fetcher fetcher)
-
Uses of Fetcher in org.apache.tika.pipes.fetcher
Subinterfaces of Fetcher in org.apache.tika.pipes.fetcher Modifier and Type Interface Description interface
RangeFetcher
This class extracts a range of bytes from a given fetch key.Classes in org.apache.tika.pipes.fetcher that implement Fetcher Modifier and Type Class Description class
AbstractFetcher
class
EmptyFetcher
Methods in org.apache.tika.pipes.fetcher that return Fetcher Modifier and Type Method Description Fetcher
FetcherManager. getFetcher()
Convenience method that returns a fetcher if only one fetcher is specified in the tika-config file.Fetcher
FetcherManager. getFetcher(String fetcherName)
Constructor parameters in org.apache.tika.pipes.fetcher with type arguments of type Fetcher Constructor Description FetcherManager(List<Fetcher> fetchers)
-
Uses of Fetcher in org.apache.tika.pipes.fetcher.azblob
Classes in org.apache.tika.pipes.fetcher.azblob that implement Fetcher Modifier and Type Class Description class
AZBlobFetcher
Fetches files from Azure blob storage. -
Uses of Fetcher in org.apache.tika.pipes.fetcher.fs
Classes in org.apache.tika.pipes.fetcher.fs that implement Fetcher Modifier and Type Class Description class
FileSystemFetcher
-
Uses of Fetcher in org.apache.tika.pipes.fetcher.gcs
Classes in org.apache.tika.pipes.fetcher.gcs that implement Fetcher Modifier and Type Class Description class
GCSFetcher
Fetches files from google cloud storage. -
Uses of Fetcher in org.apache.tika.pipes.fetcher.http
Classes in org.apache.tika.pipes.fetcher.http that implement Fetcher Modifier and Type Class Description class
HttpFetcher
Based on Apache httpclient -
Uses of Fetcher in org.apache.tika.pipes.fetcher.s3
Classes in org.apache.tika.pipes.fetcher.s3 that implement Fetcher Modifier and Type Class Description class
S3Fetcher
Fetches files from s3. -
Uses of Fetcher in org.apache.tika.pipes.fetcher.url
Classes in org.apache.tika.pipes.fetcher.url that implement Fetcher Modifier and Type Class Description class
UrlFetcher
Simple fetcher for URLs. -
Uses of Fetcher in org.apache.tika.pipes.fetchers.microsoftgraph
Classes in org.apache.tika.pipes.fetchers.microsoftgraph that implement Fetcher Modifier and Type Class Description class
MicrosoftGraphFetcher
Fetches files from Microsoft Graph API.
-