All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.s24.search.solr.analysis.jdbc.JdbcReader Maven / Gradle / Ivy

package com.s24.search.solr.analysis.jdbc;

import java.io.Reader;

/**
 * Reads "lines" of configuration out of JDBC.
 *
 * @author Shopping24 GmbH, Torsten Bøgh Köster (@tboeghk)
 */
public interface JdbcReader {
   /**
    *
    * @return a {@linkplain Reader}, never null
    */
   Reader getReader();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy