Package org.apache.solr.core
Interface SolrCore.RawWriter
-
- All Known Implementing Classes:
ExportWriter
- Enclosing class:
- SolrCore
public static interface SolrCore.RawWriter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default String
getContentType()
void
write(OutputStream os)
-
-
-
Method Detail
-
getContentType
default String getContentType()
-
write
void write(OutputStream os) throws IOException
- Throws:
IOException
-
-