Searched defs:write (Results 1 - 25 of 78) sorted by relevance

1234

/lucene-3.6.0/solr/core/src/java/org/apache/solr/response/
H A DBinaryQueryResponseWriter.java27 * write response in binary format
29 * But it may not implement the <code>write(Writer writer, SolrQueryRequest request, SolrQueryResponse response)</code>
35 /**Use it to write the reponse in a binary format
37 public void write(OutputStream out, SolrQueryRequest request, SolrQueryResponse response) throws IOException; method in interface:BinaryQueryResponseWriter
H A DGenericTextResponseWriter.java53 * The {@link Writer} to write the text output to.
59 public void write(Writer writer, SolrQueryRequest request, method in class:GenericTextResponseWriter
61 super.write(getSingleResponseWriter(writer, request, response), request,
71 * The {@link Writer} to write the text data response to.
H A DGenericBinaryResponseWriter.java53 * The {@link OutputStream} to write the binary data to.
59 public void write(OutputStream out, SolrQueryRequest request, method in class:GenericBinaryResponseWriter
61 super.write(getSingleResponseWriter(out, request, response), request,
72 * The {@link OutputStream} to write the binary data response to.
85 public void write(Writer writer, SolrQueryRequest request, SolrQueryResponse response) throws IOException { method in class:GenericBinaryResponseWriter
86 throw new RuntimeException("This is a binary writer , Cannot write to a characterstream");
H A DQueryResponseWriter.java58 * There are no mandatory actions that write must perform.
59 * An empty write implementation would fulfill
63 public void write(Writer writer, SolrQueryRequest request, SolrQueryResponse response) throws IOException; method in interface:QueryResponseWriter
72 * correspond with the output produced by the write method.
H A DRawResponseWriter.java39 * "base" QueryResponseWriter will be used to write the response
80 public void write(Writer writer, SolrQueryRequest request, SolrQueryResponse response) throws IOException method in class:RawResponseWriter
94 getBaseWriter( request ).write( writer, request, response );
98 public void write(OutputStream out, SolrQueryRequest request, method in class:RawResponseWriter
112 //getBaseWriter( request ).write( writer, request, response );
H A DXMLResponseWriter.java34 public void write(Writer writer, SolrQueryRequest req, SolrQueryResponse rsp) throws IOException { method in class:XMLResponseWriter
/lucene-3.6.0/solr/core/src/java/org/apache/solr/schema/
H A DBCDLongField.java29 public void write(XMLWriter xmlWriter, String name, Fieldable f) throws IOException { method in class:BCDLongField
H A DBCDStrField.java29 public void write(XMLWriter xmlWriter, String name, Fieldable f) throws IOException { method in class:BCDStrField
H A DStrField.java39 public void write(XMLWriter xmlWriter, String name, Fieldable f) throws IOException { method in class:StrField
44 public void write(TextResponseWriter writer, String name, Fieldable f) throws IOException { method in class:StrField
H A DBCDIntField.java65 public void write(XMLWriter xmlWriter, String name, Fieldable f) throws IOException { method in class:BCDIntField
70 public void write(TextResponseWriter writer, String name, Fieldable f) throws IOException { method in class:BCDIntField
H A DBinaryField.java34 public void write(XMLWriter xmlWriter, String name, Fieldable f) throws IOException { method in class:BinaryField
43 public void write(TextResponseWriter writer, String name, Fieldable f) throws IOException { method in class:BinaryField
H A DByteField.java70 public void write(XMLWriter xmlWriter, String name, Fieldable f) throws IOException { method in class:ByteField
75 public void write(TextResponseWriter writer, String name, Fieldable f) throws IOException { method in class:ByteField
93 // can't parse - write out the contents as a string so nothing is lost and
H A DDoubleField.java66 public void write(XMLWriter xmlWriter, String name, Fieldable f) throws IOException { method in class:DoubleField
71 public void write(TextResponseWriter writer, String name, Fieldable f) throws IOException { method in class:DoubleField
89 // can't parse - write out the contents as a string so nothing is lost and
H A DFloatField.java64 public void write(XMLWriter xmlWriter, String name, Fieldable f) throws IOException { method in class:FloatField
69 public void write(TextResponseWriter writer, String name, Fieldable f) throws IOException { method in class:FloatField
87 // can't parse - write out the contents as a string so nothing is lost and
H A DGeoHashField.java72 public void write(XMLWriter xmlWriter, String name, Fieldable f) method in class:GeoHashField
78 public void write(TextResponseWriter writer, String name, Fieldable f) method in class:GeoHashField
H A DIntField.java64 public void write(XMLWriter xmlWriter, String name, Fieldable f) throws IOException { method in class:IntField
69 public void write(TextResponseWriter writer, String name, Fieldable f) throws IOException { method in class:IntField
87 // can't parse - write out the contents as a string so nothing is lost and
H A DLongField.java67 public void write(XMLWriter xmlWriter, String name, Fieldable f) throws IOException { method in class:LongField
72 public void write(TextResponseWriter writer, String name, Fieldable f) throws IOException { method in class:LongField
90 // can't parse - write out the contents as a string so nothing is lost and
/lucene-3.6.0/lucene/contrib/analyzers/kuromoji/src/tools/java/org/apache/lucene/analysis/ja/util/
H A DConnectionCostsWriter.java38 * Constructor for building. TODO: remove write access
50 public void write(String baseDir) throws IOException { method in class:ConnectionCostsWriter
H A DTokenInfoDictionaryWriter.java38 public void write(String baseDir) throws IOException { method in class:TokenInfoDictionaryWriter
39 super.write(baseDir);
H A DCharacterDefinitionWriter.java41 * Constructor for building. TODO: remove write access
73 public void write(String baseDir) throws IOException { method in class:CharacterDefinitionWriter
H A DUnknownDictionaryWriter.java61 public void write(String baseDir) throws IOException { method in class:UnknownDictionaryWriter
62 super.write(baseDir);
63 characterDefinition.write(baseDir);
/lucene-3.6.0/lucene/contrib/facet/src/java/org/apache/lucene/util/
H A DUnsafeByteArrayOutputStream.java114 public void write(int value) throws IOException { method in class:UnsafeByteArrayOutputStream
134 public void write(byte[] b, int off, int len) throws IOException { method in class:UnsafeByteArrayOutputStream
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/util/
H A DmakeEuroparlLineFile.py41 def write(date, title, pending, fOut): function
46 fOut.write(line)
82 write(date, title, pending, fOut)
94 write(date, title, pending, fOut)
100 write(date, title, pending, fOut)
/lucene-3.6.0/solr/contrib/velocity/src/java/org/apache/solr/response/
H A DVelocityResponseWriter.java39 public void write(Writer writer, SolrQueryRequest request, SolrQueryResponse response) throws IOException { method in class:VelocityResponseWriter
103 writer.write(request.getParams().get("v.json") + "(");
104 writer.write(getJSONWrap(stringWriter.toString()));
105 writer.write(')');
107 writer.write(stringWriter.toString());
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/util/
H A DmakeEuroparlLineFile.py41 def write(date, title, pending, fOut): function
46 fOut.write(line)
82 write(date, title, pending, fOut)
94 write(date, title, pending, fOut)
100 write(date, title, pending, fOut)

Completed in 33 milliseconds

1234