source: sandbox/expresso-solr/solr/docs/api/org/apache/solr/response/TextResponseWriter.html @ 7588

Revision 7588, 64.9 KB checked in by adir, 11 years ago (diff)

Ticket #000 - Adicionando a integracao de buscas com Solr na base a ser isnerida na comunidade

Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!--NewPage-->
3<HTML>
4<HEAD>
5<!-- Generated by javadoc (build 1.6.0_24) on Mon Jun 25 15:26:25 EDT 2012 -->
6<META http-equiv="Content-Type" content="text/html; charset=utf-8">
7<TITLE>
8TextResponseWriter (Solr 4.0.0-ALPHA API)
9</TITLE>
10
11<META NAME="date" CONTENT="2012-06-25">
12
13<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
14
15<SCRIPT type="text/javascript">
16function windowTitle()
17{
18    if (location.href.indexOf('is-external=true') == -1) {
19        parent.document.title="TextResponseWriter (Solr 4.0.0-ALPHA API)";
20    }
21}
22</SCRIPT>
23<NOSCRIPT>
24</NOSCRIPT>
25
26</HEAD>
27
28<BODY BGCOLOR="white" onload="windowTitle();">
29<HR>
30
31
32<!-- ========= START OF TOP NAVBAR ======= -->
33<A NAME="navbar_top"><!-- --></A>
34<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
35<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
36<TR>
37<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
38<A NAME="navbar_top_firstrow"><!-- --></A>
39<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
40  <TR ALIGN="center" VALIGN="top">
41  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
42  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
43  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
44  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/TextResponseWriter.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
45  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
46  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
47  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
48  </TR>
49</TABLE>
50</TD>
51<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
52</EM>
53</TD>
54</TR>
55
56<TR>
57<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
58&nbsp;<A HREF="../../../../org/apache/solr/response/SolrQueryResponse.html" title="class in org.apache.solr.response"><B>PREV CLASS</B></A>&nbsp;
59&nbsp;<A HREF="../../../../org/apache/solr/response/XMLResponseWriter.html" title="class in org.apache.solr.response"><B>NEXT CLASS</B></A></FONT></TD>
60<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
61  <A HREF="../../../../index.html?org/apache/solr/response/TextResponseWriter.html" target="_top"><B>FRAMES</B></A>  &nbsp;
62&nbsp;<A HREF="TextResponseWriter.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
63&nbsp;<SCRIPT type="text/javascript">
64  <!--
65  if(window==top) {
66    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
67  }
68  //-->
69</SCRIPT>
70<NOSCRIPT>
71  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
72</NOSCRIPT>
73
74
75</FONT></TD>
76</TR>
77<TR>
78<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
79  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
80<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
81DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
82</TR>
83</TABLE>
84<A NAME="skip-navbar_top"></A>
85<!-- ========= END OF TOP NAVBAR ========= -->
86
87<HR>
88<!-- ======== START OF CLASS DATA ======== -->
89<H2>
90<FONT SIZE="-1">
91org.apache.solr.response</FONT>
92<BR>
93Class TextResponseWriter</H2>
94<PRE>
95<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
96  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.solr.response.TextResponseWriter</B>
97</PRE>
98<DL>
99<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/apache/solr/response/XMLWriter.html" title="class in org.apache.solr.response">XMLWriter</A></DD>
100</DL>
101<HR>
102<DL>
103<DT><PRE>public abstract class <B>TextResponseWriter</B><DT>extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL>
104</PRE>
105
106<P>
107Base class for text-oriented response writers.
108<P>
109
110<P>
111<HR>
112
113<P>
114<!-- =========== FIELD SUMMARY =========== -->
115
116<A NAME="field_summary"><!-- --></A>
117<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
118<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
119<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
120<B>Field Summary</B></FONT></TH>
121</TR>
122<TR BGCOLOR="white" CLASS="TableRowColor">
123<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
124<CODE>protected &nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</A></CODE></FONT></TD>
125<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#cal">cal</A></B></CODE>
126
127<BR>
128&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
129</TR>
130<TR BGCOLOR="white" CLASS="TableRowColor">
131<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
132<CODE>protected &nbsp;boolean</CODE></FONT></TD>
133<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#doIndent">doIndent</A></B></CODE>
134
135<BR>
136&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
137</TR>
138<TR BGCOLOR="white" CLASS="TableRowColor">
139<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
140<CODE>protected &nbsp;int</CODE></FONT></TD>
141<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#level">level</A></B></CODE>
142
143<BR>
144&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
145</TR>
146<TR BGCOLOR="white" CLASS="TableRowColor">
147<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
148<CODE>protected &nbsp;<A HREF="../../../../org/apache/solr/request/SolrQueryRequest.html" title="interface in org.apache.solr.request">SolrQueryRequest</A></CODE></FONT></TD>
149<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#req">req</A></B></CODE>
150
151<BR>
152&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
153</TR>
154<TR BGCOLOR="white" CLASS="TableRowColor">
155<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
156<CODE>protected &nbsp;<A HREF="../../../../org/apache/solr/search/ReturnFields.html" title="class in org.apache.solr.search">ReturnFields</A></CODE></FONT></TD>
157<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#returnFields">returnFields</A></B></CODE>
158
159<BR>
160&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
161</TR>
162<TR BGCOLOR="white" CLASS="TableRowColor">
163<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
164<CODE>protected &nbsp;<A HREF="../../../../org/apache/solr/response/SolrQueryResponse.html" title="class in org.apache.solr.response">SolrQueryResponse</A></CODE></FONT></TD>
165<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#rsp">rsp</A></B></CODE>
166
167<BR>
168&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
169</TR>
170<TR BGCOLOR="white" CLASS="TableRowColor">
171<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
172<CODE>protected &nbsp;<A HREF="../../../../org/apache/solr/schema/IndexSchema.html" title="class in org.apache.solr.schema">IndexSchema</A></CODE></FONT></TD>
173<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#schema">schema</A></B></CODE>
174
175<BR>
176&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
177</TR>
178<TR BGCOLOR="white" CLASS="TableRowColor">
179<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
180<CODE>protected &nbsp;<A HREF="../../../../org/apache/solr/util/FastWriter.html" title="class in org.apache.solr.util">FastWriter</A></CODE></FONT></TD>
181<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#writer">writer</A></B></CODE>
182
183<BR>
184&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
185</TR>
186</TABLE>
187&nbsp;
188<!-- ======== CONSTRUCTOR SUMMARY ======== -->
189
190<A NAME="constructor_summary"><!-- --></A>
191<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
192<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
193<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
194<B>Constructor Summary</B></FONT></TH>
195</TR>
196<TR BGCOLOR="white" CLASS="TableRowColor">
197<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#TextResponseWriter(java.io.Writer, org.apache.solr.request.SolrQueryRequest, org.apache.solr.response.SolrQueryResponse)">TextResponseWriter</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</A>&nbsp;writer,
198                   <A HREF="../../../../org/apache/solr/request/SolrQueryRequest.html" title="interface in org.apache.solr.request">SolrQueryRequest</A>&nbsp;req,
199                   <A HREF="../../../../org/apache/solr/response/SolrQueryResponse.html" title="class in org.apache.solr.response">SolrQueryResponse</A>&nbsp;rsp)</CODE>
200
201<BR>
202&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
203</TR>
204</TABLE>
205&nbsp;
206<!-- ========== METHOD SUMMARY =========== -->
207
208<A NAME="method_summary"><!-- --></A>
209<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
210<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
211<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
212<B>Method Summary</B></FONT></TH>
213</TR>
214<TR BGCOLOR="white" CLASS="TableRowColor">
215<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
216<CODE>&nbsp;void</CODE></FONT></TD>
217<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#close()">close</A></B>()</CODE>
218
219<BR>
220&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;done with this ResponseWriter...</TD>
221</TR>
222<TR BGCOLOR="white" CLASS="TableRowColor">
223<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
224<CODE>&nbsp;int</CODE></FONT></TD>
225<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#decLevel()">decLevel</A></B>()</CODE>
226
227<BR>
228&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
229</TR>
230<TR BGCOLOR="white" CLASS="TableRowColor">
231<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
232<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</A></CODE></FONT></TD>
233<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#getWriter()">getWriter</A></B>()</CODE>
234
235<BR>
236&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;returns the Writer that the response is being written to</TD>
237</TR>
238<TR BGCOLOR="white" CLASS="TableRowColor">
239<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
240<CODE>&nbsp;int</CODE></FONT></TD>
241<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#incLevel()">incLevel</A></B>()</CODE>
242
243<BR>
244&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
245</TR>
246<TR BGCOLOR="white" CLASS="TableRowColor">
247<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
248<CODE>&nbsp;void</CODE></FONT></TD>
249<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#indent()">indent</A></B>()</CODE>
250
251<BR>
252&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
253</TR>
254<TR BGCOLOR="white" CLASS="TableRowColor">
255<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
256<CODE>&nbsp;void</CODE></FONT></TD>
257<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#indent(int)">indent</A></B>(int&nbsp;lev)</CODE>
258
259<BR>
260&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
261</TR>
262<TR BGCOLOR="white" CLASS="TableRowColor">
263<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
264<CODE>&nbsp;int</CODE></FONT></TD>
265<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#level()">level</A></B>()</CODE>
266
267<BR>
268&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
269</TR>
270<TR BGCOLOR="white" CLASS="TableRowColor">
271<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
272<CODE>&nbsp;void</CODE></FONT></TD>
273<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#setIndent(boolean)">setIndent</A></B>(boolean&nbsp;doIndent)</CODE>
274
275<BR>
276&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
277</TR>
278<TR BGCOLOR="white" CLASS="TableRowColor">
279<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
280<CODE>&nbsp;void</CODE></FONT></TD>
281<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#setLevel(int)">setLevel</A></B>(int&nbsp;level)</CODE>
282
283<BR>
284&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
285</TR>
286<TR BGCOLOR="white" CLASS="TableRowColor">
287<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
288<CODE>&nbsp;<A HREF="../../../../org/apache/solr/common/SolrDocument.html" title="class in org.apache.solr.common">SolrDocument</A></CODE></FONT></TD>
289<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#toSolrDocument(org.apache.lucene.document.Document)">toSolrDocument</A></B>(<A HREF="http://lucene.apache.org/java/4_0_0-ALPHA//core/org/apache/lucene/document/Document.html?is-external=true" title="class or interface in org.apache.lucene.document">Document</A>&nbsp;doc)</CODE>
290
291<BR>
292&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
293</TR>
294<TR BGCOLOR="white" CLASS="TableRowColor">
295<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
296<CODE>abstract &nbsp;void</CODE></FONT></TD>
297<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#writeArray(java.lang.String, java.util.Iterator)">writeArray</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
298           <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</A>&nbsp;val)</CODE>
299
300<BR>
301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
302</TR>
303<TR BGCOLOR="white" CLASS="TableRowColor">
304<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
305<CODE>&nbsp;void</CODE></FONT></TD>
306<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#writeArray(java.lang.String, java.lang.Object[])">writeArray</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
307           <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>[]&nbsp;val)</CODE>
308
309<BR>
310&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
311</TR>
312<TR BGCOLOR="white" CLASS="TableRowColor">
313<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
314<CODE>&nbsp;void</CODE></FONT></TD>
315<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#writeBool(java.lang.String, boolean)">writeBool</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
316          boolean&nbsp;val)</CODE>
317
318<BR>
319&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
320</TR>
321<TR BGCOLOR="white" CLASS="TableRowColor">
322<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
323<CODE>abstract &nbsp;void</CODE></FONT></TD>
324<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#writeBool(java.lang.String, java.lang.String)">writeBool</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
325          <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;val)</CODE>
326
327<BR>
328&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if this form of the method is called, val is the Java string form of a boolean</TD>
329</TR>
330<TR BGCOLOR="white" CLASS="TableRowColor">
331<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
332<CODE>&nbsp;void</CODE></FONT></TD>
333<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#writeByteArr(java.lang.String, byte[], int, int)">writeByteArr</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
334             byte[]&nbsp;buf,
335             int&nbsp;offset,
336             int&nbsp;len)</CODE>
337
338<BR>
339&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
340</TR>
341<TR BGCOLOR="white" CLASS="TableRowColor">
342<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
343<CODE>&nbsp;void</CODE></FONT></TD>
344<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#writeDate(java.lang.String, java.util.Date)">writeDate</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
345          <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A>&nbsp;val)</CODE>
346
347<BR>
348&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
349</TR>
350<TR BGCOLOR="white" CLASS="TableRowColor">
351<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
352<CODE>abstract &nbsp;void</CODE></FONT></TD>
353<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#writeDate(java.lang.String, java.lang.String)">writeDate</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
354          <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;val)</CODE>
355
356<BR>
357&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if this form of the method is called, val is the Solr ISO8601 based date format</TD>
358</TR>
359<TR BGCOLOR="white" CLASS="TableRowColor">
360<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
361<CODE>&nbsp;void</CODE></FONT></TD>
362<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#writeDocuments(java.lang.String, org.apache.solr.response.ResultContext, org.apache.solr.search.ReturnFields)">writeDocuments</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
363               <A HREF="../../../../org/apache/solr/response/ResultContext.html" title="class in org.apache.solr.response">ResultContext</A>&nbsp;res,
364               <A HREF="../../../../org/apache/solr/search/ReturnFields.html" title="class in org.apache.solr.search">ReturnFields</A>&nbsp;fields)</CODE>
365
366<BR>
367&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
368</TR>
369<TR BGCOLOR="white" CLASS="TableRowColor">
370<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
371<CODE>&nbsp;void</CODE></FONT></TD>
372<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#writeDouble(java.lang.String, double)">writeDouble</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
373            double&nbsp;val)</CODE>
374
375<BR>
376&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
377</TR>
378<TR BGCOLOR="white" CLASS="TableRowColor">
379<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
380<CODE>abstract &nbsp;void</CODE></FONT></TD>
381<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#writeDouble(java.lang.String, java.lang.String)">writeDouble</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
382            <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;val)</CODE>
383
384<BR>
385&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if this form of the method is called, val is the Java string form of a double</TD>
386</TR>
387<TR BGCOLOR="white" CLASS="TableRowColor">
388<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
389<CODE>abstract &nbsp;void</CODE></FONT></TD>
390<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#writeEndDocumentList()">writeEndDocumentList</A></B>()</CODE>
391
392<BR>
393&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
394</TR>
395<TR BGCOLOR="white" CLASS="TableRowColor">
396<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
397<CODE>&nbsp;void</CODE></FONT></TD>
398<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#writeFloat(java.lang.String, float)">writeFloat</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
399           float&nbsp;val)</CODE>
400
401<BR>
402&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
403</TR>
404<TR BGCOLOR="white" CLASS="TableRowColor">
405<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
406<CODE>abstract &nbsp;void</CODE></FONT></TD>
407<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#writeFloat(java.lang.String, java.lang.String)">writeFloat</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
408           <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;val)</CODE>
409
410<BR>
411&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if this form of the method is called, val is the Java string form of a float</TD>
412</TR>
413<TR BGCOLOR="white" CLASS="TableRowColor">
414<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
415<CODE>&nbsp;void</CODE></FONT></TD>
416<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#writeInt(java.lang.String, int)">writeInt</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
417         int&nbsp;val)</CODE>
418
419<BR>
420&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
421</TR>
422<TR BGCOLOR="white" CLASS="TableRowColor">
423<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
424<CODE>abstract &nbsp;void</CODE></FONT></TD>
425<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#writeInt(java.lang.String, java.lang.String)">writeInt</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
426         <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;val)</CODE>
427
428<BR>
429&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if this form of the method is called, val is the Java string form of an int</TD>
430</TR>
431<TR BGCOLOR="white" CLASS="TableRowColor">
432<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
433<CODE>&nbsp;void</CODE></FONT></TD>
434<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#writeLong(java.lang.String, long)">writeLong</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
435          long&nbsp;val)</CODE>
436
437<BR>
438&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
439</TR>
440<TR BGCOLOR="white" CLASS="TableRowColor">
441<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
442<CODE>abstract &nbsp;void</CODE></FONT></TD>
443<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#writeLong(java.lang.String, java.lang.String)">writeLong</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
444          <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;val)</CODE>
445
446<BR>
447&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if this form of the method is called, val is the Java string form of a long</TD>
448</TR>
449<TR BGCOLOR="white" CLASS="TableRowColor">
450<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
451<CODE>abstract &nbsp;void</CODE></FONT></TD>
452<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#writeMap(java.lang.String, java.util.Map, boolean, boolean)">writeMap</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
453         <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&nbsp;val,
454         boolean&nbsp;excludeOuter,
455         boolean&nbsp;isFirstVal)</CODE>
456
457<BR>
458&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
459</TR>
460<TR BGCOLOR="white" CLASS="TableRowColor">
461<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
462<CODE>abstract &nbsp;void</CODE></FONT></TD>
463<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#writeNamedList(java.lang.String, org.apache.solr.common.util.NamedList)">writeNamedList</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
464               <A HREF="../../../../org/apache/solr/common/util/NamedList.html" title="class in org.apache.solr.common.util">NamedList</A>&nbsp;val)</CODE>
465
466<BR>
467&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
468</TR>
469<TR BGCOLOR="white" CLASS="TableRowColor">
470<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
471<CODE>abstract &nbsp;void</CODE></FONT></TD>
472<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#writeNull(java.lang.String)">writeNull</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name)</CODE>
473
474<BR>
475&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
476</TR>
477<TR BGCOLOR="white" CLASS="TableRowColor">
478<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
479<CODE>abstract &nbsp;void</CODE></FONT></TD>
480<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#writeSolrDocument(java.lang.String, org.apache.solr.common.SolrDocument, org.apache.solr.search.ReturnFields, int)">writeSolrDocument</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
481                  <A HREF="../../../../org/apache/solr/common/SolrDocument.html" title="class in org.apache.solr.common">SolrDocument</A>&nbsp;doc,
482                  <A HREF="../../../../org/apache/solr/search/ReturnFields.html" title="class in org.apache.solr.search">ReturnFields</A>&nbsp;returnFields,
483                  int&nbsp;idx)</CODE>
484
485<BR>
486&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
487</TR>
488<TR BGCOLOR="white" CLASS="TableRowColor">
489<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
490<CODE>&nbsp;void</CODE></FONT></TD>
491<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#writeSolrDocumentList(java.lang.String, org.apache.solr.common.SolrDocumentList, org.apache.solr.search.ReturnFields)">writeSolrDocumentList</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
492                      <A HREF="../../../../org/apache/solr/common/SolrDocumentList.html" title="class in org.apache.solr.common">SolrDocumentList</A>&nbsp;docs,
493                      <A HREF="../../../../org/apache/solr/search/ReturnFields.html" title="class in org.apache.solr.search">ReturnFields</A>&nbsp;returnFields)</CODE>
494
495<BR>
496&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
497</TR>
498<TR BGCOLOR="white" CLASS="TableRowColor">
499<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
500<CODE>abstract &nbsp;void</CODE></FONT></TD>
501<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#writeStartDocumentList(java.lang.String, long, int, long, java.lang.Float)">writeStartDocumentList</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
502                       long&nbsp;start,
503                       int&nbsp;size,
504                       long&nbsp;numFound,
505                       <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</A>&nbsp;maxScore)</CODE>
506
507<BR>
508&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
509</TR>
510<TR BGCOLOR="white" CLASS="TableRowColor">
511<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
512<CODE>abstract &nbsp;void</CODE></FONT></TD>
513<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#writeStr(java.lang.String, java.lang.String, boolean)">writeStr</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
514         <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;val,
515         boolean&nbsp;needsEscaping)</CODE>
516
517<BR>
518&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
519</TR>
520<TR BGCOLOR="white" CLASS="TableRowColor">
521<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
522<CODE>&nbsp;void</CODE></FONT></TD>
523<TD><CODE><B><A HREF="../../../../org/apache/solr/response/TextResponseWriter.html#writeVal(java.lang.String, java.lang.Object)">writeVal</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
524         <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;val)</CODE>
525
526<BR>
527&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
528</TR>
529</TABLE>
530&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
531<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
532<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
533<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
534</TR>
535<TR BGCOLOR="white" CLASS="TableRowColor">
536<TD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
537</TR>
538</TABLE>
539&nbsp;
540<P>
541
542<!-- ============ FIELD DETAIL =========== -->
543
544<A NAME="field_detail"><!-- --></A>
545<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
546<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
547<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
548<B>Field Detail</B></FONT></TH>
549</TR>
550</TABLE>
551
552<A NAME="writer"><!-- --></A><H3>
553writer</H3>
554<PRE>
555protected final <A HREF="../../../../org/apache/solr/util/FastWriter.html" title="class in org.apache.solr.util">FastWriter</A> <B>writer</B></PRE>
556<DL>
557<DL>
558</DL>
559</DL>
560<HR>
561
562<A NAME="schema"><!-- --></A><H3>
563schema</H3>
564<PRE>
565protected final <A HREF="../../../../org/apache/solr/schema/IndexSchema.html" title="class in org.apache.solr.schema">IndexSchema</A> <B>schema</B></PRE>
566<DL>
567<DL>
568</DL>
569</DL>
570<HR>
571
572<A NAME="req"><!-- --></A><H3>
573req</H3>
574<PRE>
575protected final <A HREF="../../../../org/apache/solr/request/SolrQueryRequest.html" title="interface in org.apache.solr.request">SolrQueryRequest</A> <B>req</B></PRE>
576<DL>
577<DL>
578</DL>
579</DL>
580<HR>
581
582<A NAME="rsp"><!-- --></A><H3>
583rsp</H3>
584<PRE>
585protected final <A HREF="../../../../org/apache/solr/response/SolrQueryResponse.html" title="class in org.apache.solr.response">SolrQueryResponse</A> <B>rsp</B></PRE>
586<DL>
587<DL>
588</DL>
589</DL>
590<HR>
591
592<A NAME="returnFields"><!-- --></A><H3>
593returnFields</H3>
594<PRE>
595protected <A HREF="../../../../org/apache/solr/search/ReturnFields.html" title="class in org.apache.solr.search">ReturnFields</A> <B>returnFields</B></PRE>
596<DL>
597<DL>
598</DL>
599</DL>
600<HR>
601
602<A NAME="level"><!-- --></A><H3>
603level</H3>
604<PRE>
605protected int <B>level</B></PRE>
606<DL>
607<DL>
608</DL>
609</DL>
610<HR>
611
612<A NAME="doIndent"><!-- --></A><H3>
613doIndent</H3>
614<PRE>
615protected boolean <B>doIndent</B></PRE>
616<DL>
617<DL>
618</DL>
619</DL>
620<HR>
621
622<A NAME="cal"><!-- --></A><H3>
623cal</H3>
624<PRE>
625protected <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</A> <B>cal</B></PRE>
626<DL>
627<DL>
628</DL>
629</DL>
630
631<!-- ========= CONSTRUCTOR DETAIL ======== -->
632
633<A NAME="constructor_detail"><!-- --></A>
634<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
635<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
636<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
637<B>Constructor Detail</B></FONT></TH>
638</TR>
639</TABLE>
640
641<A NAME="TextResponseWriter(java.io.Writer, org.apache.solr.request.SolrQueryRequest, org.apache.solr.response.SolrQueryResponse)"><!-- --></A><H3>
642TextResponseWriter</H3>
643<PRE>
644public <B>TextResponseWriter</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</A>&nbsp;writer,
645                          <A HREF="../../../../org/apache/solr/request/SolrQueryRequest.html" title="interface in org.apache.solr.request">SolrQueryRequest</A>&nbsp;req,
646                          <A HREF="../../../../org/apache/solr/response/SolrQueryResponse.html" title="class in org.apache.solr.response">SolrQueryResponse</A>&nbsp;rsp)</PRE>
647<DL>
648</DL>
649
650<!-- ============ METHOD DETAIL ========== -->
651
652<A NAME="method_detail"><!-- --></A>
653<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
654<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
655<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
656<B>Method Detail</B></FONT></TH>
657</TR>
658</TABLE>
659
660<A NAME="close()"><!-- --></A><H3>
661close</H3>
662<PRE>
663public void <B>close</B>()
664           throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
665<DL>
666<DD>done with this ResponseWriter... make sure any buffers are flushed to writer
667<P>
668<DD><DL>
669
670<DT><B>Throws:</B>
671<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
672</DD>
673</DL>
674<HR>
675
676<A NAME="getWriter()"><!-- --></A><H3>
677getWriter</H3>
678<PRE>
679public <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</A> <B>getWriter</B>()</PRE>
680<DL>
681<DD>returns the Writer that the response is being written to
682<P>
683<DD><DL>
684</DL>
685</DD>
686</DL>
687<HR>
688
689<A NAME="indent()"><!-- --></A><H3>
690indent</H3>
691<PRE>
692public void <B>indent</B>()
693            throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
694<DL>
695<DD><DL>
696
697<DT><B>Throws:</B>
698<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
699</DD>
700</DL>
701<HR>
702
703<A NAME="indent(int)"><!-- --></A><H3>
704indent</H3>
705<PRE>
706public void <B>indent</B>(int&nbsp;lev)
707            throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
708<DL>
709<DD><DL>
710
711<DT><B>Throws:</B>
712<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
713</DD>
714</DL>
715<HR>
716
717<A NAME="setLevel(int)"><!-- --></A><H3>
718setLevel</H3>
719<PRE>
720public void <B>setLevel</B>(int&nbsp;level)</PRE>
721<DL>
722<DD><DL>
723</DL>
724</DD>
725</DL>
726<HR>
727
728<A NAME="level()"><!-- --></A><H3>
729level</H3>
730<PRE>
731public int <B>level</B>()</PRE>
732<DL>
733<DD><DL>
734</DL>
735</DD>
736</DL>
737<HR>
738
739<A NAME="incLevel()"><!-- --></A><H3>
740incLevel</H3>
741<PRE>
742public int <B>incLevel</B>()</PRE>
743<DL>
744<DD><DL>
745</DL>
746</DD>
747</DL>
748<HR>
749
750<A NAME="decLevel()"><!-- --></A><H3>
751decLevel</H3>
752<PRE>
753public int <B>decLevel</B>()</PRE>
754<DL>
755<DD><DL>
756</DL>
757</DD>
758</DL>
759<HR>
760
761<A NAME="setIndent(boolean)"><!-- --></A><H3>
762setIndent</H3>
763<PRE>
764public void <B>setIndent</B>(boolean&nbsp;doIndent)</PRE>
765<DL>
766<DD><DL>
767</DL>
768</DD>
769</DL>
770<HR>
771
772<A NAME="writeNamedList(java.lang.String, org.apache.solr.common.util.NamedList)"><!-- --></A><H3>
773writeNamedList</H3>
774<PRE>
775public abstract void <B>writeNamedList</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
776                                    <A HREF="../../../../org/apache/solr/common/util/NamedList.html" title="class in org.apache.solr.common.util">NamedList</A>&nbsp;val)
777                             throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
778<DL>
779<DD><DL>
780
781<DT><B>Throws:</B>
782<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
783</DD>
784</DL>
785<HR>
786
787<A NAME="writeVal(java.lang.String, java.lang.Object)"><!-- --></A><H3>
788writeVal</H3>
789<PRE>
790public final void <B>writeVal</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
791                           <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;val)
792                    throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
793<DL>
794<DD><DL>
795
796<DT><B>Throws:</B>
797<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
798</DD>
799</DL>
800<HR>
801
802<A NAME="writeStartDocumentList(java.lang.String, long, int, long, java.lang.Float)"><!-- --></A><H3>
803writeStartDocumentList</H3>
804<PRE>
805public abstract void <B>writeStartDocumentList</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
806                                            long&nbsp;start,
807                                            int&nbsp;size,
808                                            long&nbsp;numFound,
809                                            <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</A>&nbsp;maxScore)
810                                     throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
811<DL>
812<DD><DL>
813
814<DT><B>Throws:</B>
815<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
816</DD>
817</DL>
818<HR>
819
820<A NAME="writeSolrDocument(java.lang.String, org.apache.solr.common.SolrDocument, org.apache.solr.search.ReturnFields, int)"><!-- --></A><H3>
821writeSolrDocument</H3>
822<PRE>
823public abstract void <B>writeSolrDocument</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
824                                       <A HREF="../../../../org/apache/solr/common/SolrDocument.html" title="class in org.apache.solr.common">SolrDocument</A>&nbsp;doc,
825                                       <A HREF="../../../../org/apache/solr/search/ReturnFields.html" title="class in org.apache.solr.search">ReturnFields</A>&nbsp;returnFields,
826                                       int&nbsp;idx)
827                                throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
828<DL>
829<DD><DL>
830
831<DT><B>Throws:</B>
832<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
833</DD>
834</DL>
835<HR>
836
837<A NAME="writeEndDocumentList()"><!-- --></A><H3>
838writeEndDocumentList</H3>
839<PRE>
840public abstract void <B>writeEndDocumentList</B>()
841                                   throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
842<DL>
843<DD><DL>
844
845<DT><B>Throws:</B>
846<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
847</DD>
848</DL>
849<HR>
850
851<A NAME="writeSolrDocumentList(java.lang.String, org.apache.solr.common.SolrDocumentList, org.apache.solr.search.ReturnFields)"><!-- --></A><H3>
852writeSolrDocumentList</H3>
853<PRE>
854public final void <B>writeSolrDocumentList</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
855                                        <A HREF="../../../../org/apache/solr/common/SolrDocumentList.html" title="class in org.apache.solr.common">SolrDocumentList</A>&nbsp;docs,
856                                        <A HREF="../../../../org/apache/solr/search/ReturnFields.html" title="class in org.apache.solr.search">ReturnFields</A>&nbsp;returnFields)
857                                 throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
858<DL>
859<DD><DL>
860
861<DT><B>Throws:</B>
862<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
863</DD>
864</DL>
865<HR>
866
867<A NAME="toSolrDocument(org.apache.lucene.document.Document)"><!-- --></A><H3>
868toSolrDocument</H3>
869<PRE>
870public final <A HREF="../../../../org/apache/solr/common/SolrDocument.html" title="class in org.apache.solr.common">SolrDocument</A> <B>toSolrDocument</B>(<A HREF="http://lucene.apache.org/java/4_0_0-ALPHA//core/org/apache/lucene/document/Document.html?is-external=true" title="class or interface in org.apache.lucene.document">Document</A>&nbsp;doc)</PRE>
871<DL>
872<DD><DL>
873</DL>
874</DD>
875</DL>
876<HR>
877
878<A NAME="writeDocuments(java.lang.String, org.apache.solr.response.ResultContext, org.apache.solr.search.ReturnFields)"><!-- --></A><H3>
879writeDocuments</H3>
880<PRE>
881public final void <B>writeDocuments</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
882                                 <A HREF="../../../../org/apache/solr/response/ResultContext.html" title="class in org.apache.solr.response">ResultContext</A>&nbsp;res,
883                                 <A HREF="../../../../org/apache/solr/search/ReturnFields.html" title="class in org.apache.solr.search">ReturnFields</A>&nbsp;fields)
884                          throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
885<DL>
886<DD><DL>
887
888<DT><B>Throws:</B>
889<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
890</DD>
891</DL>
892<HR>
893
894<A NAME="writeStr(java.lang.String, java.lang.String, boolean)"><!-- --></A><H3>
895writeStr</H3>
896<PRE>
897public abstract void <B>writeStr</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
898                              <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;val,
899                              boolean&nbsp;needsEscaping)
900                       throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
901<DL>
902<DD><DL>
903
904<DT><B>Throws:</B>
905<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
906</DD>
907</DL>
908<HR>
909
910<A NAME="writeMap(java.lang.String, java.util.Map, boolean, boolean)"><!-- --></A><H3>
911writeMap</H3>
912<PRE>
913public abstract void <B>writeMap</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
914                              <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&nbsp;val,
915                              boolean&nbsp;excludeOuter,
916                              boolean&nbsp;isFirstVal)
917                       throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
918<DL>
919<DD><DL>
920
921<DT><B>Throws:</B>
922<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
923</DD>
924</DL>
925<HR>
926
927<A NAME="writeArray(java.lang.String, java.lang.Object[])"><!-- --></A><H3>
928writeArray</H3>
929<PRE>
930public void <B>writeArray</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
931                       <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>[]&nbsp;val)
932                throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
933<DL>
934<DD><DL>
935
936<DT><B>Throws:</B>
937<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
938</DD>
939</DL>
940<HR>
941
942<A NAME="writeArray(java.lang.String, java.util.Iterator)"><!-- --></A><H3>
943writeArray</H3>
944<PRE>
945public abstract void <B>writeArray</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
946                                <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</A>&nbsp;val)
947                         throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
948<DL>
949<DD><DL>
950
951<DT><B>Throws:</B>
952<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
953</DD>
954</DL>
955<HR>
956
957<A NAME="writeNull(java.lang.String)"><!-- --></A><H3>
958writeNull</H3>
959<PRE>
960public abstract void <B>writeNull</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name)
961                        throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
962<DL>
963<DD><DL>
964
965<DT><B>Throws:</B>
966<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
967</DD>
968</DL>
969<HR>
970
971<A NAME="writeInt(java.lang.String, java.lang.String)"><!-- --></A><H3>
972writeInt</H3>
973<PRE>
974public abstract void <B>writeInt</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
975                              <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;val)
976                       throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
977<DL>
978<DD>if this form of the method is called, val is the Java string form of an int
979<P>
980<DD><DL>
981
982<DT><B>Throws:</B>
983<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
984</DD>
985</DL>
986<HR>
987
988<A NAME="writeInt(java.lang.String, int)"><!-- --></A><H3>
989writeInt</H3>
990<PRE>
991public void <B>writeInt</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
992                     int&nbsp;val)
993              throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
994<DL>
995<DD><DL>
996
997<DT><B>Throws:</B>
998<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
999</DD>
1000</DL>
1001<HR>
1002
1003<A NAME="writeLong(java.lang.String, java.lang.String)"><!-- --></A><H3>
1004writeLong</H3>
1005<PRE>
1006public abstract void <B>writeLong</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
1007                               <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;val)
1008                        throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
1009<DL>
1010<DD>if this form of the method is called, val is the Java string form of a long
1011<P>
1012<DD><DL>
1013
1014<DT><B>Throws:</B>
1015<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
1016</DD>
1017</DL>
1018<HR>
1019
1020<A NAME="writeLong(java.lang.String, long)"><!-- --></A><H3>
1021writeLong</H3>
1022<PRE>
1023public void <B>writeLong</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
1024                      long&nbsp;val)
1025               throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
1026<DL>
1027<DD><DL>
1028
1029<DT><B>Throws:</B>
1030<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
1031</DD>
1032</DL>
1033<HR>
1034
1035<A NAME="writeBool(java.lang.String, java.lang.String)"><!-- --></A><H3>
1036writeBool</H3>
1037<PRE>
1038public abstract void <B>writeBool</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
1039                               <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;val)
1040                        throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
1041<DL>
1042<DD>if this form of the method is called, val is the Java string form of a boolean
1043<P>
1044<DD><DL>
1045
1046<DT><B>Throws:</B>
1047<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
1048</DD>
1049</DL>
1050<HR>
1051
1052<A NAME="writeBool(java.lang.String, boolean)"><!-- --></A><H3>
1053writeBool</H3>
1054<PRE>
1055public void <B>writeBool</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
1056                      boolean&nbsp;val)
1057               throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
1058<DL>
1059<DD><DL>
1060
1061<DT><B>Throws:</B>
1062<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
1063</DD>
1064</DL>
1065<HR>
1066
1067<A NAME="writeFloat(java.lang.String, java.lang.String)"><!-- --></A><H3>
1068writeFloat</H3>
1069<PRE>
1070public abstract void <B>writeFloat</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
1071                                <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;val)
1072                         throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
1073<DL>
1074<DD>if this form of the method is called, val is the Java string form of a float
1075<P>
1076<DD><DL>
1077
1078<DT><B>Throws:</B>
1079<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
1080</DD>
1081</DL>
1082<HR>
1083
1084<A NAME="writeFloat(java.lang.String, float)"><!-- --></A><H3>
1085writeFloat</H3>
1086<PRE>
1087public void <B>writeFloat</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
1088                       float&nbsp;val)
1089                throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
1090<DL>
1091<DD><DL>
1092
1093<DT><B>Throws:</B>
1094<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
1095</DD>
1096</DL>
1097<HR>
1098
1099<A NAME="writeDouble(java.lang.String, java.lang.String)"><!-- --></A><H3>
1100writeDouble</H3>
1101<PRE>
1102public abstract void <B>writeDouble</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
1103                                 <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;val)
1104                          throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
1105<DL>
1106<DD>if this form of the method is called, val is the Java string form of a double
1107<P>
1108<DD><DL>
1109
1110<DT><B>Throws:</B>
1111<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
1112</DD>
1113</DL>
1114<HR>
1115
1116<A NAME="writeDouble(java.lang.String, double)"><!-- --></A><H3>
1117writeDouble</H3>
1118<PRE>
1119public void <B>writeDouble</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
1120                        double&nbsp;val)
1121                 throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
1122<DL>
1123<DD><DL>
1124
1125<DT><B>Throws:</B>
1126<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
1127</DD>
1128</DL>
1129<HR>
1130
1131<A NAME="writeDate(java.lang.String, java.util.Date)"><!-- --></A><H3>
1132writeDate</H3>
1133<PRE>
1134public void <B>writeDate</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
1135                      <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A>&nbsp;val)
1136               throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
1137<DL>
1138<DD><DL>
1139
1140<DT><B>Throws:</B>
1141<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
1142</DD>
1143</DL>
1144<HR>
1145
1146<A NAME="writeDate(java.lang.String, java.lang.String)"><!-- --></A><H3>
1147writeDate</H3>
1148<PRE>
1149public abstract void <B>writeDate</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
1150                               <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;val)
1151                        throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
1152<DL>
1153<DD>if this form of the method is called, val is the Solr ISO8601 based date format
1154<P>
1155<DD><DL>
1156
1157<DT><B>Throws:</B>
1158<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
1159</DD>
1160</DL>
1161<HR>
1162
1163<A NAME="writeByteArr(java.lang.String, byte[], int, int)"><!-- --></A><H3>
1164writeByteArr</H3>
1165<PRE>
1166public void <B>writeByteArr</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
1167                         byte[]&nbsp;buf,
1168                         int&nbsp;offset,
1169                         int&nbsp;len)
1170                  throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
1171<DL>
1172<DD><DL>
1173
1174<DT><B>Throws:</B>
1175<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
1176</DD>
1177</DL>
1178<!-- ========= END OF CLASS DATA ========= -->
1179<HR>
1180
1181
1182<!-- ======= START OF BOTTOM NAVBAR ====== -->
1183<A NAME="navbar_bottom"><!-- --></A>
1184<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
1185<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
1186<TR>
1187<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
1188<A NAME="navbar_bottom_firstrow"><!-- --></A>
1189<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
1190  <TR ALIGN="center" VALIGN="top">
1191  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
1192  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
1193  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
1194  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/TextResponseWriter.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
1195  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
1196  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
1197  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
1198  </TR>
1199</TABLE>
1200</TD>
1201<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
1202</EM>
1203</TD>
1204</TR>
1205
1206<TR>
1207<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
1208&nbsp;<A HREF="../../../../org/apache/solr/response/SolrQueryResponse.html" title="class in org.apache.solr.response"><B>PREV CLASS</B></A>&nbsp;
1209&nbsp;<A HREF="../../../../org/apache/solr/response/XMLResponseWriter.html" title="class in org.apache.solr.response"><B>NEXT CLASS</B></A></FONT></TD>
1210<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
1211  <A HREF="../../../../index.html?org/apache/solr/response/TextResponseWriter.html" target="_top"><B>FRAMES</B></A>  &nbsp;
1212&nbsp;<A HREF="TextResponseWriter.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
1213&nbsp;<SCRIPT type="text/javascript">
1214  <!--
1215  if(window==top) {
1216    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
1217  }
1218  //-->
1219</SCRIPT>
1220<NOSCRIPT>
1221  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
1222</NOSCRIPT>
1223
1224
1225</FONT></TD>
1226</TR>
1227<TR>
1228<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
1229  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
1230<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
1231DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
1232</TR>
1233</TABLE>
1234<A NAME="skip-navbar_bottom"></A>
1235<!-- ======== END OF BOTTOM NAVBAR ======= -->
1236
1237<HR>
1238
1239          <address>Copyright &copy; 2000-2012 Apache Software Foundation.  All Rights Reserved.</address>
1240          <script src='../../../../prettify.js' type='text/javascript'></script>
1241          <script type='text/javascript'>
1242            (function(){
1243              var oldonload = window.onload;
1244              if (typeof oldonload != 'function') {
1245                window.onload = prettyPrint;
1246              } else {
1247                window.onload = function() {
1248                  oldonload();
1249                  prettyPrint();
1250                }
1251              }
1252            })();
1253          </script>
1254       
1255</BODY>
1256</HTML>
Note: See TracBrowser for help on using the repository browser.