mirror of https://github.com/apache/lucene.git
SOLR-7500: Remove pathPrefix field that was accidentally left over while cleaning up
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1678269 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
105222b3a8
commit
d42d7e68b5
|
@ -55,7 +55,6 @@ public class SolrDispatchFilter extends BaseSolrFilter {
|
|||
|
||||
protected volatile CoreContainer cores;
|
||||
|
||||
protected String pathPrefix = null; // strip this from the beginning of a path
|
||||
protected String abortErrorMessage = null;
|
||||
protected final CloseableHttpClient httpClient = HttpClientUtil.createClient(new ModifiableSolrParams());
|
||||
|
||||
|
|
Loading…
Reference in New Issue