package org.xbib.elasticsearch.gatherer; public interface GathererConstants { String GATHERER_MODULES = "gatherer.modules"; String GATHERER_LOAD = "gatherer.load"; String GATHERER_LENGTH = "gatherer.length"; }