source: sandbox/expresso-solr/solr/docs/api/org/apache/solr/update/DeleteUpdateCommand.html @ 7588

Revision 7588, 25.5 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>
8DeleteUpdateCommand (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="DeleteUpdateCommand (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/DeleteUpdateCommand.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/update/DefaultSolrCoreState.html" title="class in org.apache.solr.update"><B>PREV CLASS</B></A>&nbsp;
59&nbsp;<A HREF="../../../../org/apache/solr/update/DirectUpdateHandler2.html" title="class in org.apache.solr.update"><B>NEXT CLASS</B></A></FONT></TD>
60<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
61  <A HREF="../../../../index.html?org/apache/solr/update/DeleteUpdateCommand.html" target="_top"><B>FRAMES</B></A>  &nbsp;
62&nbsp;<A HREF="DeleteUpdateCommand.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.update</FONT>
92<BR>
93Class DeleteUpdateCommand</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 "><A HREF="../../../../org/apache/solr/update/UpdateCommand.html" title="class in org.apache.solr.update">org.apache.solr.update.UpdateCommand</A>
97      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.solr.update.DeleteUpdateCommand</B>
98</PRE>
99<DL>
100<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</A></DD>
101</DL>
102<HR>
103<DL>
104<DT><PRE>public class <B>DeleteUpdateCommand</B><DT>extends <A HREF="../../../../org/apache/solr/update/UpdateCommand.html" title="class in org.apache.solr.update">UpdateCommand</A></DL>
105</PRE>
106
107<P>
108<HR>
109
110<P>
111<!-- =========== FIELD SUMMARY =========== -->
112
113<A NAME="field_summary"><!-- --></A>
114<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
115<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
116<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
117<B>Field Summary</B></FONT></TH>
118</TR>
119<TR BGCOLOR="white" CLASS="TableRowColor">
120<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
121<CODE>&nbsp;int</CODE></FONT></TD>
122<TD><CODE><B><A HREF="../../../../org/apache/solr/update/DeleteUpdateCommand.html#commitWithin">commitWithin</A></B></CODE>
123
124<BR>
125&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
126</TR>
127<TR BGCOLOR="white" CLASS="TableRowColor">
128<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
129<CODE>&nbsp;<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></CODE></FONT></TD>
130<TD><CODE><B><A HREF="../../../../org/apache/solr/update/DeleteUpdateCommand.html#id">id</A></B></CODE>
131
132<BR>
133&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
134</TR>
135<TR BGCOLOR="white" CLASS="TableRowColor">
136<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
137<CODE>&nbsp;<A HREF="http://lucene.apache.org/java/4_0_0-ALPHA//core/org/apache/lucene/util/BytesRef.html?is-external=true" title="class or interface in org.apache.lucene.util">BytesRef</A></CODE></FONT></TD>
138<TD><CODE><B><A HREF="../../../../org/apache/solr/update/DeleteUpdateCommand.html#indexedId">indexedId</A></B></CODE>
139
140<BR>
141&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
142</TR>
143<TR BGCOLOR="white" CLASS="TableRowColor">
144<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
145<CODE>&nbsp;<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></CODE></FONT></TD>
146<TD><CODE><B><A HREF="../../../../org/apache/solr/update/DeleteUpdateCommand.html#query">query</A></B></CODE>
147
148<BR>
149&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
150</TR>
151</TABLE>
152&nbsp;<A NAME="fields_inherited_from_class_org.apache.solr.update.UpdateCommand"><!-- --></A>
153<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
154<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
155<TH ALIGN="left"><B>Fields inherited from class org.apache.solr.update.<A HREF="../../../../org/apache/solr/update/UpdateCommand.html" title="class in org.apache.solr.update">UpdateCommand</A></B></TH>
156</TR>
157<TR BGCOLOR="white" CLASS="TableRowColor">
158<TD><CODE><A HREF="../../../../org/apache/solr/update/UpdateCommand.html#BUFFERING">BUFFERING</A>, <A HREF="../../../../org/apache/solr/update/UpdateCommand.html#flags">flags</A>, <A HREF="../../../../org/apache/solr/update/UpdateCommand.html#IGNORE_AUTOCOMMIT">IGNORE_AUTOCOMMIT</A>, <A HREF="../../../../org/apache/solr/update/UpdateCommand.html#PEER_SYNC">PEER_SYNC</A>, <A HREF="../../../../org/apache/solr/update/UpdateCommand.html#REPLAY">REPLAY</A>, <A HREF="../../../../org/apache/solr/update/UpdateCommand.html#req">req</A>, <A HREF="../../../../org/apache/solr/update/UpdateCommand.html#version">version</A></CODE></TD>
159</TR>
160</TABLE>
161&nbsp;
162<!-- ======== CONSTRUCTOR SUMMARY ======== -->
163
164<A NAME="constructor_summary"><!-- --></A>
165<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
166<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
167<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
168<B>Constructor Summary</B></FONT></TH>
169</TR>
170<TR BGCOLOR="white" CLASS="TableRowColor">
171<TD><CODE><B><A HREF="../../../../org/apache/solr/update/DeleteUpdateCommand.html#DeleteUpdateCommand(org.apache.solr.request.SolrQueryRequest)">DeleteUpdateCommand</A></B>(<A HREF="../../../../org/apache/solr/request/SolrQueryRequest.html" title="interface in org.apache.solr.request">SolrQueryRequest</A>&nbsp;req)</CODE>
172
173<BR>
174&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
175</TR>
176</TABLE>
177&nbsp;
178<!-- ========== METHOD SUMMARY =========== -->
179
180<A NAME="method_summary"><!-- --></A>
181<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
182<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
183<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
184<B>Method Summary</B></FONT></TH>
185</TR>
186<TR BGCOLOR="white" CLASS="TableRowColor">
187<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
188<CODE>&nbsp;void</CODE></FONT></TD>
189<TD><CODE><B><A HREF="../../../../org/apache/solr/update/DeleteUpdateCommand.html#clear()">clear</A></B>()</CODE>
190
191<BR>
192&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
193</TR>
194<TR BGCOLOR="white" CLASS="TableRowColor">
195<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
196<CODE>&nbsp;<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></CODE></FONT></TD>
197<TD><CODE><B><A HREF="../../../../org/apache/solr/update/DeleteUpdateCommand.html#getId()">getId</A></B>()</CODE>
198
199<BR>
200&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
201</TR>
202<TR BGCOLOR="white" CLASS="TableRowColor">
203<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
204<CODE>&nbsp;<A HREF="http://lucene.apache.org/java/4_0_0-ALPHA//core/org/apache/lucene/util/BytesRef.html?is-external=true" title="class or interface in org.apache.lucene.util">BytesRef</A></CODE></FONT></TD>
205<TD><CODE><B><A HREF="../../../../org/apache/solr/update/DeleteUpdateCommand.html#getIndexedId()">getIndexedId</A></B>()</CODE>
206
207<BR>
208&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the indexed ID for this delete.</TD>
209</TR>
210<TR BGCOLOR="white" CLASS="TableRowColor">
211<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
212<CODE>&nbsp;<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></CODE></FONT></TD>
213<TD><CODE><B><A HREF="../../../../org/apache/solr/update/DeleteUpdateCommand.html#getQuery()">getQuery</A></B>()</CODE>
214
215<BR>
216&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
217</TR>
218<TR BGCOLOR="white" CLASS="TableRowColor">
219<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
220<CODE>&nbsp;boolean</CODE></FONT></TD>
221<TD><CODE><B><A HREF="../../../../org/apache/solr/update/DeleteUpdateCommand.html#isDeleteById()">isDeleteById</A></B>()</CODE>
222
223<BR>
224&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
225</TR>
226<TR BGCOLOR="white" CLASS="TableRowColor">
227<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
228<CODE>&nbsp;<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></CODE></FONT></TD>
229<TD><CODE><B><A HREF="../../../../org/apache/solr/update/DeleteUpdateCommand.html#name()">name</A></B>()</CODE>
230
231<BR>
232&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
233</TR>
234<TR BGCOLOR="white" CLASS="TableRowColor">
235<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
236<CODE>&nbsp;void</CODE></FONT></TD>
237<TD><CODE><B><A HREF="../../../../org/apache/solr/update/DeleteUpdateCommand.html#setId(java.lang.String)">setId</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;id)</CODE>
238
239<BR>
240&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
241</TR>
242<TR BGCOLOR="white" CLASS="TableRowColor">
243<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
244<CODE>&nbsp;void</CODE></FONT></TD>
245<TD><CODE><B><A HREF="../../../../org/apache/solr/update/DeleteUpdateCommand.html#setIndexedId(org.apache.lucene.util.BytesRef)">setIndexedId</A></B>(<A HREF="http://lucene.apache.org/java/4_0_0-ALPHA//core/org/apache/lucene/util/BytesRef.html?is-external=true" title="class or interface in org.apache.lucene.util">BytesRef</A>&nbsp;indexedId)</CODE>
246
247<BR>
248&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
249</TR>
250<TR BGCOLOR="white" CLASS="TableRowColor">
251<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
252<CODE>&nbsp;void</CODE></FONT></TD>
253<TD><CODE><B><A HREF="../../../../org/apache/solr/update/DeleteUpdateCommand.html#setQuery(java.lang.String)">setQuery</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;query)</CODE>
254
255<BR>
256&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
257</TR>
258<TR BGCOLOR="white" CLASS="TableRowColor">
259<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
260<CODE>&nbsp;<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></CODE></FONT></TD>
261<TD><CODE><B><A HREF="../../../../org/apache/solr/update/DeleteUpdateCommand.html#toString()">toString</A></B>()</CODE>
262
263<BR>
264&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
265</TR>
266</TABLE>
267&nbsp;<A NAME="methods_inherited_from_class_org.apache.solr.update.UpdateCommand"><!-- --></A>
268<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
269<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
270<TH ALIGN="left"><B>Methods inherited from class org.apache.solr.update.<A HREF="../../../../org/apache/solr/update/UpdateCommand.html" title="class in org.apache.solr.update">UpdateCommand</A></B></TH>
271</TR>
272<TR BGCOLOR="white" CLASS="TableRowColor">
273<TD><CODE><A HREF="../../../../org/apache/solr/update/UpdateCommand.html#clone()">clone</A>, <A HREF="../../../../org/apache/solr/update/UpdateCommand.html#getFlags()">getFlags</A>, <A HREF="../../../../org/apache/solr/update/UpdateCommand.html#getReq()">getReq</A>, <A HREF="../../../../org/apache/solr/update/UpdateCommand.html#getVersion()">getVersion</A>, <A HREF="../../../../org/apache/solr/update/UpdateCommand.html#setFlags(int)">setFlags</A>, <A HREF="../../../../org/apache/solr/update/UpdateCommand.html#setReq(org.apache.solr.request.SolrQueryRequest)">setReq</A>, <A HREF="../../../../org/apache/solr/update/UpdateCommand.html#setVersion(long)">setVersion</A></CODE></TD>
274</TR>
275</TABLE>
276&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
277<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
278<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
279<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>
280</TR>
281<TR BGCOLOR="white" CLASS="TableRowColor">
282<TD><CODE><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#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>
283</TR>
284</TABLE>
285&nbsp;
286<P>
287
288<!-- ============ FIELD DETAIL =========== -->
289
290<A NAME="field_detail"><!-- --></A>
291<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
292<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
293<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
294<B>Field Detail</B></FONT></TH>
295</TR>
296</TABLE>
297
298<A NAME="id"><!-- --></A><H3>
299id</H3>
300<PRE>
301public <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> <B>id</B></PRE>
302<DL>
303<DL>
304</DL>
305</DL>
306<HR>
307
308<A NAME="query"><!-- --></A><H3>
309query</H3>
310<PRE>
311public <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> <B>query</B></PRE>
312<DL>
313<DL>
314</DL>
315</DL>
316<HR>
317
318<A NAME="indexedId"><!-- --></A><H3>
319indexedId</H3>
320<PRE>
321public <A HREF="http://lucene.apache.org/java/4_0_0-ALPHA//core/org/apache/lucene/util/BytesRef.html?is-external=true" title="class or interface in org.apache.lucene.util">BytesRef</A> <B>indexedId</B></PRE>
322<DL>
323<DL>
324</DL>
325</DL>
326<HR>
327
328<A NAME="commitWithin"><!-- --></A><H3>
329commitWithin</H3>
330<PRE>
331public int <B>commitWithin</B></PRE>
332<DL>
333<DL>
334</DL>
335</DL>
336
337<!-- ========= CONSTRUCTOR DETAIL ======== -->
338
339<A NAME="constructor_detail"><!-- --></A>
340<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
341<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
342<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
343<B>Constructor Detail</B></FONT></TH>
344</TR>
345</TABLE>
346
347<A NAME="DeleteUpdateCommand(org.apache.solr.request.SolrQueryRequest)"><!-- --></A><H3>
348DeleteUpdateCommand</H3>
349<PRE>
350public <B>DeleteUpdateCommand</B>(<A HREF="../../../../org/apache/solr/request/SolrQueryRequest.html" title="interface in org.apache.solr.request">SolrQueryRequest</A>&nbsp;req)</PRE>
351<DL>
352</DL>
353
354<!-- ============ METHOD DETAIL ========== -->
355
356<A NAME="method_detail"><!-- --></A>
357<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
358<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
359<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
360<B>Method Detail</B></FONT></TH>
361</TR>
362</TABLE>
363
364<A NAME="name()"><!-- --></A><H3>
365name</H3>
366<PRE>
367public <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> <B>name</B>()</PRE>
368<DL>
369<DD><DL>
370<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/solr/update/UpdateCommand.html#name()">name</A></CODE> in class <CODE><A HREF="../../../../org/apache/solr/update/UpdateCommand.html" title="class in org.apache.solr.update">UpdateCommand</A></CODE></DL>
371</DD>
372<DD><DL>
373</DL>
374</DD>
375</DL>
376<HR>
377
378<A NAME="isDeleteById()"><!-- --></A><H3>
379isDeleteById</H3>
380<PRE>
381public boolean <B>isDeleteById</B>()</PRE>
382<DL>
383<DD><DL>
384</DL>
385</DD>
386</DL>
387<HR>
388
389<A NAME="clear()"><!-- --></A><H3>
390clear</H3>
391<PRE>
392public void <B>clear</B>()</PRE>
393<DL>
394<DD><DL>
395</DL>
396</DD>
397</DL>
398<HR>
399
400<A NAME="getIndexedId()"><!-- --></A><H3>
401getIndexedId</H3>
402<PRE>
403public <A HREF="http://lucene.apache.org/java/4_0_0-ALPHA//core/org/apache/lucene/util/BytesRef.html?is-external=true" title="class or interface in org.apache.lucene.util">BytesRef</A> <B>getIndexedId</B>()</PRE>
404<DL>
405<DD>Returns the indexed ID for this delete.  The returned BytesRef is retained across multiple calls, and should not be modified.
406<P>
407<DD><DL>
408</DL>
409</DD>
410</DL>
411<HR>
412
413<A NAME="getId()"><!-- --></A><H3>
414getId</H3>
415<PRE>
416public <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> <B>getId</B>()</PRE>
417<DL>
418<DD><DL>
419</DL>
420</DD>
421</DL>
422<HR>
423
424<A NAME="getQuery()"><!-- --></A><H3>
425getQuery</H3>
426<PRE>
427public <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> <B>getQuery</B>()</PRE>
428<DL>
429<DD><DL>
430</DL>
431</DD>
432</DL>
433<HR>
434
435<A NAME="setQuery(java.lang.String)"><!-- --></A><H3>
436setQuery</H3>
437<PRE>
438public void <B>setQuery</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;query)</PRE>
439<DL>
440<DD><DL>
441</DL>
442</DD>
443</DL>
444<HR>
445
446<A NAME="setIndexedId(org.apache.lucene.util.BytesRef)"><!-- --></A><H3>
447setIndexedId</H3>
448<PRE>
449public void <B>setIndexedId</B>(<A HREF="http://lucene.apache.org/java/4_0_0-ALPHA//core/org/apache/lucene/util/BytesRef.html?is-external=true" title="class or interface in org.apache.lucene.util">BytesRef</A>&nbsp;indexedId)</PRE>
450<DL>
451<DD><DL>
452</DL>
453</DD>
454</DL>
455<HR>
456
457<A NAME="setId(java.lang.String)"><!-- --></A><H3>
458setId</H3>
459<PRE>
460public void <B>setId</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;id)</PRE>
461<DL>
462<DD><DL>
463</DL>
464</DD>
465</DL>
466<HR>
467
468<A NAME="toString()"><!-- --></A><H3>
469toString</H3>
470<PRE>
471public <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> <B>toString</B>()</PRE>
472<DL>
473<DD><DL>
474<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/apache/solr/update/UpdateCommand.html#toString()">toString</A></CODE> in class <CODE><A HREF="../../../../org/apache/solr/update/UpdateCommand.html" title="class in org.apache.solr.update">UpdateCommand</A></CODE></DL>
475</DD>
476<DD><DL>
477</DL>
478</DD>
479</DL>
480<!-- ========= END OF CLASS DATA ========= -->
481<HR>
482
483
484<!-- ======= START OF BOTTOM NAVBAR ====== -->
485<A NAME="navbar_bottom"><!-- --></A>
486<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
487<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
488<TR>
489<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
490<A NAME="navbar_bottom_firstrow"><!-- --></A>
491<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
492  <TR ALIGN="center" VALIGN="top">
493  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
494  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
495  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
496  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/DeleteUpdateCommand.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
497  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
498  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
499  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
500  </TR>
501</TABLE>
502</TD>
503<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
504</EM>
505</TD>
506</TR>
507
508<TR>
509<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
510&nbsp;<A HREF="../../../../org/apache/solr/update/DefaultSolrCoreState.html" title="class in org.apache.solr.update"><B>PREV CLASS</B></A>&nbsp;
511&nbsp;<A HREF="../../../../org/apache/solr/update/DirectUpdateHandler2.html" title="class in org.apache.solr.update"><B>NEXT CLASS</B></A></FONT></TD>
512<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
513  <A HREF="../../../../index.html?org/apache/solr/update/DeleteUpdateCommand.html" target="_top"><B>FRAMES</B></A>  &nbsp;
514&nbsp;<A HREF="DeleteUpdateCommand.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
515&nbsp;<SCRIPT type="text/javascript">
516  <!--
517  if(window==top) {
518    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
519  }
520  //-->
521</SCRIPT>
522<NOSCRIPT>
523  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
524</NOSCRIPT>
525
526
527</FONT></TD>
528</TR>
529<TR>
530<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
531  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>
532<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
533DETAIL:&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>
534</TR>
535</TABLE>
536<A NAME="skip-navbar_bottom"></A>
537<!-- ======== END OF BOTTOM NAVBAR ======= -->
538
539<HR>
540
541          <address>Copyright &copy; 2000-2012 Apache Software Foundation.  All Rights Reserved.</address>
542          <script src='../../../../prettify.js' type='text/javascript'></script>
543          <script type='text/javascript'>
544            (function(){
545              var oldonload = window.onload;
546              if (typeof oldonload != 'function') {
547                window.onload = prettyPrint;
548              } else {
549                window.onload = function() {
550                  oldonload();
551                  prettyPrint();
552                }
553              }
554            })();
555          </script>
556       
557</BODY>
558</HTML>
Note: See TracBrowser for help on using the repository browser.