org.openrdf.sail.solr.SolrClientFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sesame-sail-solr Show documentation
Show all versions of sesame-sail-solr Show documentation
StackableSail implementation offering full-text search on literals, based on Solr.
package org.openrdf.sail.solr;
import org.apache.solr.client.solrj.SolrClient;
public interface SolrClientFactory {
SolrClient create(String spec);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy