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:
Noble Paul 2009-11-25 11:20:40 +00:00
parent 600404ce74
commit d5d0ec333a
1 changed files with 4 additions and 0 deletions

View File

@ -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;