source: sandbox/expresso-solr/solr/docs/api/org/apache/solr/search/DocList.html @ 7588

Revision 7588, 16.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>
8DocList (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="DocList (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/DocList.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/search/DocIterator.html" title="interface in org.apache.solr.search"><B>PREV CLASS</B></A>&nbsp;
59&nbsp;<A HREF="../../../../org/apache/solr/search/DocListAndSet.html" title="class in org.apache.solr.search"><B>NEXT CLASS</B></A></FONT></TD>
60<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
61  <A HREF="../../../../index.html?org/apache/solr/search/DocList.html" target="_top"><B>FRAMES</B></A>  &nbsp;
62&nbsp;<A HREF="DocList.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;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
80<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
81DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&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.search</FONT>
92<BR>
93Interface DocList</H2>
94<DL>
95<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../org/apache/solr/search/DocSet.html" title="interface in org.apache.solr.search">DocSet</A></DD>
96</DL>
97<DL>
98<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/apache/solr/search/DocSlice.html" title="class in org.apache.solr.search">DocSlice</A></DD>
99</DL>
100<HR>
101<DL>
102<DT><PRE>public interface <B>DocList</B><DT>extends <A HREF="../../../../org/apache/solr/search/DocSet.html" title="interface in org.apache.solr.search">DocSet</A></DL>
103</PRE>
104
105<P>
106<code>DocList</code> represents the result of a query: an ordered list of document ids with optional score.
107 This list contains a subset of the complete list of documents actually matched: <code>size()</code>
108 document ids starting at <code>offset()</code>.
109<P>
110
111<P>
112<DL>
113<DT><B>Since:</B></DT>
114  <DD>solr 0.9</DD>
115</DL>
116<HR>
117
118<P>
119<!-- =========== FIELD SUMMARY =========== -->
120
121<A NAME="field_summary"><!-- --></A>
122<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
123<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
124<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
125<B>Field Summary</B></FONT></TH>
126</TR>
127</TABLE>
128&nbsp;<A NAME="fields_inherited_from_class_org.apache.solr.search.DocSet"><!-- --></A>
129<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
130<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
131<TH ALIGN="left"><B>Fields inherited from interface org.apache.solr.search.<A HREF="../../../../org/apache/solr/search/DocSet.html" title="interface in org.apache.solr.search">DocSet</A></B></TH>
132</TR>
133<TR BGCOLOR="white" CLASS="TableRowColor">
134<TD><CODE><A HREF="../../../../org/apache/solr/search/DocSet.html#EMPTY">EMPTY</A></CODE></TD>
135</TR>
136</TABLE>
137&nbsp;
138<!-- ========== METHOD SUMMARY =========== -->
139
140<A NAME="method_summary"><!-- --></A>
141<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
142<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
143<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
144<B>Method Summary</B></FONT></TH>
145</TR>
146<TR BGCOLOR="white" CLASS="TableRowColor">
147<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
148<CODE>&nbsp;boolean</CODE></FONT></TD>
149<TD><CODE><B><A HREF="../../../../org/apache/solr/search/DocList.html#hasScores()">hasScores</A></B>()</CODE>
150
151<BR>
152&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;True if scores were retained</TD>
153</TR>
154<TR BGCOLOR="white" CLASS="TableRowColor">
155<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
156<CODE>&nbsp;<A HREF="../../../../org/apache/solr/search/DocIterator.html" title="interface in org.apache.solr.search">DocIterator</A></CODE></FONT></TD>
157<TD><CODE><B><A HREF="../../../../org/apache/solr/search/DocList.html#iterator()">iterator</A></B>()</CODE>
158
159<BR>
160&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an iterator that may be used to iterate over the documents in this DocList</TD>
161</TR>
162<TR BGCOLOR="white" CLASS="TableRowColor">
163<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
164<CODE>&nbsp;int</CODE></FONT></TD>
165<TD><CODE><B><A HREF="../../../../org/apache/solr/search/DocList.html#matches()">matches</A></B>()</CODE>
166
167<BR>
168&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the total number of matches for the search
169 (as opposed to just the number collected according
170 to <code>offset()</code> and <code>size()</code>).</TD>
171</TR>
172<TR BGCOLOR="white" CLASS="TableRowColor">
173<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
174<CODE>&nbsp;float</CODE></FONT></TD>
175<TD><CODE><B><A HREF="../../../../org/apache/solr/search/DocList.html#maxScore()">maxScore</A></B>()</CODE>
176
177<BR>
178&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The maximum score for the search...</TD>
179</TR>
180<TR BGCOLOR="white" CLASS="TableRowColor">
181<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
182<CODE>&nbsp;int</CODE></FONT></TD>
183<TD><CODE><B><A HREF="../../../../org/apache/solr/search/DocList.html#offset()">offset</A></B>()</CODE>
184
185<BR>
186&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the zero based offset of this list within the total ordered list of matches to the query.</TD>
187</TR>
188<TR BGCOLOR="white" CLASS="TableRowColor">
189<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
190<CODE>&nbsp;int</CODE></FONT></TD>
191<TD><CODE><B><A HREF="../../../../org/apache/solr/search/DocList.html#size()">size</A></B>()</CODE>
192
193<BR>
194&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the number of ids in this list.</TD>
195</TR>
196<TR BGCOLOR="white" CLASS="TableRowColor">
197<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
198<CODE>&nbsp;<A HREF="../../../../org/apache/solr/search/DocList.html" title="interface in org.apache.solr.search">DocList</A></CODE></FONT></TD>
199<TD><CODE><B><A HREF="../../../../org/apache/solr/search/DocList.html#subset(int, int)">subset</A></B>(int&nbsp;offset,
200       int&nbsp;len)</CODE>
201
202<BR>
203&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a subset of an existing DocList.</TD>
204</TR>
205</TABLE>
206&nbsp;<A NAME="methods_inherited_from_class_org.apache.solr.search.DocSet"><!-- --></A>
207<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
208<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
209<TH ALIGN="left"><B>Methods inherited from interface org.apache.solr.search.<A HREF="../../../../org/apache/solr/search/DocSet.html" title="interface in org.apache.solr.search">DocSet</A></B></TH>
210</TR>
211<TR BGCOLOR="white" CLASS="TableRowColor">
212<TD><CODE><A HREF="../../../../org/apache/solr/search/DocSet.html#add(int)">add</A>, <A HREF="../../../../org/apache/solr/search/DocSet.html#addUnique(int)">addUnique</A>, <A HREF="../../../../org/apache/solr/search/DocSet.html#andNot(org.apache.solr.search.DocSet)">andNot</A>, <A HREF="../../../../org/apache/solr/search/DocSet.html#andNotSize(org.apache.solr.search.DocSet)">andNotSize</A>, <A HREF="../../../../org/apache/solr/search/DocSet.html#exists(int)">exists</A>, <A HREF="../../../../org/apache/solr/search/DocSet.html#getBits()">getBits</A>, <A HREF="../../../../org/apache/solr/search/DocSet.html#getTopFilter()">getTopFilter</A>, <A HREF="../../../../org/apache/solr/search/DocSet.html#intersection(org.apache.solr.search.DocSet)">intersection</A>, <A HREF="../../../../org/apache/solr/search/DocSet.html#intersectionSize(org.apache.solr.search.DocSet)">intersectionSize</A>, <A HREF="../../../../org/apache/solr/search/DocSet.html#intersects(org.apache.solr.search.DocSet)">intersects</A>, <A HREF="../../../../org/apache/solr/search/DocSet.html#memSize()">memSize</A>, <A HREF="../../../../org/apache/solr/search/DocSet.html#setBitsOn(org.apache.lucene.util.OpenBitSet)">setBitsOn</A>, <A HREF="../../../../org/apache/solr/search/DocSet.html#union(org.apache.solr.search.DocSet)">union</A>, <A HREF="../../../../org/apache/solr/search/DocSet.html#unionSize(org.apache.solr.search.DocSet)">unionSize</A></CODE></TD>
213</TR>
214</TABLE>
215&nbsp;
216<P>
217
218<!-- ============ METHOD DETAIL ========== -->
219
220<A NAME="method_detail"><!-- --></A>
221<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
222<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
223<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
224<B>Method Detail</B></FONT></TH>
225</TR>
226</TABLE>
227
228<A NAME="offset()"><!-- --></A><H3>
229offset</H3>
230<PRE>
231int <B>offset</B>()</PRE>
232<DL>
233<DD>Returns the zero based offset of this list within the total ordered list of matches to the query.
234<P>
235<DD><DL>
236</DL>
237</DD>
238<DD><DL>
239</DL>
240</DD>
241</DL>
242<HR>
243
244<A NAME="size()"><!-- --></A><H3>
245size</H3>
246<PRE>
247int <B>size</B>()</PRE>
248<DL>
249<DD>Returns the number of ids in this list.
250<P>
251<DD><DL>
252<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/solr/search/DocSet.html#size()">size</A></CODE> in interface <CODE><A HREF="../../../../org/apache/solr/search/DocSet.html" title="interface in org.apache.solr.search">DocSet</A></CODE></DL>
253</DD>
254<DD><DL>
255</DL>
256</DD>
257</DL>
258<HR>
259
260<A NAME="matches()"><!-- --></A><H3>
261matches</H3>
262<PRE>
263int <B>matches</B>()</PRE>
264<DL>
265<DD>Returns the total number of matches for the search
266 (as opposed to just the number collected according
267 to <code>offset()</code> and <code>size()</code>).
268 Hence it's always true that matches() >= size()
269<P>
270<DD><DL>
271</DL>
272</DD>
273<DD><DL>
274
275<DT><B>Returns:</B><DD>number of matches for the search(query &amp; any filters)</DL>
276</DD>
277</DL>
278<HR>
279
280<A NAME="subset(int, int)"><!-- --></A><H3>
281subset</H3>
282<PRE>
283<A HREF="../../../../org/apache/solr/search/DocList.html" title="interface in org.apache.solr.search">DocList</A> <B>subset</B>(int&nbsp;offset,
284               int&nbsp;len)</PRE>
285<DL>
286<DD>Get a subset of an existing DocList.
287 Returns null if not possible.
288<P>
289<DD><DL>
290</DL>
291</DD>
292<DD><DL>
293</DL>
294</DD>
295</DL>
296<HR>
297
298<A NAME="iterator()"><!-- --></A><H3>
299iterator</H3>
300<PRE>
301<A HREF="../../../../org/apache/solr/search/DocIterator.html" title="interface in org.apache.solr.search">DocIterator</A> <B>iterator</B>()</PRE>
302<DL>
303<DD>Returns an iterator that may be used to iterate over the documents in this DocList
304
305 <p>
306 The order of the documents returned by this iterator is based on the
307 Sort order of the search that produced it.  The Scoring information
308 is meaningful only if <code>hasScores()</code> returns true.
309 </p>
310<P>
311<DD><DL>
312<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/solr/search/DocSet.html#iterator()">iterator</A></CODE> in interface <CODE><A HREF="../../../../org/apache/solr/search/DocSet.html" title="interface in org.apache.solr.search">DocSet</A></CODE></DL>
313</DD>
314<DD><DL>
315<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/solr/search/DocList.html#hasScores()"><CODE>hasScores()</CODE></A></DL>
316</DD>
317</DL>
318<HR>
319
320<A NAME="hasScores()"><!-- --></A><H3>
321hasScores</H3>
322<PRE>
323boolean <B>hasScores</B>()</PRE>
324<DL>
325<DD>True if scores were retained
326<P>
327<DD><DL>
328</DL>
329</DD>
330<DD><DL>
331</DL>
332</DD>
333</DL>
334<HR>
335
336<A NAME="maxScore()"><!-- --></A><H3>
337maxScore</H3>
338<PRE>
339float <B>maxScore</B>()</PRE>
340<DL>
341<DD>The maximum score for the search... only valid if
342 scores were retained (if hasScores()==true)
343<P>
344<DD><DL>
345</DL>
346</DD>
347<DD><DL>
348</DL>
349</DD>
350</DL>
351<!-- ========= END OF CLASS DATA ========= -->
352<HR>
353
354
355<!-- ======= START OF BOTTOM NAVBAR ====== -->
356<A NAME="navbar_bottom"><!-- --></A>
357<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
358<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
359<TR>
360<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
361<A NAME="navbar_bottom_firstrow"><!-- --></A>
362<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
363  <TR ALIGN="center" VALIGN="top">
364  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
365  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
366  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
367  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/DocList.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
368  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
369  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
370  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
371  </TR>
372</TABLE>
373</TD>
374<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
375</EM>
376</TD>
377</TR>
378
379<TR>
380<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
381&nbsp;<A HREF="../../../../org/apache/solr/search/DocIterator.html" title="interface in org.apache.solr.search"><B>PREV CLASS</B></A>&nbsp;
382&nbsp;<A HREF="../../../../org/apache/solr/search/DocListAndSet.html" title="class in org.apache.solr.search"><B>NEXT CLASS</B></A></FONT></TD>
383<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
384  <A HREF="../../../../index.html?org/apache/solr/search/DocList.html" target="_top"><B>FRAMES</B></A>  &nbsp;
385&nbsp;<A HREF="DocList.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
386&nbsp;<SCRIPT type="text/javascript">
387  <!--
388  if(window==top) {
389    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
390  }
391  //-->
392</SCRIPT>
393<NOSCRIPT>
394  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
395</NOSCRIPT>
396
397
398</FONT></TD>
399</TR>
400<TR>
401<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
402  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
403<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
404DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
405</TR>
406</TABLE>
407<A NAME="skip-navbar_bottom"></A>
408<!-- ======== END OF BOTTOM NAVBAR ======= -->
409
410<HR>
411
412          <address>Copyright &copy; 2000-2012 Apache Software Foundation.  All Rights Reserved.</address>
413          <script src='../../../../prettify.js' type='text/javascript'></script>
414          <script type='text/javascript'>
415            (function(){
416              var oldonload = window.onload;
417              if (typeof oldonload != 'function') {
418                window.onload = prettyPrint;
419              } else {
420                window.onload = function() {
421                  oldonload();
422                  prettyPrint();
423                }
424              }
425            })();
426          </script>
427       
428</BODY>
429</HTML>
Note: See TracBrowser for help on using the repository browser.