Searched refs:STREAM_CONTENTTYPE (Results 1 - 3 of 3) sorted by relevance

/lucene-3.6.0/solr/solrj/src/java/org/apache/solr/common/params/
H A DCommonParams.java88 public static final String STREAM_CONTENTTYPE = "stream.contentType"; field in interface:CommonParams
/lucene-3.6.0/solr/core/src/test/org/apache/solr/servlet/
H A DSolrRequestParserTest.java102 args.put( CommonParams.STREAM_CONTENTTYPE, new String[] {ctype} );
/lucene-3.6.0/solr/core/src/java/org/apache/solr/servlet/
H A DSolrRequestParsers.java127 String contentType = params.get( CommonParams.STREAM_CONTENTTYPE );

Completed in 12 milliseconds