Make the constructor public

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@829082 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Grant Ingersoll 2009-10-23 14:47:15 +00:00
parent 150a47586e
commit 633e2d6d16
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ public class ExtractingDocumentLoader extends ContentStreamLoader {
protected SolrContentHandlerFactory factory;
//protected Collection<String> dateFormats = DateUtil.DEFAULT_DATE_FORMATS;
ExtractingDocumentLoader(SolrQueryRequest req, UpdateRequestProcessor processor,
public ExtractingDocumentLoader(SolrQueryRequest req, UpdateRequestProcessor processor,
TikaConfig config, SolrContentHandlerFactory factory) {
this.params = req.getParams();
schema = req.getSchema();