OSDN Git Service

add solr-4.6.0
[libre10/libre10.git] / solr-4.6.0 / docs / solr-core / org / apache / solr / update / processor / DistributingUpdateProcessorFactory.html
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_30) on Tue Nov 19 11:16:55 CET 2013 -->
6 <META http-equiv="Content-Type" content="text/html; charset=utf-8">
7 <TITLE>
8 DistributingUpdateProcessorFactory (Solr 4.6.0 API)
9 </TITLE>
10
11 <META NAME="date" CONTENT="2013-11-19">
12
13 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
14
15 <SCRIPT type="text/javascript">
16 function windowTitle()
17 {
18     if (location.href.indexOf('is-external=true') == -1) {
19         parent.document.title="DistributingUpdateProcessorFactory (Solr 4.6.0 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/DistributingUpdateProcessorFactory.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/processor/DistributedUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor"><B>PREV CLASS</B></A>&nbsp;
59 &nbsp;<A HREF="../../../../../org/apache/solr/update/processor/DocBasedVersionConstraintsProcessorFactory.html" title="class in org.apache.solr.update.processor"><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/processor/DistributingUpdateProcessorFactory.html" target="_top"><B>FRAMES</B></A>  &nbsp;
62 &nbsp;<A HREF="DistributingUpdateProcessorFactory.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;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
80 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
81 DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</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">
91 org.apache.solr.update.processor</FONT>
92 <BR>
93 Interface DistributingUpdateProcessorFactory</H2>
94 <DL>
95 <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../org/apache/solr/update/processor/DistributedUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">DistributedUpdateProcessorFactory</A>, <A HREF="../../../../../org/apache/solr/update/processor/NoOpDistributingUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">NoOpDistributingUpdateProcessorFactory</A></DD>
96 </DL>
97 <HR>
98 <DL>
99 <DT><PRE>public interface <B>DistributingUpdateProcessorFactory</B></DL>
100 </PRE>
101
102 <P>
103 A marker interface for denoting that a factory is responsible for handling
104  distributed communication of updates across a SolrCloud cluster.
105 <P>
106
107 <P>
108 <DL>
109 <DT><B>See Also:</B><DD><A HREF="../../../../../org/apache/solr/update/processor/UpdateRequestProcessorChain.html#init(org.apache.solr.core.PluginInfo)"><CODE>UpdateRequestProcessorChain.init(org.apache.solr.core.PluginInfo)</CODE></A>, 
110 <A HREF="../../../../../org/apache/solr/update/processor/UpdateRequestProcessorChain.html#createProcessor(org.apache.solr.request.SolrQueryRequest, org.apache.solr.response.SolrQueryResponse)"><CODE>UpdateRequestProcessorChain.createProcessor(org.apache.solr.request.SolrQueryRequest, org.apache.solr.response.SolrQueryResponse)</CODE></A></DL>
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>static&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>
125 <TD><CODE><B><A HREF="../../../../../org/apache/solr/update/processor/DistributingUpdateProcessorFactory.html#DISTRIB_UPDATE_PARAM">DISTRIB_UPDATE_PARAM</A></B></CODE>
126
127 <BR>
128 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Internal param used to specify the current phase of a distributed update, 
129  not intended for use by clients.</TD>
130 </TR>
131 </TABLE>
132 &nbsp;
133 <P>
134
135 <!-- ============ FIELD DETAIL =========== -->
136
137 <A NAME="field_detail"><!-- --></A>
138 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
139 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
140 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
141 <B>Field Detail</B></FONT></TH>
142 </TR>
143 </TABLE>
144
145 <A NAME="DISTRIB_UPDATE_PARAM"><!-- --></A><H3>
146 DISTRIB_UPDATE_PARAM</H3>
147 <PRE>
148 static final <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>DISTRIB_UPDATE_PARAM</B></PRE>
149 <DL>
150 <DD>Internal param used to specify the current phase of a distributed update, 
151  not intended for use by clients.  Any non-blank value can be used to 
152  indicate to the <code>UpdateRequestProcessorChain</code> that factories 
153  prior to the <code>DistributingUpdateProcessorFactory</code> can be skipped.
154  Implementations of this interface may use the non-blank values any way 
155  they wish.
156 <P>
157 <DL>
158 <DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.solr.update.processor.DistributingUpdateProcessorFactory.DISTRIB_UPDATE_PARAM">Constant Field Values</A></DL>
159 </DL>
160 <!-- ========= END OF CLASS DATA ========= -->
161 <HR>
162
163
164 <!-- ======= START OF BOTTOM NAVBAR ====== -->
165 <A NAME="navbar_bottom"><!-- --></A>
166 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
167 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
168 <TR>
169 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
170 <A NAME="navbar_bottom_firstrow"><!-- --></A>
171 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
172   <TR ALIGN="center" VALIGN="top">
173   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
174   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
175   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
176   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/DistributingUpdateProcessorFactory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
177   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
178   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
179   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
180   </TR>
181 </TABLE>
182 </TD>
183 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
184 </EM>
185 </TD>
186 </TR>
187
188 <TR>
189 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
190 &nbsp;<A HREF="../../../../../org/apache/solr/update/processor/DistributedUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor"><B>PREV CLASS</B></A>&nbsp;
191 &nbsp;<A HREF="../../../../../org/apache/solr/update/processor/DocBasedVersionConstraintsProcessorFactory.html" title="class in org.apache.solr.update.processor"><B>NEXT CLASS</B></A></FONT></TD>
192 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
193   <A HREF="../../../../../index.html?org/apache/solr/update/processor/DistributingUpdateProcessorFactory.html" target="_top"><B>FRAMES</B></A>  &nbsp;
194 &nbsp;<A HREF="DistributingUpdateProcessorFactory.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
195 &nbsp;<SCRIPT type="text/javascript">
196   <!--
197   if(window==top) {
198     document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
199   }
200   //-->
201 </SCRIPT>
202 <NOSCRIPT>
203   <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
204 </NOSCRIPT>
205
206
207 </FONT></TD>
208 </TR>
209 <TR>
210 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
211   SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
212 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
213 DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
214 </TR>
215 </TABLE>
216 <A NAME="skip-navbar_bottom"></A>
217 <!-- ======== END OF BOTTOM NAVBAR ======= -->
218
219 <HR>
220
221           <i>Copyright &copy; 2000-2013 Apache Software Foundation.  All Rights Reserved.</i>
222           <script src='../../../../../prettify.js' type='text/javascript'></script>
223           <script type='text/javascript'>
224             (function(){
225               var oldonload = window.onload;
226               if (typeof oldonload != 'function') {
227                 window.onload = prettyPrint;
228               } else {
229                 window.onload = function() {
230                   oldonload();
231                   prettyPrint();
232                 }
233               }
234             })();
235           </script>
236         
237 </BODY>
238 </HTML>