Project

General

Profile

« Previous | Next » 

Revision 7727

Added by Jing Tao about 11 years ago

Add getSolrSpecVersion method for the HttpServer and the controller.

View differences:

SolrQueryService.java
64 64
    
65 65
    private static Log log = LogFactory.getLog(SolrQueryService.class);
66 66
    private static List<String> supportedWriterTypes = null;
67
    
68
    protected Map<String, SchemaField> fieldMap = null;
69
    protected List<String> validSolrFieldNames = null;
70
    protected String solrSpecVersion = null;
71
    
67 72
    static {
68 73
        supportedWriterTypes = new ArrayList<String>();
69 74
        supportedWriterTypes.add(SolrQueryResponseWriterFactory.CSV);

Also available in: Unified diff