mirror of https://github.com/apache/lucene.git
SOLR-1516
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@884053 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
600404ce74
commit
d5d0ec333a
|
@ -139,6 +139,10 @@ public abstract class BaseResponseWriter {
|
|||
|
||||
}
|
||||
|
||||
/**No ops implementation so that the base classes do not have do it
|
||||
*/
|
||||
public void init(NamedList args){}
|
||||
|
||||
private static class IdxInfo {
|
||||
IndexSchema schema;
|
||||
SolrIndexSearcher searcher;
|
||||
|
|
Loading…
Reference in New Issue