Class Locators

java.lang.Object
org.apache.tika.inference.locator.Locators

public class Locators extends Object
Container for all locator types that identify where a chunk comes from in the original content. Each locator type is optional; only populated types are serialized.

A single chunk can have multiple locators of the same type (e.g. a chunk that spans two pages has two PaginatedLocator entries).