Removing incorrectly placed site and placing it in the right folder this time.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688703 13f79535-47bb-0310-9956-ffa450edef68
|
@ -123,7 +123,10 @@ document.write("Last Published: " + document.lastModified);
|
||||||
<a href="http://wiki.apache.org/solr/FAQ">FAQ</a>
|
<a href="http://wiki.apache.org/solr/FAQ">FAQ</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="menuitem">
|
<div class="menuitem">
|
||||||
<a href="api/index.html">javadoc</a>
|
<a href="api/index.html">All Javadoc</a>
|
||||||
|
</div>
|
||||||
|
<div class="menuitem">
|
||||||
|
<a href="api/solrj/index.html">SolrJ Javadoc</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Resources</div>
|
<div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Resources</div>
|
||||||
|
@ -221,6 +224,8 @@ document.write("Last Published: " + document.lastModified);
|
||||||
|
|
||||||
<li> Comprehensive HTML Administration Interfaces </li>
|
<li> Comprehensive HTML Administration Interfaces </li>
|
||||||
|
|
||||||
|
<li> Server statistics exposed over JMX for monitoring </li>
|
||||||
|
|
||||||
<li> Scalability - Efficient Replication to other Solr Search Servers </li>
|
<li> Scalability - Efficient Replication to other Solr Search Servers </li>
|
||||||
|
|
||||||
<li> Flexible and Adaptable with XML configuration </li>
|
<li> Flexible and Adaptable with XML configuration </li>
|
||||||
|
@ -231,7 +236,7 @@ document.write("Last Published: " + document.lastModified);
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<a name="N1002F"></a><a name="Solr+Uses+the+Lucene+Search+Library+and+Extends+it%21"></a>
|
<a name="N10032"></a><a name="Solr+Uses+the+Lucene+Search+Library+and+Extends+it%21"></a>
|
||||||
<h2 class="boxed">Solr Uses the Lucene Search Library and Extends it!</h2>
|
<h2 class="boxed">Solr Uses the Lucene Search Library and Extends it!</h2>
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -256,16 +261,22 @@ document.write("Last Published: " + document.lastModified);
|
||||||
|
|
||||||
<li> Fast Incremental Updates and Snapshot Distribution </li>
|
<li> Fast Incremental Updates and Snapshot Distribution </li>
|
||||||
|
|
||||||
|
<li> Distributed search with sharded index on multiple hosts </li>
|
||||||
|
|
||||||
<li> XML and CSV/delimited-text update formats </li>
|
<li> XML and CSV/delimited-text update formats </li>
|
||||||
|
|
||||||
|
<li> Easy ways to pull in data from databases and XML files from local disk and HTTP sources </li>
|
||||||
|
|
||||||
|
<li> Multiple search indices </li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<a name="N1005A"></a><a name="Detailed+Features"></a>
|
<a name="N10066"></a><a name="Detailed+Features"></a>
|
||||||
<h2 class="boxed">Detailed Features</h2>
|
<h2 class="boxed">Detailed Features</h2>
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<a name="N10060"></a><a name="Schema"></a>
|
<a name="N1006C"></a><a name="Schema"></a>
|
||||||
<h3 class="boxed">Schema</h3>
|
<h3 class="boxed">Schema</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
|
@ -286,7 +297,7 @@ document.write("Last Published: " + document.lastModified);
|
||||||
<li>Many additional text analysis components including word splitting, regex and sounds-like filters</li>
|
<li>Many additional text analysis components including word splitting, regex and sounds-like filters</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<a name="N10081"></a><a name="Query"></a>
|
<a name="N1008D"></a><a name="Query"></a>
|
||||||
<h3 class="boxed">Query</h3>
|
<h3 class="boxed">Query</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
|
@ -300,6 +311,10 @@ document.write("Last Published: " + document.lastModified);
|
||||||
|
|
||||||
<li>Faceted Searching based on unique field values and explicit queries</li>
|
<li>Faceted Searching based on unique field values and explicit queries</li>
|
||||||
|
|
||||||
|
<li>Spelling suggestions for user queries</li>
|
||||||
|
|
||||||
|
<li>More Like This suggestions for given document</li>
|
||||||
|
|
||||||
<li>Constant scoring range and prefix queries - no idf, coord, or lengthNorm factors, and no restriction on the number of terms the query matches.</li>
|
<li>Constant scoring range and prefix queries - no idf, coord, or lengthNorm factors, and no restriction on the number of terms the query matches.</li>
|
||||||
|
|
||||||
<li>Function Query - influence the score by a function of a field's numeric value or ordinal</li>
|
<li>Function Query - influence the score by a function of a field's numeric value or ordinal</li>
|
||||||
|
@ -309,7 +324,7 @@ document.write("Last Published: " + document.lastModified);
|
||||||
<li>Performance Optimizations</li>
|
<li>Performance Optimizations</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<a name="N100A5"></a><a name="Core"></a>
|
<a name="N100B7"></a><a name="Core"></a>
|
||||||
<h3 class="boxed">Core</h3>
|
<h3 class="boxed">Core</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
|
@ -330,7 +345,7 @@ document.write("Last Published: " + document.lastModified);
|
||||||
<li>"Luke" request handler for corpus information</li>
|
<li>"Luke" request handler for corpus information</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<a name="N100C6"></a><a name="Caching"></a>
|
<a name="N100D8"></a><a name="Caching"></a>
|
||||||
<h3 class="boxed">Caching</h3>
|
<h3 class="boxed">Caching</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
|
@ -364,7 +379,7 @@ document.write("Last Published: " + document.lastModified);
|
||||||
<li>User level caching with autowarming support</li>
|
<li>User level caching with autowarming support</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<a name="N100EB"></a><a name="Replication"></a>
|
<a name="N100FD"></a><a name="Replication"></a>
|
||||||
<h3 class="boxed">Replication</h3>
|
<h3 class="boxed">Replication</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
|
@ -375,7 +390,7 @@ document.write("Last Published: " + document.lastModified);
|
||||||
<li>Configurable distribution interval allows tradeoff between timeliness and cache utilization</li>
|
<li>Configurable distribution interval allows tradeoff between timeliness and cache utilization</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<a name="N100FD"></a><a name="Admin+Interface"></a>
|
<a name="N1010F"></a><a name="Admin+Interface"></a>
|
||||||
<h3 class="boxed">Admin Interface</h3>
|
<h3 class="boxed">Admin Interface</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
|
|
|
@ -124,10 +124,10 @@ endobj
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
26 0 obj
|
26 0 obj
|
||||||
<< /Length 2151 /Filter [ /ASCII85Decode /FlateDecode ]
|
<< /Length 2081 /Filter [ /ASCII85Decode /FlateDecode ]
|
||||||
>>
|
>>
|
||||||
stream
|
stream
|
||||||
Gatm=gN)%,&:N/3Y^&iQ.Y`.FO7G_2=sn;6-#KRE"%5I2V@^T5@TiO'/kD+,aJ*BD1S1iS&g5L$cL)`=(TY[NC@Zd^RF*Rk>XNsd[Oj^lCDIdW^,>b*IXYd#AsR-KJa^F)c^3Oe[Vsm&BB7QE:HhK*<g2-nd'.):eRi8.gBftCrbS>IlFG8)0NL9qn!CKYb*Y6_@pUbkcW,n"l8qjM5?)367lc'1r*ugWCUi$i/)D8.\XjZB6&3\mhuc@<%GPTil*)/^oYLg_$'O:!P+j496F]Rc\jk/3k#ot:FKM2]O7.$L^Sg;cHWK!oIDMMXVm8+:.71i'^ZaYJgNR<8rt:T3A6!oF,b:hJREgq-,3!>BR#CRbc:[d.gWPt':(qd3"\TO*^s_V.Dm.[@H\NC8q>Ni@KZ<lUC3A9dr-Lm(_g**Qj5i'rlco)09k0W^,O`s+dlNZ<Bh[2Cm6R5jU>f`m*hW"L@@rmG+,6ZU2c'A63.BKZZ-7$Oq.;m6KJ63i8K-V\>u[=i=7cMj?CpBDP%8+J3%LD]`;mKb1S%D,?pJ[!pG"2ONr?c_2?GNTgEKa,"U?WYp)eCY)QTBE2Coo&leA9o$EfGA[Z8Bj6"7PN"\/MHUIa50A?9[)(0o<02:QZpAN.ECKiK25`)U5k.<\ihmq>m<qL#olOQOZFV5u(d;DQWeCB1+3CHW$"US;B-l(F0tiU$2BbOoJ/>L]Lq1ug,NJQiJG+j)m:,4mF6)@"AGN=M/Zm?-oF"5<NTE(Fq`:4%XJ:InM!mCo192%@MKh6:bHY1M.,]id0EE92U.E3C?UW>uH#/[)TB\'JJ<=\7YZasjKis3hd/@A$WXVjr<53.O&,3=Q"ef+iZ^E4CL+<9'j5.B^XfK"5=USD^uQX^sY.3-VUtQX5a3q4S\;Nac^lN^g<m<P?bLftj%eochk%c-dTP'&fj577pMpQgl*PO^IuRq#Soc/ou$!S.?Jh;"q"X8p7_^Jl/,t*a_eL2-RD;Vh`)RoY?fIj1)_815`PM%r&0*-S&4_//@?Sack`ZUg&csP&;eUV1U&/,l6Ol^kc,d@Td91aAGRZlKR>SLFcck!d9]aI0#A/8&G_S+nsU_#A=)oG8q(e+*K\-g(pK?b;QnF8Ok]po9A`3_$61aJk<:=Tp$`!(7hfYr%J7JRlJJ=q'0<^h(K)1bMe;#,C<sO]9/iir"^P1nsu:Ulrn-C<gSg)\I5-o;<A'='kNPST&S7?WE63NRm2GHpI>FJ*74r8**99dj"lM1F%30:Np,!m?DOY:-ZZd1g[0(SiQT;6)b+qt?BCo"K]ATFm2KB803LV6>U),"02n#KG60qg9$S\d=3iTI/sPsilF$ekmX@ZS\bu:bTc@SQl#'[>=ehu'Bdn*nb2Odp(2)dG'Kb><M\EX5&4?sh(O;;s=q[]LQ5>cVVcE@m$7GI?(LXWnT_8Q'Mbs<cVLbe]"A!7qW0t6[R//M`DM`+`2RV6%Vr[q2nDEUP/YMbVVrRi-hjKIcRN+'RN[(^jL8DRYE?kDj\gRGPO#$%(kbd"2n*'E)l*t^Q83#YN^kf3@F%K2o96+lF\.^l;0h?kcZ`U\'b&RNP_;Z?cafusMNPc&IHo:.C-Sd405@M3>'CZ*jgENCIgN4CPV]jbjl"?b6g+u8c*Q7R#<jcWko/^4IF:-`iDQolY8](,RK4U1nrF>d7YQ>ILNai6la6j'SZGT#\oVP5j$'FEjFM^$t81^.j#S6Sn$Ni>4J(X*;?F!8Zr/q0=-"(X1Mqo;OG,N.i2W-m4fR<\Qdi\d]Me=2NNaDBNI:P(:+FZ""@c`Cu@]pm78I%Gg4NT=#X\8=RXeht\p)^h_X#?Dn*fe579`<'Xq/LLbKWjU2]#G1Y^ZeodI>cE58W:)+7CF!m)T9I`?qhAk<2>:TIg7QP6gBk**#M-9p`hl@LeJ>CF(#fccne!-9aDTZ>U3>)iXTB1*sPKPg[(B0Ac]MeHZIM>\CQ*L;#RtX$?W9CN<"5DW2e*G=eQ_A"kAck6r6W;WgoY7npuW:\H[;K-p/-RX`qA?FUjiPgM5:Ygk-8,j]9.Qf[>le^(GWE2mu=A3Gc3?WJ=@hTHE&l/]Y.`eS;"\DTjoh<2'"`Cs"o_d?TEad\PHPM2$#Q)YL]Me>Dob.uC7fmQW6K7#(~>
|
Gatm=>B?8n'Roe[@/JI!Caf&$UZ9:0GEXqeh/7GFq]LN-CPmZM8E0XF4T^7r*#$P4-Sl&1?,#dk3u9?4bK9Etnmc.m5o:HI-N6''.K6nJ(haiFB`0#;^!S1#Tc9H`3q1mD`UefJlDEr^S8,+Ha3!F`np9_>VWb6h:CM(rJJmCde=*(k%Ga0a\^UP'C$Mn/$`fl]jW[@-Cp?r''D_F;.Z5lQP#pAPg@C;ZMch_'k(([!oYC&D[SXFIBWbrN%5\fcAa5<5TK5D;S4$8>,`PBYV,Y1(Bh<Tq=b5EEPji@Eg\dY;koX$<4h8?1?!W93/><D9_S2eeVg%Tk"oljtfuU5b?mM#8&a7esB:ME@%PS]sc-ArWr9\&`P(^jGbmTiWoT>u>(Z/Q@\+^:cpj.93)k"S>m;dL(L\sY2q>N2ZAU6(dCq[Ac+u?+d.IqB?lGeB;V\*M7Zj/1\7?s*kI[K6igcR/-fCsF.D.`]X=`2jkWQ\&?Hnum)5a]Rc,`T$*k>d[M/EnCR]K"?cN9"Ng&lpb2MZIpkUKaM?_#WqSmR(<d*W(]PXY[VDCkH,DaV)s`D#Zq*ZE`J$]k5Y7>h@Jb;/fh%['`-h(lA'O'H$e(S0E*j'>D%)MK<(qW1fN@._>^.2XKu_-FS$>=glL6h9rZ,o_EZe+\gu;93G,4;R3BZec8/Ip3IEB97"qD.#L;I/--3<O>Z94SgbVOL4DL+^\0'kQ_ge-35h+K%]287rEqnVIL?EqN@XBl9&NldQ9fn_Y<L>r@F:4Zb7%6!\!WqZ8WI)e1#h+\3FOVeMoC4tMrtBLkuC&s`&s#N?4uA3RZJ4JLpD-I2H?fg!SDrbcC;e'esiib9;-h=fNhBlE.47-0j.)CZJlSM"95^9EBIJ"E!>c*Fe]Rm/NkehL4IfYfmGDka8ruq`_@1F>Yc=Ik(]ut_7<FrbM$Pfriu%'hE&bu*8S$)QDJ-u7[R`DY!RQuS)0NL[9Zr)9sH@67(06hM,O3pg<q#;]ham]+k:Oo:V$\8cY7sA?gUdt_]@lu-8FrY3Fu$"aS)6J5O=2&,J)pF_hbPYI[<2_BWdMn*@nplMUTu6=`JggbG6)?DCVrcK-UGa4cT[Cp0//f.aKo26D>+'T@t;@;2KA0--mWi3jPC-n=1ed^WqZ52O&7E-lQQJgZe3(H6G`$g>Jh2*OQ`RVBjh2CeuR(!;eqi?!uo?Mb]L;aaOMa@Q9/nr/%YBmP=q'ndNE^_+4g?]hgcb*Cr<Q4(2B!H.Aa%SMl4>kIMnO9T82J9Mjn$%P9IoC\8cL#&lTR8B2;e3ldZJbV`A4%:ZTZZ0I)VSbd8o!_\g-9t&`FUCTnO,Gf7';VH1iPaHF.WAoLhrVE&)Ur58k&c*[tH*PW@,ZhjGCfR$)Ph:^J<o!tkYNV:h+mo&XYNDio$\oAM]fnBMM@o7U%aLRqa.'BZMK7'RX<8MI0k*Q61&XV5g#C3@QmUb'5kq'Q6=Em_P*-&nj:&-(2q!W&LsCp]8V,m\"53EZcFca^Ci]=k.tu!3B05e@MA3bX;_5=g$1=b;P[kAlFNfX2_oKkDhGAuN*a<.i5N>FM3T3Nl'IZ$*]R?Nh@r6jCRDeVGb&,</E$9OV\S[`ueEK8Ogd^E!'eK_jm],E6LdOMV>7Fe+W7q=<!!3e%kLp3[Y97S75$gTq;V%e'g*_]F!=UehT$!=4>pf<O14<O6a5b'p2R#6?`&E7]CP=!$,Y!I4@DimdZaBI_ZPJ6SqBcRD*m^dsU6!tG3L%1fI,6)A(ZN\!1,-R`aik##*F-.:fk$[_cR<LjY`3[1ORimnV)T^%Rc7Lu*)7@08u"l_&`pt01FIpgHMsgJgZ12#lg@7&YbIrt\q:g+_'Fd(BYK<g6F"D6\;JuQ`qT/QpT-7_GKj^*rE[#u%<jJ.Q!8=_Y7!MW<HIJZJe.(YZ(L"@IOfP.gm<Q>f2Cj'N*Kb"#IYC/HJfkNh:8DN[%)h$@N*K4J6uMEplt][L+0,ucd`(%Ch'nTGkmpu&RS2I(V9itlC,"i)29eKXbl>_1l"C<[27N-HlsEBR:fM<f3>,I@84US)YMefC=E%:%^@X'pE+bD!os~>
|
||||||
endstream
|
endstream
|
||||||
endobj
|
endobj
|
||||||
27 0 obj
|
27 0 obj
|
||||||
|
@ -139,10 +139,10 @@ endobj
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
28 0 obj
|
28 0 obj
|
||||||
<< /Length 2253 /Filter [ /ASCII85Decode /FlateDecode ]
|
<< /Length 2373 /Filter [ /ASCII85Decode /FlateDecode ]
|
||||||
>>
|
>>
|
||||||
stream
|
stream
|
||||||
Gatm=D0+/c&H:NniShtr$oPIEg!7W).<c2S6?<5ba*hoC-.1Z'7^Ce2If6DH\oJgMmhhoN;S:TKZZ"0i0@sj?f4X!e>\aR/DpDCDm9%*k_^B$ls6#?BClb\LafWh@a0V,=!gMA%HMYSqZWmQ=XLDh;/`a]3f5dEY9/>Du*GV\eemD3OTh>"%qV,2g"YmJ&lU72J.'Zi^/+Jl9edJ]P!pplTZY=X'Fd*o==m)U3okBX9U(hkgV8HW]+%l/.I!8OV%6JQY..W=0-/'#8S5tKfG/MmZ/sB_?MH#fd4RdaNPC1Cmn4?2eb"-s,Yt:k-b,['jkGe6r#Ka)=9.i<eCA0]2\-a8&d_DdIlJKfgKpF$/f'+hP]s1ar_TB0+W(Uu_H%nrobOm30_cEJu\YN*QZ\^j/pp&iLLc%!jLr#uZKDn87)ibFk&I^44D!&89JjE&2==`q=H@:F:#UjSc(a45Zb!#HG[M?DH7[oWP2_'UgL&I.W6\NA;ldIN=mp:CPICD]6Is_(O4^-\^bC,tUNDJ*eq"<<F3\We&]k%J"7*m)rRnFI^)k7g+:U98iiGr&`>9&&R9kMk?0l">DoE5KOl$8EH79Ri37U6@D*MN-$h?6ri/0_'t`o*%hYnt#8G$rJcgQ.(bWt]o"/+^Z_Wo2Fj>_`^<88B@C4;&>PE#B;<KbE1[/Ei\B:Pk-ea>D)+b!]+rq.e%X"N*!+88,W+109PhL*F)hP4@BWKUYNk-h7])QjEb0'M?:6/kRXsE(H]Vq#cl2=Hq#!LO-D5Aq39V1L<AMQViLBNcSo:/>I%%:T.Pi^(h.l8p;6;.-knQS<E8\lu2)?BT7X+jk6fl^P<_\J;rPDQg4AQV=[%eSVK5n:amM58h"6*/Z5.BmZGaY.N"7*#B`@NPf6Hgj#pK;S53i90!$[/U9?1N<AlW!UT"K=MTE4;Po9!&L'9UVd*a>Aa<?U>`!G<,F\;S/$tLMji_c"8LB7U8W4C.]H3%;RO_DObMKB`$kks`P[nHpp.X3MQ#`]&KOC:t?UJflU>Z(D`H2ljp'C:DpUlZ2C<RIBoK7WJD/;2M#6Qs)Ck+K?#&JlOH;B3V>O`pB#A7q-qD!@kn):_\!\9uKG4N,QPePU[FSl%gjZ5O"Bl]*Cm.8XH>#2p1k@2mF/5u"E9c6QVhqQL3+V`"-1d3D8T.:KjiR$\J;37hp%2A[h!C1WSt7VN1D1[6`V+bOe7BY%Tk'f(DSTM3SS#8_L1Du;Sp+gYd70Z,Iu$RBCuf#spg:ZU?-B+j--`j\1jB*HS_)']1gT4LIp0W0"^r+T!IBt=i8+/k@\"t%<,B2V%^)Nc=jb_u4a*R*(Z(qFL5R3b&<Fd=jHCh-7F8]_F5X*LJaB,cLorIoNu-2K`Yg*1fINmcLO9Xss_l>Yji3#O38*4Hjjj,EM7,NqV0lmMV'kBT_l*@1K/^Xrf/r=S2%X7c8^""3jPWL2a$1>JBh:"EasE?cNQ&5&@7'-]kXDU<`f1odIT)+]RiZrV]F?Rq_\X1iT'bU!KqW,[3TSDJd('pWe7dM2,<:AqIF$Uk)dp`D+S#V\p/n[g,@EKcC9g#thr-)"iGe/chf6[tuZOoY,%Ck4fAi7`jiI\`A[F<_.jW?-oD"E@H!3h70<*k/ZsN9Ai/HAmaEo8g,kp6QZ;i3P4WJjd6iBlYWM]$hQcmBf(8'tR'\O9g3;c,8upGqa7P1YYV<J(mPCjYo2l&J'+'2)G>Oeqee3F7^YEE\`*)b/U27JT!U@!a&$'N1Emud_5jnH<e?uKb`90g@=C>EnYUP?*IMoUC!4L.qdjr2XM(&:end8.]1C-FI*A_8XniJS#qcA9bO9hWI.j:1On^\"I;oWS(:gC#l1@]+V`CO(n.ba@70Uo`H-JtG!i\lO'GBc]5oU)1B0STl=t'W,$<G6W^DeT#N>`nV0IlXTkG92=Hr`VVNip-&=HsA>Y6R><[=Skj(dF/pu]61M[JTM6f!rm-<$n#,)U$\`dlt-aeJpL`u-!i>We=_1*?[ZqI6[LatV'@42Y5742`,DoH+L]+W!CrF@eQ4rh6;d;YAW_6"$ktT6(t(0ABmuf=-#TNK)QdijFk7NLm2Y+)T-3hOK<75eCm=_9oaMD5Yo_Z0nsQU!HK%Z[sqR[+=##47d\-@Gs7A3pEde!+tGu?B!PfT33<@@/:h]i[FJZDZ)bi/!(js*EL*uJmm3g;_Kb\cKWUM2W'hpD>A$lY&m.aS]sW5%KC2Zp"9\S\^Iu6p&Nm_/'++C~>
|
Gatm=D0)1+&H88._=YpY1CXNXrio1dhVBGogA%P9\_[RMAQog!W!%*f^]%8A@"k;ARnb>jKir+sT&"fqH+1;.^UX&Y@2g0\q/?pKVIfP:&-'85qL%NfQK`[W+fMZYpjDUL;S]_XdmpUV\ZlU5^c.2EKiL]InBX"-8^B?_cnuS#j6r>l$1V=>rtpYY6-*hq)?JS"NtT0LPdipHGfPtK`[.SoIsJqF\rtm<np$R#oH<1\`Kji5dmNj\?EI>G1613pGFpnOGDl-6s.bbNM3>8H/hs,H<k47T2HF*pq4TPHSQkYQW>MP7^m_08[R\n'^7rr4DpTHZ7gWOuZtE%@gm)TiEr<d<502?s.AH^0A@j/JeOc$;4_k$RUp9'(hfUSCN#1/M)G;!,A?-o#@`:`#Cu=mI"iLmEX"iT3F.T[j(#>k.+igOU.GHQu(\el`%"jAqBOY%\8h-YQZejg]N+_.rE_L,;\KDK-jq^nreF9^l]j/Pi)j+ZYbr2DSa&>JD=h`2b&k\QC0W*o^BDetQIj*rF3YtpbP6,MsDa/b<%m87jM/(WkYBb[`1MaZHkd'n7jo[IEHa06i"h#sW&!BL9WUc!H?>-m3Uub4$L[J"Gcn#NK!BEm$%=R[?E6(J^gSLmn9"pIT.=9R-.g7=XSuW45AVO&q3JRCtg:$kF=]&iL@Uk@Hq;m6+[gEX<UYE3af<dY1lP4tZ4%$8mM!<Qf<n/p]g$/:BUuHn^e68&+>gm\Fp-^Uf*GJ:FJY8LqfQ4h.&s7C&pjKEWf*WK4lSu_gPni&)>gc66TG$`:WE)!%0o!aCQf%4KhgBd\?(g]eq=*Vn>2C?YD8stU0BMcorRGF>=LRJ<o)M;aN<^L[J\]"<WIaYoQb+OY_r]pk@crK>C!Y4+8U-5dDc]^h:N/n9B(@QDl1:YS=BgGf+gK$j1#K:]('cOiCA3>r;s8ubJnpLBnlN]ZQW1d)CSWdpFP7B/+E3o"!mbslb_#73r"QgoYEpi_=e=+,C?kWqL3^r:`3^IpDBN.?738JcY8+o\6c*--j:%P:b&s<8[)=OslSA+.gRme]2k4#,PXJ_3*cd^HRXqd"CoC<M7#p3-e=_&hSrP`cZ^!qJflriLT"WYm`aXiFg9ghup-_d1<`r>g!<//t&2H3-6))X".o<1#3C\.S$-i,ejr6>_OBg-iHQI-QoAC832oKOcCAf&`(A.,/HC[sJ.CL=lg*=AO8Wej,DPRa\kjbejFVt\.V[tED&N98akH$lsbtt'V@pHKE0;2f#>:RmsQo^?gZX>bTNs`mH6967o"$p@C%Je=i5LqA^BL#4mH(E5k_]HZJWoEW>e3"+p6"=\1O+s>.+CQ"CSFBiUB%A"LdFOn)QsI9Zmp\scOQ0kH'=LBu=QqUP1cuT[T!2Q6ra1'No^rBJ_G='#_fhFic^F9R+3gm&8trG'pV>/j^X@)k.5,)9q_p\SZ!YM'JWlN7ih^9D@E/[^Z`%<L%V!:V'l$6pYX9V2bW3-hqKW5C&&L>%"UR+K9&->k"*@`$Wt/D?F]o4l,Mfl&>V^.$i4Ks2ENW:MGnMQlDhdkBZ3$4H7U<K?9'7-5-@)CI#A"OJ^GpkP4OQU#L.n"(,00=gR7/;"?=VQu\l'("h-abo^i$PuJ&6k[S6HXrKE.Wi7YFdUeIm@GN+dI?JjC>T_,jI[(4iKAZ-ZJEC.NfSfYM)],!KCHSg>N<2jVsP[qAE5$:2(V68<SE9f<::\MNhZ8[NaO[7/H<kbYCNRC#W9IY[7FBk^CHB"6Yf(``3!9FSKR00>Bf'%`S?n&2WGI"/b=qRnEIC9@N*#CD7E;@tl?10gIKFk36\bl-:!f"33_ZP8t@7/Q%Z>g9Sg/g8'd>!^$.<kPpo+":seJjLkr+!78!1(^P"e?6@I_HkQg?e/`oP^*o?O6\,3QmE"s:"I9X2Ejm0,CS,Q6PI8arqV57iAkc+%RSVjhMcD%M9tqLM.WF+obd1blL"Z^&3&/4hUk59g>rsOS`6<A.4U`\5MPp+1=%qAn/LBl35efmP?jb\NE5(Rj8)#?XEjYmK\JOl5C=Q2SX,_3fIl4FE?iuhlJQo!3t\,SdfcUP/c'UJ7q9JW[(f/RP:hD6n14fBZI5Vq+eTf6_4;X60Mu:J2R*TO3j0AY*@;T(<fsdr-3f#!,UrhjU.pZlp((/&=(OI$"[JCVT/<CR>qYD5[-NJu(#"<7l7sq-9_R>D/FGY6:J,%pINYn2^]=6>]OO]@-9qf6HJPFiO?(+X_Vf+PID!sgGE=IoX%")Y0+n7#\j)>2SnCO,B7qlsVS0U_%mo+#<Vn3R!H($3>7o$c\lId_C@O3#OB\n1Z?<E:7_4%hUQAY*Obq$A:/`gGZR&dRWVj1[43.:)OLZF)~>
|
||||||
endstream
|
endstream
|
||||||
endobj
|
endobj
|
||||||
29 0 obj
|
29 0 obj
|
||||||
|
@ -154,10 +154,10 @@ endobj
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
30 0 obj
|
30 0 obj
|
||||||
<< /Length 1282 /Filter [ /ASCII85Decode /FlateDecode ]
|
<< /Length 1546 /Filter [ /ASCII85Decode /FlateDecode ]
|
||||||
>>
|
>>
|
||||||
stream
|
stream
|
||||||
GatU3bAQ>u']&X:\8)/i0Vh,%Z(*8+6&RAXiM)7-$X098U9^R<WApKQ04hi"'FPtW#\*\Z]&Ym7^?CX4c/X!=I7$m"r]b7/JdDd9^qDM[IX^a*N^FF%/^\J-Ab5GlKC<4QSpkpYLjJKID71U#-fY+Rl5Y)"BuJBlJH!90p,mebr^#;rSJ**9"p[bphBO/Va-/4N_&Pj?gp]Q'*Uba`=K*ZP*U5s4A8-`t<B9JChsB5$@NLPJ"2oT2#!dYVG]Y*9,X@ZOA?X.'=u\"DT.JCBl6u:5p5!GJ]$e#WEE8[h.#s+Eg36##qp%bQ+f'1droMa-W/m36EA5=g1/,2BMcPY4In:JL0rJ>Je&NG((r+5):^NB\6A?'7_ntA;*oUcY7qS[ifZ0[]D[6T/)5b(@Gg%q.-l;aeCoWHEC=dQ@LXdjV#ud_lFY[a+XdMkp(LX_cG`a,aHVro\SJGOrQjdh,AHFd<U,4"$lP`.oo@l*@*q>o>k6=tB,;6.B:E]%^U,i@-=TpQ_$3MAE;mictO[:FBWQeF06&>Ko#W[rb+S9GLAh%`+fG3s\>ZL$7_2B_mkrLt*=_3-(:>2J-?k]RNZ;@AS^eL'X]WbsC@KDuTbQm&9>G6MYWK[?bceS3JE2p"3YA!?L38j='d/g30&#nk]PPJF`@O;_u>2J$T)oQOq6.kH2Qt((G7U^C3.M.WR3#Y]R:i!V.V,=H,:#"un<=&pJb_eSjK*gQ.%]n6\Wtb/C-0F)(WKk,blR[58p*PABG0:!(XaIMfJ1+/^!EQ2T20gf35\]rBEAg.j1ehC3f;oofqD8j<Q`teofaAcag.?LBHl-:8)gUTY%HRPP]BRNmbmZ$la`3b5/9RB&:c5\!m):Gc!I*3Y_tfnPZ2GWPM#6H"G3/-9['K!>9d35\?,"mD;!%<)o0"3n--]jV]M)4;f^kmR/p1BaQd5?cWDXMppZJ[H4<">(%Psks<%9OKQ%d2RV,PT?.%tOV,^?t*`!qBA&#[bG0mD_c/kLEQ4)"LPOFA_<;4-nj4+m)WKXOsmRp^Kb;\-DIL2#qblR)uV$=-<$?JdkN1?p?+P%"';+caIU)lSbY[M*8[^K#uZ/NgIE?#+!ec^cHL@S+=n"k\eHf8n6X7nGcnqc6Cpa4j(R9oXD6LcZr4jJ06P`''g?I2a#a@mCVu]#o/ja9rjj=*j.\.`;?XOh63jj0Ysbg8TB64`'`<jW^UdjUi,#ef`AnpeVK\]!K.OR<:H!YjtaNAU<e"(q=])T$B<fD1F34.p\#[mJ[3[`".P~>
|
GatU3a`?E"&A@B[G`/J7$iqWhjlf;&WMFR%7B%9d*$>lg:d^@%5YC`tIDAQj85qE<asDt=f]_bTrEb*u<f>#KiakEggjD:<&ra%2L8"E==a,99ck%K_oT\jrMpI:l<t0s-+Sba&M0[#u^T9=$gfn4Y8'JZl-tFJ.1%eR/n#s>*=1`\5^#*aM-Q@Egf(Q\Slo![%1:'VZ<!U%h8>X-D>M3\#QbTn"QFU:FcHV@C^sQ387G94;9!Fj%>btYuJ-0+iL!]N_+noT(^V/09VchIKd4&iW?<X'"f_S+):ZMf6A2_5>OH&8IlIkpbd=@c*&01E['`!rbLUO2%,QYu_]jC=&>HY!7bYEd32Br?5m'seXA2%:TW-/o/?&@(h<kO!XV5_gFA?aQmVrr\QMnfe]i5'1"hlF`HHu2suU"IrY^96b0i/JE<V>*Z&3-PZi8sF_j^qZ01p*;f!@0)<6":[(bQ$+:n`9Yi`3L<iA/_*bJXLYjtF"F+8\Z+aoaD>cZESW2=NY_kpA^S:[aB`)-SZ*BCA5uqFLliWJ^mK%3n:ub$$aCM%Mnc;!Z2s(GEs0p.?!"$DUZf)tUH"*Mi-!qAORAUs,ka?cH^B6[o$JE+PQ_oOURG)6=l@A8jH3g[(a#N'pd:JN@R04mLq8ZsK_J`hR/nt6dH$Y5.!E70.L5YZ$cjp]0GXs6/KQhiR7`76RFI4ZlZS)-Np1tqgL\W0UELd@'Rd]NZI!eY@.IWE5V`4<VI1Xf9+>W_&H`q!.(BS9c6A]2ps_WRR,e_*F"!B/R;*k\9a*R[E"*o613jbH8KIHRKVB$?gCc7WCeEpSWnb\.<IA).CNYo=d=OM7/uNLSa@*E:H)sGU&-?UNgke@`!X^,)1RHa,C-MhB"t5i?2mF+gq\`3/-_Dh6Lfn?g32:1Q&7ru%kR]HE+ksgVoP96AL8X#T]r="Rd)='6VFG'EJD\jE(.RgGXjAA]`)A2QC*g<_e.V=KG?V0hRDN*5T%3.OqQk;F_mHPPDC3*4:ig]V;GpcgF_oS$[KLSWo>+l^?5j^]0Aa&==_2'uk.,O=d+djDN"@:W>;YrA2$6Ia3Pa_XZ3U4iM<"L'*,mY.+HDP5;t?JJ3$nU&=BhDi>:3=qP/h:J4N59jTk^(.D.Zoh7&F7RGkU?8jPMsj^:81\gTD\cre4X-Dp>6r`%GB^K$3`\meIkoU.X12Hd#/6"Z9(4gpCscjd^f=>Gdqc+8oL#fbjii*83tgb=p,=Q#gOX?U#ZdWgf1C03iq]5Y8G(qUj!Hd(Pr4Ka%Rclo>=?^ifI:F6kKn_9faqZV^AJl?fcJ1=2nLH(i.gocbVc`#ltI1o%(V2P"GU'VQcZr@,/7EdWj,Y.n"kEc+!_?!St[:S-l"lcC`d58%oP,=[`@ee&miks%cp7R$-kG[lI&,U6nV$0&`n$ujU]d&0_FNp\;\K]%El7]-*>1AK/>(eR-WR5Y0++/a8[V@9IfkY]ruVAC,T.j*fmXsSu$`Bucpos"F!D41Q.i6G9q3nZ#B!bT?$B3=f?2-:7B6'iaQh*7HPnGE~>
|
||||||
endstream
|
endstream
|
||||||
endobj
|
endobj
|
||||||
31 0 obj
|
31 0 obj
|
||||||
|
@ -300,49 +300,49 @@ endobj
|
||||||
11 0 obj
|
11 0 obj
|
||||||
<<
|
<<
|
||||||
/S /GoTo
|
/S /GoTo
|
||||||
/D [27 0 R /XYZ 85.0 481.866 null]
|
/D [27 0 R /XYZ 85.0 468.666 null]
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
13 0 obj
|
13 0 obj
|
||||||
<<
|
<<
|
||||||
/S /GoTo
|
/S /GoTo
|
||||||
/D [27 0 R /XYZ 85.0 299.532 null]
|
/D [27 0 R /XYZ 85.0 233.532 null]
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
15 0 obj
|
15 0 obj
|
||||||
<<
|
<<
|
||||||
/S /GoTo
|
/S /GoTo
|
||||||
/D [27 0 R /XYZ 85.0 268.398 null]
|
/D [27 0 R /XYZ 85.0 202.398 null]
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
17 0 obj
|
17 0 obj
|
||||||
<<
|
<<
|
||||||
/S /GoTo
|
/S /GoTo
|
||||||
/D [29 0 R /XYZ 85.0 613.4 null]
|
/D [29 0 R /XYZ 85.0 547.4 null]
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
19 0 obj
|
19 0 obj
|
||||||
<<
|
<<
|
||||||
/S /GoTo
|
/S /GoTo
|
||||||
/D [29 0 R /XYZ 85.0 445.347 null]
|
/D [29 0 R /XYZ 85.0 352.947 null]
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
21 0 obj
|
21 0 obj
|
||||||
<<
|
<<
|
||||||
/S /GoTo
|
/S /GoTo
|
||||||
/D [29 0 R /XYZ 85.0 303.694 null]
|
/D [29 0 R /XYZ 85.0 211.294 null]
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
23 0 obj
|
23 0 obj
|
||||||
<<
|
<<
|
||||||
/S /GoTo
|
/S /GoTo
|
||||||
/D [31 0 R /XYZ 85.0 626.6 null]
|
/D [31 0 R /XYZ 85.0 535.4 null]
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
25 0 obj
|
25 0 obj
|
||||||
<<
|
<<
|
||||||
/S /GoTo
|
/S /GoTo
|
||||||
/D [31 0 R /XYZ 85.0 537.747 null]
|
/D [31 0 R /XYZ 85.0 446.547 null]
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
32 0 obj
|
32 0 obj
|
||||||
|
@ -353,52 +353,52 @@ endobj
|
||||||
xref
|
xref
|
||||||
0 47
|
0 47
|
||||||
0000000000 65535 f
|
0000000000 65535 f
|
||||||
0000010977 00000 n
|
0000011291 00000 n
|
||||||
0000011056 00000 n
|
0000011370 00000 n
|
||||||
0000011148 00000 n
|
0000011462 00000 n
|
||||||
0000000015 00000 n
|
0000000015 00000 n
|
||||||
0000000071 00000 n
|
0000000071 00000 n
|
||||||
0000000913 00000 n
|
0000000913 00000 n
|
||||||
0000001033 00000 n
|
0000001033 00000 n
|
||||||
0000001114 00000 n
|
0000001114 00000 n
|
||||||
0000011271 00000 n
|
0000011585 00000 n
|
||||||
0000001249 00000 n
|
0000001249 00000 n
|
||||||
0000011334 00000 n
|
0000011648 00000 n
|
||||||
0000001386 00000 n
|
0000001386 00000 n
|
||||||
0000011400 00000 n
|
0000011714 00000 n
|
||||||
0000001523 00000 n
|
0000001523 00000 n
|
||||||
0000011466 00000 n
|
0000011780 00000 n
|
||||||
0000001660 00000 n
|
0000001660 00000 n
|
||||||
0000011532 00000 n
|
0000011846 00000 n
|
||||||
0000001797 00000 n
|
0000001797 00000 n
|
||||||
0000011596 00000 n
|
0000011910 00000 n
|
||||||
0000001934 00000 n
|
0000001934 00000 n
|
||||||
0000011662 00000 n
|
0000011976 00000 n
|
||||||
0000002071 00000 n
|
0000002071 00000 n
|
||||||
0000011728 00000 n
|
0000012042 00000 n
|
||||||
0000002208 00000 n
|
0000002208 00000 n
|
||||||
0000011792 00000 n
|
0000012106 00000 n
|
||||||
0000002345 00000 n
|
0000002345 00000 n
|
||||||
0000004589 00000 n
|
0000004519 00000 n
|
||||||
0000004697 00000 n
|
0000004627 00000 n
|
||||||
0000007043 00000 n
|
0000007093 00000 n
|
||||||
0000007151 00000 n
|
0000007201 00000 n
|
||||||
0000008526 00000 n
|
0000008840 00000 n
|
||||||
0000011858 00000 n
|
0000012172 00000 n
|
||||||
0000008634 00000 n
|
0000008948 00000 n
|
||||||
0000008830 00000 n
|
0000009144 00000 n
|
||||||
0000009233 00000 n
|
0000009547 00000 n
|
||||||
0000009466 00000 n
|
0000009780 00000 n
|
||||||
0000009604 00000 n
|
0000009918 00000 n
|
||||||
0000009750 00000 n
|
0000010064 00000 n
|
||||||
0000009890 00000 n
|
0000010204 00000 n
|
||||||
0000010048 00000 n
|
0000010362 00000 n
|
||||||
0000010230 00000 n
|
0000010544 00000 n
|
||||||
0000010421 00000 n
|
0000010735 00000 n
|
||||||
0000010534 00000 n
|
0000010848 00000 n
|
||||||
0000010644 00000 n
|
0000010958 00000 n
|
||||||
0000010752 00000 n
|
0000011066 00000 n
|
||||||
0000010868 00000 n
|
0000011182 00000 n
|
||||||
trailer
|
trailer
|
||||||
<<
|
<<
|
||||||
/Size 47
|
/Size 47
|
||||||
|
@ -406,5 +406,5 @@ trailer
|
||||||
/Info 4 0 R
|
/Info 4 0 R
|
||||||
>>
|
>>
|
||||||
startxref
|
startxref
|
||||||
11909
|
12223
|
||||||
%%EOF
|
%%EOF
|
||||||
|
|
|
@ -123,7 +123,10 @@ document.write("Last Published: " + document.lastModified);
|
||||||
<a href="http://wiki.apache.org/solr/FAQ">FAQ</a>
|
<a href="http://wiki.apache.org/solr/FAQ">FAQ</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="menuitem">
|
<div class="menuitem">
|
||||||
<a href="api/index.html">javadoc</a>
|
<a href="api/index.html">All Javadoc</a>
|
||||||
|
</div>
|
||||||
|
<div class="menuitem">
|
||||||
|
<a href="api/solrj/index.html">SolrJ Javadoc</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Resources</div>
|
<div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Resources</div>
|
||||||
|
@ -219,19 +222,22 @@ document.write("Last Published: " + document.lastModified);
|
||||||
<p>
|
<p>
|
||||||
Solr is an open source enterprise search server based on the
|
Solr is an open source enterprise search server based on the
|
||||||
<a href="http://lucene.apache.org/java/">Lucene Java</a> search library, with XML/HTTP and JSON APIs,
|
<a href="http://lucene.apache.org/java/">Lucene Java</a> search library, with XML/HTTP and JSON APIs,
|
||||||
hit highlighting, faceted search, caching, replication, and a web administration interface.
|
hit highlighting, faceted search, caching, replication, a web administration interface and many more features.
|
||||||
It runs in a Java servlet container such as <a href="http://tomcat.apache.org">Tomcat</a>.
|
It runs in a Java servlet container such as <a href="http://tomcat.apache.org">Tomcat</a>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
See the complete <a href="features.html">feature list</a> for more details, then check out the <a href="tutorial.html">tutorial</a>.
|
See the complete <a href="features.html">feature list</a> for more details, then check out the <a href="tutorial.html">tutorial</a>.
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
For more information about Solr, please see the <a href="http://wiki.apache.org/solr">Solr wiki</a>.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<a name="N1002A"></a><a name="news"></a>
|
<a name="N10031"></a><a name="news"></a>
|
||||||
<h2 class="boxed">News</h2>
|
<h2 class="boxed">News</h2>
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<a name="N10030"></a><a name="02+October+2007+-+Solr+at+OSSummit+Asia"></a>
|
<a name="N10037"></a><a name="02+October+2007+-+Solr+at+OSSummit+Asia"></a>
|
||||||
<h3 class="boxed">02 October 2007 - Solr at OSSummit Asia</h3>
|
<h3 class="boxed">02 October 2007 - Solr at OSSummit Asia</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://www.ossummit.com"><img alt="OSSummit Asia logo" class="float-right" src="http://www.ossummit.com/2007/images/logo.png"></a>
|
<a href="http://www.ossummit.com"><img alt="OSSummit Asia logo" class="float-right" src="http://www.ossummit.com/2007/images/logo.png"></a>
|
||||||
|
@ -250,7 +256,7 @@ document.write("Last Published: " + document.lastModified);
|
||||||
<a href="http://www.ossummit.com/2007/program/talk/67">Lucene Case Studies</a> by Erik Hatcher. A rapid series of examples of many Lucene and Solr using applications.</li>
|
<a href="http://www.ossummit.com/2007/program/talk/67">Lucene Case Studies</a> by Erik Hatcher. A rapid series of examples of many Lucene and Solr using applications.</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<a name="N10058"></a><a name="03+September+2007+-+Lucene+at+ApacheCon+Atlanta"></a>
|
<a name="N1005F"></a><a name="03+September+2007+-+Lucene+at+ApacheCon+Atlanta"></a>
|
||||||
<h3 class="boxed">03 September 2007 - Lucene at ApacheCon Atlanta</h3>
|
<h3 class="boxed">03 September 2007 - Lucene at ApacheCon Atlanta</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://www.us.apachecon.com"><img alt="ApacheCon US logo" class="float-right" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png"></a>
|
<a href="http://www.us.apachecon.com"><img alt="ApacheCon US logo" class="float-right" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png"></a>
|
||||||
|
@ -270,7 +276,7 @@ document.write("Last Published: " + document.lastModified);
|
||||||
<li>November 16, 4:00 pm: <a href="http://us.apachecon.com/us2007/program/talk/2017"> Advanced Indexing Techniques with Apache Lucene</a> by Michael Busch. Information on payloads and advanced indexing techniques.</li>
|
<li>November 16, 4:00 pm: <a href="http://us.apachecon.com/us2007/program/talk/2017"> Advanced Indexing Techniques with Apache Lucene</a> by Michael Busch. Information on payloads and advanced indexing techniques.</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<a name="N10091"></a><a name="06+June+2007%3A+Release+1.2+available"></a>
|
<a name="N10098"></a><a name="06+June+2007%3A+Release+1.2+available"></a>
|
||||||
<h3 class="boxed">06 June 2007: Release 1.2 available</h3>
|
<h3 class="boxed">06 June 2007: Release 1.2 available</h3>
|
||||||
<p>
|
<p>
|
||||||
This is the first release since Solr graduated from the Incubator,
|
This is the first release since Solr graduated from the Incubator,
|
||||||
|
@ -280,40 +286,40 @@ document.write("Last Published: " + document.lastModified);
|
||||||
and more flexible plugins.
|
and more flexible plugins.
|
||||||
</p>
|
</p>
|
||||||
<p>See the <a href="http://svn.apache.org/repos/asf/lucene/solr/tags/release-1.2.0/CHANGES.txt">release notes</a> for more details.</p>
|
<p>See the <a href="http://svn.apache.org/repos/asf/lucene/solr/tags/release-1.2.0/CHANGES.txt">release notes</a> for more details.</p>
|
||||||
<a name="N100A2"></a><a name="17+January+2007%3A+Solr+graduates+from+Incubator"></a>
|
<a name="N100A9"></a><a name="17+January+2007%3A+Solr+graduates+from+Incubator"></a>
|
||||||
<h3 class="boxed">17 January 2007: Solr graduates from Incubator</h3>
|
<h3 class="boxed">17 January 2007: Solr graduates from Incubator</h3>
|
||||||
<p>
|
<p>
|
||||||
Solr has graduated from the Apache Incubator, and is now a sub-project of Lucene.
|
Solr has graduated from the Apache Incubator, and is now a sub-project of Lucene.
|
||||||
</p>
|
</p>
|
||||||
<a name="N100AC"></a><a name="22+December+2006%3A+Release+1.1.0+available"></a>
|
<a name="N100B3"></a><a name="22+December+2006%3A+Release+1.1.0+available"></a>
|
||||||
<h3 class="boxed">22 December 2006: Release 1.1.0 available</h3>
|
<h3 class="boxed">22 December 2006: Release 1.1.0 available</h3>
|
||||||
<p>
|
<p>
|
||||||
This is the first release since Solr joined the Incubator, and brings
|
This is the first release since Solr joined the Incubator, and brings
|
||||||
many new features and performance optimizations including highlighting,
|
many new features and performance optimizations including highlighting,
|
||||||
faceted search, and JSON/Python/Ruby response formats.
|
faceted search, and JSON/Python/Ruby response formats.
|
||||||
</p>
|
</p>
|
||||||
<a name="N100B6"></a><a name="15+August+2006%3A+Solr+at+ApacheCon+US"></a>
|
<a name="N100BD"></a><a name="15+August+2006%3A+Solr+at+ApacheCon+US"></a>
|
||||||
<h3 class="boxed">15 August 2006: Solr at ApacheCon US</h3>
|
<h3 class="boxed">15 August 2006: Solr at ApacheCon US</h3>
|
||||||
<p>Chris Hostetter will be presenting
|
<p>Chris Hostetter will be presenting
|
||||||
<strong><a href="http://www.apachecon.com/2006/US/html/sessions.html#FR26">"Faceted Searching With Apache Solr"</a></strong>
|
<strong><a href="http://www.apachecon.com/2006/US/html/sessions.html#FR26">"Faceted Searching With Apache Solr"</a></strong>
|
||||||
at ApacheCon US 2006, on October 13th at 4:30pm.
|
at ApacheCon US 2006, on October 13th at 4:30pm.
|
||||||
See the <a href="http://www.us.apachecon.com/">ApacheCon</a> website for more details.
|
See the <a href="http://www.us.apachecon.com/">ApacheCon</a> website for more details.
|
||||||
</p>
|
</p>
|
||||||
<a name="N100C9"></a><a name="21+April+2006%3A+Solr+at+ApacheCon"></a>
|
<a name="N100D0"></a><a name="21+April+2006%3A+Solr+at+ApacheCon"></a>
|
||||||
<h3 class="boxed">21 April 2006: Solr at ApacheCon</h3>
|
<h3 class="boxed">21 April 2006: Solr at ApacheCon</h3>
|
||||||
<p>Yonik Seeley will be presenting
|
<p>Yonik Seeley will be presenting
|
||||||
<strong>"Apache Solr, a Full-Text Search Server based on Lucene"</strong>
|
<strong>"Apache Solr, a Full-Text Search Server based on Lucene"</strong>
|
||||||
at ApacheCon Europe 2006, on June 29th at 5:30pm.
|
at ApacheCon Europe 2006, on June 29th at 5:30pm.
|
||||||
See the <a href="http://www.eu.apachecon.com/">ApacheCon</a> website for more details.
|
See the <a href="http://www.eu.apachecon.com/">ApacheCon</a> website for more details.
|
||||||
</p>
|
</p>
|
||||||
<a name="N100DA"></a><a name="21+February+2006%3A+nightly+builds"></a>
|
<a name="N100E1"></a><a name="21+February+2006%3A+nightly+builds"></a>
|
||||||
<h3 class="boxed">21 February 2006: nightly builds</h3>
|
<h3 class="boxed">21 February 2006: nightly builds</h3>
|
||||||
<p>Solr now has nightly builds. This automatically creates a
|
<p>Solr now has nightly builds. This automatically creates a
|
||||||
<a href="http://people.apache.org/builds/lucene/solr/nightly/">downloadable version of Solr every
|
<a href="http://people.apache.org/builds/lucene/solr/nightly/">downloadable version of Solr every
|
||||||
night</a>. All unit tests must pass, or a message is sent to
|
night</a>. All unit tests must pass, or a message is sent to
|
||||||
the developers mailing list and no new version is created. This
|
the developers mailing list and no new version is created. This
|
||||||
also updates the <a href="api/index.html">javadoc</a>.</p>
|
also updates the <a href="api/index.html">javadoc</a>.</p>
|
||||||
<a name="N100EC"></a><a name="17+January+2006%3A+Solr+Joins+Apache+Incubator"></a>
|
<a name="N100F3"></a><a name="17+January+2006%3A+Solr+Joins+Apache+Incubator"></a>
|
||||||
<h3 class="boxed">17 January 2006: Solr Joins Apache Incubator</h3>
|
<h3 class="boxed">17 January 2006: Solr Joins Apache Incubator</h3>
|
||||||
<p>Solr, a search server based on Lucene, has been accepted into the Apache Incubator.
|
<p>Solr, a search server based on Lucene, has been accepted into the Apache Incubator.
|
||||||
Solr was originally developed by CNET Networks, and is widely used within CNET
|
Solr was originally developed by CNET Networks, and is widely used within CNET
|
||||||
|
|
386
site/index.pdf
|
@ -8,7 +8,7 @@ endobj
|
||||||
<< /Length 886 /Filter [ /ASCII85Decode /FlateDecode ]
|
<< /Length 886 /Filter [ /ASCII85Decode /FlateDecode ]
|
||||||
>>
|
>>
|
||||||
stream
|
stream
|
||||||
Gaua>966RV&BF6e$6>[)<':eR?91Y]cd^EXVD4V]g)acUgWX%r5pVY4?N`8ji],:V4M_9gZ)lS"]76X"aS@OOLq/nGB]Tfs(HVc%*K!DdUF7s/SkCd3!YfM!YK<n=j*[oQcoL]MH?,a$gRdSBEJFIcBN@4g&`#J8Gn[p-P^BOA81r?1QS;@%HtD&PSnXJSZL]FT-%19-0]Pu+m/!hK$E_tplfNA(ICkWq0)2i]D%k!g1Xrf%]3OK$!mJpNU'Vd9^c?#=\C`J=@/X@oPj]N*n#GCpD:g'72b>Bq^gnNHIPCj?a.d3BR!n)JZ-F/cYQKgqhtG@ma^KNMKs'V1C:d3Ua@2N<[t@o^V83Yf(cH9qiLj]P@TkU)TKV6V@WeU!Fr[&k<NItK4J.Nn)/n#)Sq/&Ub"TR)OmuG,1HJt">-#:G$6P!(m"oAIHre';%?HRYH_XIb9/'-ra>J5rPI-Uh'@^=$N_eCTnO<QL8106&]>Hma4U"D2P?B2ia.l?)FgE^]ZBAAleQipc(?f`R<su#!imj-L:EJrIL(=B+RFP1dL4MU:n<uSBponMGQa;?SElpMDICl4"_+(+PRtD3)2iIgj;ZY%R>$%Oa$KARk4sLq0kAOQ_[HGp*l=C)3,(Q]i_b?^dKqT5QqDolLq.cD&N8T%K*Tk0?*scU8aJ3AYGYHY^3"QXW,YQ]-SV$Z+Q))UPD-e.:&H;dJ$\=Co_]XL.OH:MZNEMi`jjWQUKoG"sC)df\&ikH2@mdT=Vo6W)Sb:7u">bT9KiZJ0kL(>/=N?H[JGH>JV[_ZIoE5M:3'/Zmq;#Oh?Fr@2r+:Q7hL6Qpp7`!UR91+!e&b3Ha9%;oo.!s:S`CXm\#$(k1i&GNY=_gMX!P3Jrr\r:]N5~>
|
Gaua>966RV&BF6e$6>[)<':eR?91Y]cd^EXVDXnag)acUgWX&iJk.6G^'JOj8Rg^RiX%eNO(H<0f_m%#-JjM48'K!V,n#dd^XOKAktsj;+%<FT$[dPO&><WoIZJAGT'E^E6g$"ZR`U]>Y!(<\H%u<mAC<FI&`#G7GnZmePR!bg7*bASQ`sC5]l<@<(If.:gA)D<P.j.QQusf*p;>/tL">UQFaH3W^0+%f(Aq@H[LM<H)/@q$>qZ"*&a&fXd>/61i#K't>\oc/Yl:fnX*5#\G;XB(0'jea[n.sG^gnBD5*u>/A'qV1be<T5eEE;Mh#JZFFM79pEk!/aU$LsM?EZ.=E`$E=mGKmOBsb]t$l_D@E3s+r0J-Hdd%51fZ+;f-I2nerFfGfA4J.O9RBG&)0#3RjARSo_aSKYg3BCUH7]V+]'Kup/fTX*6q4raR=rnbkpSZ0!XM?s;+P5\FbjnO*:/H/Z3[*mR,X<S<$mZrW8S$Hq"p4-?8:l[LC0<aeA^[cOALZfM1^^2LU=<tOa$j1XUs\;)+^(F"hNlCu5^__$'T6BBclTj^cRO?H28S6&TpV?*:E&-)kX_qQ:tX%/%Ri(1!n^EPb.M'3Q.ZOS^SF%<)8E%e>;hK(3.+<2&-5`f*+f9>.1E?&o%,$Fa]I5GAH^ltl7`_iKg8J05or19^gjHXjV%ZG8;_5o1-(_oeQG(#h<(Qa%IjK25n&E'*X2Z3LP0c!C.r_M<0+BG'JbP)WUYY_Qc/dQ*ZNfB4s_?^S#gOp-^Y3>.^\\oGaJ-6_05/NN`bKQE8%P!j$99IJ[<15V/IGJqqBjLisugQosXaZY*Z6*ai'=oSk^'`?C"u0XQs=J9r8:,DTd+QC"KLQ?WF,=;fh:lrsu&Y]N>~>
|
||||||
endstream
|
endstream
|
||||||
endobj
|
endobj
|
||||||
6 0 obj
|
6 0 obj
|
||||||
|
@ -146,10 +146,10 @@ endobj
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
30 0 obj
|
30 0 obj
|
||||||
<< /Length 3417 /Filter [ /ASCII85Decode /FlateDecode ]
|
<< /Length 3481 /Filter [ /ASCII85Decode /FlateDecode ]
|
||||||
>>
|
>>
|
||||||
stream
|
stream
|
||||||
Gb!#_>EbSe'n2c^6(ZZ1nmKguMdK@lB78N?gY(hN;\eJHU".u;2"Ui4j8&F0ihdqc5WaEcV)I'^SF?>#SXTcZEc^pFk3C8C`t#u%TpGU8F'\T[mY$.&'mn.%a5>cV=.s+cQH'm@5ND>/[EEER191u;h::Dd?>cp;^\06\5-W^G3S+0:&E&&@eX/*!O*fI?B`77RCHo508Ib:Po-(-`e[n`X^<P-dY>;9M>FYAHHFF*,dqYT#%QppnirsV!C#P@N)D/N1inDUpA4QbjQQYQA;nqpf5Z_NG/n1NW7959)<$Wd$=,Nr4&,<`G(Pq<..`E/8+Sb4En;&%Bo`@rSYR)[2!66G#FgRN/D=.S`NO3"Fhg2MERji#fjiVa&TJ4k@r-FAlAg/7785aAlF:@(:!2pFr7>q5;<+W#(^5q]W<[dYp`gdfB4ZZi"1q>-2ipiGJo8lq,(//o`-]l2[P^i]+lgqTTbpVipB]7h*If,kADEb`a&cNrQnAYBg_EV%`mEm`%-l*P@KgmtH,*(Z8DGu?iR`&'gjOl>AXpC"bgeA6@LYR(,5t9U=OsO[>e<hX*Uh<>S-s5B#0brlQ`(s2"2bSl-+Vb8-cEeum1)q:q)6[7DRQT%*m>qqt$+5E>Yo#Gof\]dE%LPSJ`[3pi1*KA:=bj1%[O:7hY6?a#7Yj?HX-"K"0GUJ#F+%YU!<Y#bHZF@!\n1)J2qAC5@44E'&QS#2`&]"A<nEmR*<GBM!s%;'kS#1+Vc=TaXXQ6k`'P"J[#es'3V&hQ?D*/3$Lk867jb;>En:".iiaaJT;sj&QoV>:3G<gXocS+=#<M*u*JPJ'Fft9ZM:*gXll"=5[O1Hm/+-XXG?%IPbId33:tgan)FXd?M\"g@1tHRToihW-91Qn8G'So=I`Rl^_'DoBVo(7:WA-^1&2;[p#raCF;85?8<IT_0(NCF%?!Zd@$qb<VaZeS<SrZBH/T/]V1=)ElI?,KD6\7%t22r+STfNBW0D^mo6^QMPAGMRkAB0'GiuRCh-b*HRVYL>D/d)oc?V:JMPTQhjfcL/6LN*W?\ilt$=DC.*-.h_pd]5hHlOo/Sr'`]CkHA1/UiD3&Y8uI987n`@%>e"ImFhS7`Y%3`g=5fl4/6nJQY@pl[s6i"_^1f7+7Mi*hRnFpKK"SR6JLNV&A?fS'^:%6kESX+!#VYFesrKRf1.TH+HT;H@4Tk$VF^*Tk]iPr2%XR5.!kUT;0gU97=pE;gSb047:,fO$,k+QaeCU\7Mt&X&S64ePO1e96KifBMGh_/DQ_F[H5f#-,A.RZXUEO\SrL0N`og5-$f(4<79+&O/?>_r]$mNfm]M:)jOt0(YuZn>7NBB^[`($LPE3BoQ39h=qQPVoKJdWOXb-]j\%D7&@0u:,2lBBUS7WkI!C(_iq*ttu!u]^N9kP#`WP'Sj/":WJrm4Kr"EoVurHS\\5irJU#jj1*cH%D4#6c$%p0!gr`5"Y#*dMCPd,#BarL8ba;;.,&G7BD#>g+*GhU>G04Q^:!OU3"h<N^e#c16YS^RXiIKO3HQDC=En\JOMjEmVotBmn>/#173pHfmJC%bO;=bBtm0$G:Wf``f;`ABBFPcj2A+KimfEW&1Lp!4T@TNbYj8C(S>Rl^cq=g>3OC]rfT77$LX3cuiMso_:k8NK+OD;kfh1'K'N1R<HYE^I<1LD#!<Nar\f-WGXJh$DW4l=$7r92)75c#;5,!gi(<P3//@IeU%tp"Z?hGDJt,N>Rj2b/l%ZkY1oM+Ae"2u:(aSe/)2W0<%2o@juj(E*#k&J5I?O+hO6S7A\ROK[O;Xm:5X=O%q25]K[6:YYaN:=KfBgAP\7GZeV!h\(3saP2%-GO_.Uh2o)!V,a4hq5@1V6*e0W_LpInqiab(lHF6<F.Cpiad+%90,KWa>tgPJ84qCM';Lce:N7g3JH4dr%/#-=?r28($:94"!KX<0dc$G`7dUe["([jcDhm>Z7dBcVrV0O';:*0N.G,om'j!s%K7g"HS%dWB-#Us<es#-a8Gc16eofDr^R-($4km1#=Wdn\-]>"J>MRXN]I]-ue4;nJl_;F1F/7p/L]^.m*dmmSA\HP]*XZk\T];K0>V?T8OaR%l*d#[pF-GeW!U)'8P^osu)XJk0;uGtlF=Om3pLPg,AO!S@ApO?R<an!3Ti9'OQ+:Ig[$rZ',6gt0cL6gW/YO0Vj?fdW'V!VZ.)6lf74n6)&3!$;3Nc0>4j9P'$%mS#BY:rs?oZA\g9!<?*R3M5PIp4c3%bR7Po<RQ+.\`Vgq!8u]Pf2Qock0*\W7+.kn*4cC#RBI)(Y2jNmZ@__F2=0e;WlV[4=FW1VGF)6bOE2AMeB;Qc60>g.XYJ?-/Yk8U=e"$Ae)Vc&K<2+[:3X5uX7Z`jh90l&DUk`AL_OnMlfr)Z*#j6nE?J%@"/@k/U&#Ilc<1@-:"#Q,QqE,P!0o3H<_2TEPfS?1U4W>FC'm<;=YfM-VQi/5brJa,8f!]cG"Ut8qousa9H=q*lH3]c)?K'J"$kd$?/Camh@N7QN,P9mY`adenr*UJ%No,b;eLCGQ(\iEG$r<c!"eS'544d_)Ln8D"oo&=!;@7o.RU%S[Z).)+7$BMF%deYrHSBn5+)*qV"TOVp%)J^&G9B2BJ5dkTS6C,j-&qj0_E.+m+_)<MXs$^WlSgimiLZGf2,E/2qN[XUeXAX*t_T9E^bQA+h4JF\6e(*02rXc'pR0@UWhiaYE\$'/SjZ(c&HjoEXSSZ/[WV<L#h=$S7;Q%"&R%C4i3-XW_`$kQ.4K(nGlZHd93>$!$)&ac'JQ+;O*r=qFMC5]Drb,VkS`/-e9CjM[MJ7S)cCgLRAJkOOeWG,!KPZT4`Q.WL^dL7gOlsD3m7F/3Bh>/V]3'5j2Me1=@:I(Gb?_ODtA*,jTo8eR$e_\0,=d\=;m!S:RfI#Lc3hX$=cg#4Qa8l@sKGR/p87eeosBn$9(jAhJ6/kdI7TiL9+s1][>+BWs$g)(Mm1jJ1k@<<LGL/`du,\;P<K!!^&:)81rKHUB(qIHrn2+uEED_e487!.4bh2`7gt>S=%FOiPa+&K7laij2<g!'UC5?B;:/!G/4*C.V`I+eXhTK*B%^o=#u/6mA2GK<F[:*E3mu[&n#4de'(YrdBYFdlc?QNkM2O)lU[P0')kgD=?(@nkG1gR2qsP+fjMm\;]*)%D"J]'Yio&eF3-ESGVFFK,<hDGEIag^B')Y5a-41-#%IfME^>>/$Kml_L20jM-)r4F@k,@q(0rR5Lucpb<k)2h)jg!EdV'!Dl:MCD4e;DiRih,WRu>li=>ZDnA<bl$CgM@R^*t$F`)g']1t/IYRloU3IWX-@FO@Y$[.qUGOFrM5<TeQe*IuK3[%Hgm]*>UV-.li^3F?E\o@&><Fak@H(CS6D=+Yf12FJ[k+^ujdC#qQF+Go`_#FHM:;.q~>
|
Gb!#_>EbSs'n5%I6(T9#Gu7qZkTqN(Q7U^TPjBYf<Km`S@:tB5(^$P`rd1:"eu+''<q/O,j`m6]o:<(scaCSBG?7#sY(!u,D@d#*46k^T;Y=s"_SC06K4FrAhqpCp+`WA!8HJiEV##L6V+\@<b/Cj(qV0QDh:8j`^-gG(h;&fc%Te/\s.`=>.QC,rSDD<_pClgUFfnjLoAn@TWqGRmV17A:=o"D^c@;A?]9YTs5i6Zg\8VPr)qY_i14tO--u6ql6l:'#hssS^[([7=NcP*13%&B='pg[NoJjtYUcauXKq;:9<5qEj0#&`(dqr&1H_^YXf>e"I\L$+&!;?S^8HoPF0(YWt,:Ic4(\A6Dk.lB-hRR@0TT`AGg[B[4d$sOJ,u/KMdZG$9e6>m5"n4t]g^!^c<e-dA(=Z=@7:2gM-oNb&8-c,lNfP;UDp,),pd%-T:[;KqAf:p]'X7l(?bcU2m&/\-,;osPE:7[.][rnp+5^*)s-VA^E&_J!:S$VQ2!6KKP8]oW9,l-3U\JNFPfYpYj/>_2*'K;._NNZaFidIkUg$p-5G`X/eR\i8>X015,%XpH.EWaZW$p'3]-OC0APs]/IZ&BB]]9f.1eYMF@-fdSJhZ1.YG3qpY#J]r.7]ZBNnYQ[M!HK/Us*m'FEHOpNml*K2s>F(=.E_7\0f3T@-bAklu@90nhpt(aX@5S'q`dU"ZH+N^2UtT3)YLRnkT`o`Z'7&K.T_80G'rG/1k$q8jFo'McqJ.k'R/:dLCV:"mEK,Jr"1HG!'gUN!1dY?<0qWXEU:eAS'MDi>drA`lBA(JjT1-*hCr2pa"A^#Wa'D4U<\6L!H47J:SJ6?g=@ZUMMP"p);<MGm!-d&1q8D2^ZdXf1r)#&`"?ET^jMb3O%/W9S[-LSkj;:^-*kV,S/U._$)q4rHM7i)^*!pP+U?>-r:8iP/=3.0Z?1d`L^(Y@+i_;P5"4-FQP87U7UWgMtu6;3_;[E<o0^:c86RJ!<HU\,DJPaqrGJsengK\=)ulmj'LYAiZW`"`0s(*?mU]EjPr,fR5G:!Ne@uBRW+B]R/[%-Y)?MSJf#ZF*aP7QJU@Y^b_M[WbNXZfKGRW,=nbYc"HG\dQ3:t9>A@FeI?t)lXRg$;]1KC@0@c]W!f,^^%=6MEc;o-XQ50-jXrsYkqbgR]6MUX^8:J@(a.]D_TY%sL\3;Yl\</3nB?6?mC,hPf]&h8M,s?TL/Xo5GHbF<BT-6#DE\FqQRdI]g2?SgDk\rNSL*mZ/a2^$'LHE/aou9K[YCE?D1%:JH9Hh&'KEhND/jKh]#>rG6APpr8[Nf0Vjg/Mudpe)l+;gnDcGTpqK.(4+.QX-`$3qb9:c.n^Q+]DJ.B3N"MJ=hDA<idZJF=K+4N]E)KE9qo;3$"[r/d-X\Ba98.-/%Vkr-_fpX-n.F%5TNR1PM*DKI1#I&RO`^j5j>e@"heWfB]H+_eQaIPd'.f+r"XN=quO]o]G[Hb<i<ppb*Wa[7JT2nPoT9j0?*3flW&e3Eam\)\]R=hgjB'ua8oki[%jrrcdVT_t7gHi[ZK3_1I#Wme8l%g03I@#lIGc;t#(1!m50'C@(XccA`-"9gZG/utC*N!*,H;,9(]*@)6G^FE$Lp3k:W23;M6C=L&uSn36;:gEW8:U!4;L&V#s0CJ$'El%FXRG="<]-OQ.Y=\GlmW?1sr68""qb:LlF(,+04.XY-Vrc*20#S12AHoSJL`f[>JpPcN1!YIWhcEM[AC#r8\BBS!Wb-=G!PsTL[.3Hu#>rG5VS;EGUmar3P]XEKqP+H<h#Tt-e@=ip)kB?.\jKNp/Q+MLQG8m_:pZGS9O^uW<+#oMm4UpIN6]<]>P1M[>H79>W0#olRrH[/0Vj,8JibU%Of'Si3]V'C:+!T-]9..;Vt^Uc$8:ZQWYTrB_O9R"VH_0(]AAhpKu6j8d\>Np3%,QQEA)Tnn0R'G(/(l6R@MHr;V1R<c&;P@%C4]0DAREJK3oS10>;Va5Acll#X*RE:s,r?pOd`^Z^3LB?.f0aZs%^B%nTb")3*Z#^Iu]Pc=aPs@d7-S:(k^>H*g>i4NPq+%d<<I2,j5((1\RpKgFWN)7j[8Use@$*H_n$?&a"ELr3[C)X1'jK12V8J7&N,>Z'/TFI;J!&_2SYC]pg2LdaI*!&4QE<=3@(7!h3feCKKP?42UeDX!o;haM7KTBheT;@+#NgLl]<CSFjF0?/^h*p"gni7U6sa.)QY+_Y@\2CDs-Zjm*#7l7.1[25q#K.Tio0f6R%jP#ie3g<OIW,r@h7K>_qiG+PuQk"/*ksDRdU+.boP*W)WDhrJOR_.EVQG&e8fj)PChf,'X8rHs(1'Naa!8>/e=ehr"&^NNX9bUK?#o9pB!J1m`r)g7mJ`\)RBeI&m0N")RmnorBRL]DHgL?UT:=FSnI%,Io+N(I0i0a?*=Q3$R;c2'V^5R[BD-iRJrXt^(HrP;M(C8PQGN::?@1=]Wi)*pBkRqPTXAQ8\Y&Vn0,ToJNlp^d0VPlBqBQc$^BsuX&EYG9Oa/R0uG*Q!7cO^T9c"CE!a!oNn6JFZH#dFi-9.K)@T`MqH`1@DP#<>NLT1N0Qs-;9mcp1X#jH?C>\2;09!5?<NR1=8+kY:f>aZN92=1o`PMi&h]k'R.786b2X0c^B/e^XF5_$F*+iJW#Z!8I\g,_QEgLT^k=dB3PW]MLP+eb;UN;:5#_,W5]8O8u)cb#Aa`VMf$0#T,Bi\u9<E@*T"-:qFm.5]mW+VdJ60pX/J%L[i>K(j*!.3_gPW-hB2L<?Doto7&AGLWmg`T8_Vi/rU>!k3d/j7pj6+bMp9.>Z[sDKgOi5O3&eB+P;uW\<0V5$\blc\%bmj;:Lo5XgN6][aiJ?KI40+-6"G!::[<E$6W%C:>c?j<WHDQpO\k!@Ttqr<grfXVC;Ke!C3V*6@`:8WWb91O%J#PdaDAJc$XQjGK<tIO\P!k4cf&?k1mubFN'Zda#s=fK'td\qj6pXmdScj1<5_mB>(BhQ]^4;O)c*L&DLGZ4ORf::f0a56_^ugp;(6D#*F8;s/L6MDlpha,tb5QW-&I*RfJt5DWoaSF=#KGC9hdLIIbXSlpf?-7CAe([SARXe9,6):0%a;Z9)Tlp(*AiX:8EJ8_^V0TI,2>m^;TA27eF5VMdY,SJDeAm&>8?^8,BK+@cE`2':YV&_2KS@[DuY"'B9#MjgLCEWc@S;f48i/Z>We6/F"5TT#)0"2I4of/,Z\8N%XqeImWIWeuj,.m!:l+oZnM*jR!DgTJ5b+WBRfr8-Oi`ceS%*B'<!\,o/dokbNVRH%66;AQ]W5:'H;S=0utc5la&lX.L=_s-jATm^35Tn`/MpU5ab9WE:_GQ#,d3n>rM0@\->.,;W,e:3DeVJ_.`;ppD?3*h>c'#1B"1C?;05hea)qo)XUq4Uc[V`/kc<$3b`W^m"lUit8$M.d.-rUs`,C%b>/(RKO,*28A0g@DHg1qG1o:7D2n@ZTBZr=4,ipoa~>
|
||||||
endstream
|
endstream
|
||||||
endobj
|
endobj
|
||||||
31 0 obj
|
31 0 obj
|
||||||
|
@ -175,6 +175,7 @@ endobj
|
||||||
42 0 R
|
42 0 R
|
||||||
43 0 R
|
43 0 R
|
||||||
44 0 R
|
44 0 R
|
||||||
|
45 0 R
|
||||||
]
|
]
|
||||||
endobj
|
endobj
|
||||||
33 0 obj
|
33 0 obj
|
||||||
|
@ -191,7 +192,7 @@ endobj
|
||||||
34 0 obj
|
34 0 obj
|
||||||
<< /Type /Annot
|
<< /Type /Annot
|
||||||
/Subtype /Link
|
/Subtype /Link
|
||||||
/Rect [ 409.932 603.266 446.592 591.266 ]
|
/Rect [ 90.0 590.066 126.66 578.066 ]
|
||||||
/C [ 0 0 0 ]
|
/C [ 0 0 0 ]
|
||||||
/Border [ 0 0 0 ]
|
/Border [ 0 0 0 ]
|
||||||
/A << /URI (http://tomcat.apache.org)
|
/A << /URI (http://tomcat.apache.org)
|
||||||
|
@ -202,7 +203,7 @@ endobj
|
||||||
35 0 obj
|
35 0 obj
|
||||||
<< /Type /Annot
|
<< /Type /Annot
|
||||||
/Subtype /Link
|
/Subtype /Link
|
||||||
/Rect [ 174.984 582.066 225.972 570.066 ]
|
/Rect [ 174.984 568.866 225.972 556.866 ]
|
||||||
/C [ 0 0 0 ]
|
/C [ 0 0 0 ]
|
||||||
/Border [ 0 0 0 ]
|
/Border [ 0 0 0 ]
|
||||||
/A << /URI (features.html)
|
/A << /URI (features.html)
|
||||||
|
@ -213,7 +214,7 @@ endobj
|
||||||
36 0 obj
|
36 0 obj
|
||||||
<< /Type /Annot
|
<< /Type /Annot
|
||||||
/Subtype /Link
|
/Subtype /Link
|
||||||
/Rect [ 401.604 582.066 436.272 570.066 ]
|
/Rect [ 401.604 568.866 436.272 556.866 ]
|
||||||
/C [ 0 0 0 ]
|
/C [ 0 0 0 ]
|
||||||
/Border [ 0 0 0 ]
|
/Border [ 0 0 0 ]
|
||||||
/A << /URI (tutorial.html)
|
/A << /URI (tutorial.html)
|
||||||
|
@ -224,10 +225,10 @@ endobj
|
||||||
37 0 obj
|
37 0 obj
|
||||||
<< /Type /Annot
|
<< /Type /Annot
|
||||||
/Subtype /Link
|
/Subtype /Link
|
||||||
/Rect [ 108.0 461.279 201.324 449.279 ]
|
/Rect [ 321.636 547.666 365.976 535.666 ]
|
||||||
/C [ 0 0 0 ]
|
/C [ 0 0 0 ]
|
||||||
/Border [ 0 0 0 ]
|
/Border [ 0 0 0 ]
|
||||||
/A << /URI (http://www.ossummit.com/2007/program/talk/8)
|
/A << /URI (http://wiki.apache.org/solr)
|
||||||
/S /URI >>
|
/S /URI >>
|
||||||
/H /I
|
/H /I
|
||||||
>>
|
>>
|
||||||
|
@ -235,10 +236,10 @@ endobj
|
||||||
38 0 obj
|
38 0 obj
|
||||||
<< /Type /Annot
|
<< /Type /Annot
|
||||||
/Subtype /Link
|
/Subtype /Link
|
||||||
/Rect [ 108.0 434.879 171.66 422.879 ]
|
/Rect [ 108.0 426.879 201.324 414.879 ]
|
||||||
/C [ 0 0 0 ]
|
/C [ 0 0 0 ]
|
||||||
/Border [ 0 0 0 ]
|
/Border [ 0 0 0 ]
|
||||||
/A << /URI (http://www.ossummit.com/2007/program/talk/25)
|
/A << /URI (http://www.ossummit.com/2007/program/talk/8)
|
||||||
/S /URI >>
|
/S /URI >>
|
||||||
/H /I
|
/H /I
|
||||||
>>
|
>>
|
||||||
|
@ -246,10 +247,10 @@ endobj
|
||||||
39 0 obj
|
39 0 obj
|
||||||
<< /Type /Annot
|
<< /Type /Annot
|
||||||
/Subtype /Link
|
/Subtype /Link
|
||||||
/Rect [ 108.0 421.679 207.984 409.679 ]
|
/Rect [ 108.0 400.479 171.66 388.479 ]
|
||||||
/C [ 0 0 0 ]
|
/C [ 0 0 0 ]
|
||||||
/Border [ 0 0 0 ]
|
/Border [ 0 0 0 ]
|
||||||
/A << /URI (http://www.ossummit.com/2007/program/talk/67)
|
/A << /URI (http://www.ossummit.com/2007/program/talk/25)
|
||||||
/S /URI >>
|
/S /URI >>
|
||||||
/H /I
|
/H /I
|
||||||
>>
|
>>
|
||||||
|
@ -257,10 +258,10 @@ endobj
|
||||||
40 0 obj
|
40 0 obj
|
||||||
<< /Type /Annot
|
<< /Type /Annot
|
||||||
/Subtype /Link
|
/Subtype /Link
|
||||||
/Rect [ 179.988 303.626 273.312 291.626 ]
|
/Rect [ 108.0 387.279 207.984 375.279 ]
|
||||||
/C [ 0 0 0 ]
|
/C [ 0 0 0 ]
|
||||||
/Border [ 0 0 0 ]
|
/Border [ 0 0 0 ]
|
||||||
/A << /URI (http://us.apachecon.com/us2007/program/talk/1859)
|
/A << /URI (http://www.ossummit.com/2007/program/talk/67)
|
||||||
/S /URI >>
|
/S /URI >>
|
||||||
/H /I
|
/H /I
|
||||||
>>
|
>>
|
||||||
|
@ -268,10 +269,10 @@ endobj
|
||||||
41 0 obj
|
41 0 obj
|
||||||
<< /Type /Annot
|
<< /Type /Annot
|
||||||
/Subtype /Link
|
/Subtype /Link
|
||||||
/Rect [ 224.988 277.226 356.64 265.226 ]
|
/Rect [ 179.988 269.226 273.312 257.226 ]
|
||||||
/C [ 0 0 0 ]
|
/C [ 0 0 0 ]
|
||||||
/Border [ 0 0 0 ]
|
/Border [ 0 0 0 ]
|
||||||
/A << /URI (http://us.apachecon.com/us2007/program/talk/1992)
|
/A << /URI (http://us.apachecon.com/us2007/program/talk/1859)
|
||||||
/S /URI >>
|
/S /URI >>
|
||||||
/H /I
|
/H /I
|
||||||
>>
|
>>
|
||||||
|
@ -279,10 +280,10 @@ endobj
|
||||||
42 0 obj
|
42 0 obj
|
||||||
<< /Type /Annot
|
<< /Type /Annot
|
||||||
/Subtype /Link
|
/Subtype /Link
|
||||||
/Rect [ 230.988 250.826 495.276 238.826 ]
|
/Rect [ 224.988 242.826 356.64 230.826 ]
|
||||||
/C [ 0 0 0 ]
|
/C [ 0 0 0 ]
|
||||||
/Border [ 0 0 0 ]
|
/Border [ 0 0 0 ]
|
||||||
/A << /URI (http://us.apachecon.com/us2007/program/talk/1943)
|
/A << /URI (http://us.apachecon.com/us2007/program/talk/1992)
|
||||||
/S /URI >>
|
/S /URI >>
|
||||||
/H /I
|
/H /I
|
||||||
>>
|
>>
|
||||||
|
@ -290,10 +291,10 @@ endobj
|
||||||
43 0 obj
|
43 0 obj
|
||||||
<< /Type /Annot
|
<< /Type /Annot
|
||||||
/Subtype /Link
|
/Subtype /Link
|
||||||
/Rect [ 225.66 224.426 364.932 212.426 ]
|
/Rect [ 230.988 216.426 495.276 204.426 ]
|
||||||
/C [ 0 0 0 ]
|
/C [ 0 0 0 ]
|
||||||
/Border [ 0 0 0 ]
|
/Border [ 0 0 0 ]
|
||||||
/A << /URI (http://us.apachecon.com/us2007/program/talk/1953)
|
/A << /URI (http://us.apachecon.com/us2007/program/talk/1943)
|
||||||
/S /URI >>
|
/S /URI >>
|
||||||
/H /I
|
/H /I
|
||||||
>>
|
>>
|
||||||
|
@ -301,7 +302,18 @@ endobj
|
||||||
44 0 obj
|
44 0 obj
|
||||||
<< /Type /Annot
|
<< /Type /Annot
|
||||||
/Subtype /Link
|
/Subtype /Link
|
||||||
/Rect [ 225.66 198.026 480.588 186.026 ]
|
/Rect [ 225.66 190.026 364.932 178.026 ]
|
||||||
|
/C [ 0 0 0 ]
|
||||||
|
/Border [ 0 0 0 ]
|
||||||
|
/A << /URI (http://us.apachecon.com/us2007/program/talk/1953)
|
||||||
|
/S /URI >>
|
||||||
|
/H /I
|
||||||
|
>>
|
||||||
|
endobj
|
||||||
|
45 0 obj
|
||||||
|
<< /Type /Annot
|
||||||
|
/Subtype /Link
|
||||||
|
/Rect [ 225.66 163.626 480.588 151.626 ]
|
||||||
/C [ 0 0 0 ]
|
/C [ 0 0 0 ]
|
||||||
/Border [ 0 0 0 ]
|
/Border [ 0 0 0 ]
|
||||||
/A << /URI (http://us.apachecon.com/us2007/program/talk/2017)
|
/A << /URI (http://us.apachecon.com/us2007/program/talk/2017)
|
||||||
|
@ -309,37 +321,37 @@ endobj
|
||||||
/H /I
|
/H /I
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
45 0 obj
|
46 0 obj
|
||||||
<< /Length 2558 /Filter [ /ASCII85Decode /FlateDecode ]
|
<< /Length 2602 /Filter [ /ASCII85Decode /FlateDecode ]
|
||||||
>>
|
>>
|
||||||
stream
|
stream
|
||||||
GauHMD0+Gi')q<+_9&TujpVnG^mBLcI<"^<2eapGgUXlg"%C$='8k0,`JXQYDaB9!Jg=kec")ts!mKJKG.IM:!r?>JolbKN^FSSdiST\tM,/LP$q'g3L&QHOr0RUDp+#=/YPrtC_i"RNK:h;jRlfS+]sW1!niJ!:r_Td7'T@]/pJuY0^Yc,9H2XjhbrR`>i6TYCR`/cCeW!^4ZB/d[IUD8LL6`@MW6B!\V40A[j9FkLeD=X!T4QTVdmd>e1OJF;0=UH&m-N3lfrRek7(Qs`[$@^YrXWpi5B/kX#ToQAcpbROo\Me0HF&`&^<ZiKFX'*oY;^0ZRT6%Z/W*@_q&]@:L&`BXe$`,Ag4N]WnX.meXRJ97NNKRPgU,(pjJ"F],]%G^0eYdnNC4B2qB1^U3nqdCUY4G!jee,!cF%E19mp=.+-@d<<T,kq1K2Dtr.LeP`G>QTM6uYMKsRkBTCR-0lmiO$5PTOQ>"FF;/3PBo9&egG#:V$7ed6HKeB<+*J+TllMb'!bOS-66fR#HN,_/\.:>u!o(6Nh5*r6L28QT,71iK`D"CnD^)kNGELA?,4Ets)&,#1ZGKPhMLi)(0h/la.^'3ra%1gqc6ki#$3\R+Df2JHKVn#2"9i["4"N@3\LG.@Gqm_e8dV=q3E[1P3Z7lg*.@$+dVkp4ZPB4h>M3MENEbQoR#,`U%2qm:1g$F's0rTLk[8.@;N9kko6i;csg/jqr;*XrT68sk7KD0NKcKV54G[m9?/HB.JMgAV#4AhVQ9<P#\APj5bP472n@:oOs\6^45bc0'SaR4RG9bn9*%a9;/N=[Jfc6o&;05Ztskq>>H)ao*-A2P`p#dcCA62c;u!O2CJkAW[ms>K@0o.P9V3$ToWl-$d>#ll!b$X7c,r.PGdb^"C?,r98Mg_KA.7T4j[75EB2!)FAD)(!mVm`?(r[FQr^!BW8#M!Lcdc]6q4@i8:=PG:a_[?-BUtFtPH:++AN[oCI%0;ru:$G5](03b1:RLON)B!#g;Vg54sM&h3!?!@G]:0+o>i/fY?i&n3=*LeQN>Mt:[],'Fm$keWjEDH1DZIX,lJ$>4tcS.9E>SFDFDKi/P(d5u?[X)N4Z6bu1A=@:ar0+*rPkfk+*A]_7BdUobt1VlWqa'd:B*%^Nk^^&Tp)g>o-\I8?q]$FssUCm=kk&*`472/[i)?i?d@]k;Y<<tmR0QsK6&0"K"pn92VGMo@P[Cu@J]t'#FWZm2M7;'7S+ci?'no&f[F.o-Qeu#25VWKA&M$aa1]q2]>7QZJOZpQo^`&gu$N@!bIbuH#f'd>]2;Zg>NMA$%>iQV\3lh&=eJ"B4Ap6`1&OMi0B:.g]W-7;4=R!X;))J/Sf)X&GK@P7Xci#hZK%kg%k"POa0!+&&qT0$K::$':<,tAK@"Z\RP#EE@,d?>.fE0TZ,cFm9Eq243\&B4-Fl0GsENYi2R6W]07kXKQ<<-e#cRZaEX"d#-=Zh!E/[K%A%@o\Te5H;pl>3Su,kKiE[\:oliK87f4\8Cf]FQh=2=M@&1CQ%1uAKC/b%`do#$.m>\!lRs$0Mj"sT)LRN6j)Hm1^L_6/[6)rLpq5t%e???^McdC@,`YZnX7AA".5Jn]ES'p!r2YABTL#MkE9:5>#5dU'g%2GHZ'#nN5`O#;Y1iAGj[)'JFE7(c"f=i_9_Z@(-<Ak:9LYN)'>&-W<`D(rI3Sb`MReo5)U:M!qG!]B44+pO=VF2XeW7GSp+R0Y1eXpIH(S<LHJ3;/<s5`^:$R<SLG6uTHSi>IKX'QIGtEBkG$6YC-aIje?RNtVpf/FZr@+]\i=VVY!Pf^7$&Z;GH3DD2M`R,^i":4G6)MsU0Ch0c<Hd=#c9(\]lO52;%hj<(G3g,D6;McGh1)D6"hb[IX#:/#K^*L/0^YMeWuBM"a)9p.\MWOoRa"[;1qt:)E^+>p;IJR(YTb$5[P[.k/35.cq,kVi:OL_]%E?e@7QUH@71.Rj!gZRF4@RikSnp,@\(jVBoOe11$>;\?n^h,h4bC0q*kl<aI7-S$uI,;"Z5;_])0SWlggmn0f\JgV*p3Q>G?EC@Q`l6D--*;k+2u?D@S75A?J(3D!H+dHIe?`$rA?/#b;BT^>Fppc6_OcZlk,fUeg5EAP5DhBEC?r-+bsC!G%brN:%+dN(66b:0qoDn".qq<K?P;S2]*gmd1C<(OL#nVYV6n3&K^Xps*_3+4i0la2@(h&4UE:6!u8jH8a#'H*D03o?pchc57-pOH4+h<+8h!eV4p>.c9Bb4_>+6Nc0<mYA`=3?('5)fc4#bdJ5XC0$.V;Ok<KG7Ica(]=`7=_/VJ7l3UF`(^&kP\dB)Z+'d>TjA0KX4hKUXKm\&L]WTbh[^[q_&*Y#-YK>lc9&JDY%h@a.e;Ku[-p(H&DmIG`s-7Z$YCJqtGW7>=X``Br54p-5%>F-^-?S63%Z*stN@177dE2+.V`$54$4q7CpJh:u_BLUOqs*VBKGS]Kj7F);XZARGICfT0Yn"nE9Mi(Dhntl4WmBRO@Igs95H)WbQr[n`:4K+r?2#!Xep#5bdFk\M>'?1B6,`SK6]$dN~>
|
GauHMgN)%<&q/A5T_t$R73g"cQb4W%Q!N"-PI7oig=jfh&0-h:6%FlOB^ODi%mXNKE1t@kjg$1P5]lbb7ec/=_2kXd\#Z"uhGA+u5<n&D54Q</#iN1Rk4>_9&`Fo+9'ra!rdOJ!8\c]N*;SAGIg)\2YOpkro?+2Er8i^+]oraOX9f6+,tAa=*^Yp.phKJDj1!*Wpd`"m<,`IKk,n@6^V=31PAe-=eggO9&+&J'9s3l@q0r+P?%1.g<YbJ&&nVsF=f%NiBCPlghWip%KX`;4#^Ze##/;m?ku$$JGG-f^Unf%'eLmu*:&MQY+_4A_=k.[uNfdCWStP1TOd1*t/_-^q[GE$SA[,Srp")<?euC@Fn*IH)RH@`KDm/M-raJs>4sJfdeP3$DmnSFTSbHX2HfkEOenc>>pQ,?egZU3EVh"NMet8)V)c\E#apM]J&^!/j,<s`j+QTeBl67\NTGL0^WN+Mq?73=-Q0*CnlL\6*3@!R7d,(1g1]q"u&k-3/K?gdWA>bVep>Sj/RnVj%=%/<kWnT*'KH)uf-%9kJ1SrsncR9,qb[s]58DCj,EL(24F)!MfobGn:mX76/%AZ?[AoA)+$2YY`[2u04XeediAHU(A'#tDkrO+QV*X+.N(W2N>V2rtbHB2?WSYQ_Bo]E7kKO?3nH,Cj_`iqF@GcF)h<CAPJGd+8Y!'H&]^j/fCl3%pP*f\iE/%YPU.$l";7b9n5___-%Hn>N@KQi`eh43C;Pf5di$cLUQ6u9!r7[8d27YEp#CPXcP=rWiFOhi@(`nB2l"qBK'#+*ge![?*i\-$KDW[Yg.M"c[W8mW`OVg*3jaG](@nMKRd6Wnfd#pP)_aaX4nPNZ8$aXe%n40V#a4A/'FJpu'ZM*tL`:h0Jr-[NPIZjg^^SF>d.pt'V2&ONT+g:JIo&mUS96H4Zbq=QfGa!/cJG.lVNSc!363l6#*:EO;>ZG-r)2>/1QkRn..e7&rG"8(jMJ'_/Q*!^.<$gc=//q]cn7rFeQp:A\P9Qj'8^3fe>rS=Y1orcC)4uDSl=k&t(W(.;7*WR+-7`L;]Mc-N.'jriaMB_Rb+6J!6"IMe-,*QWni4KtnLmpj@h:T!ZI?E8Ws*.d"'HRVp7oA^Z(IVM+-p44l`i&)"ITPOope(WD=m_/Za#(t9g7fs9J;9um\kS[I#1$fbO9;t2YdjG;:SEiTiQ@rX\"Q$[Ss_@87c_IVLH[/";2f?1']M64W<t@\+^t6[7*@'+`)[QqIVapS3H/Kq`a3cDhGcp#<Y7Xa_D>L/O9\Vcq7!`f/YO162Q"@_VPYi[OUApVG2dfgm3%;5p?d5CmoZtP(8!ND<=t9laRFRPom!Se:'dMG2^c,FE:F>d@%s3&dK4bh=dB:iMlW*uUk6\pd5U3Z?]r!>H9L@:$0IUJI*_c/*qA3CRh&8f3$gO!KS4NZ@t;F$hI!g(o3o$L-cb2]Z/d&k)*n<o]rkc+la37e38eii&S^M-nufnk#kgD1`.K#Ja\eqgT5."kD2?))Mp#o!2,<-+o$b&.?U^Q8Efqg!07To*i<D&Z%@E(58@U#(N(8=1KD>V&LF12^=3fC2@rT(5T5g]d%R:eEdcVnDnT9,/3>*/eTfd"tfT+T7j29WK/.VNNC*+JJ`Cm$[s'Vgq3A4e0'OZ_(!BtHLm+#5U$s,&1FfPZLiEW>ifXc8rOMF]XdtbfuGM(gIFW#^`5!Y@a1B<'Y&;dXSJ7sK9*q[%6m-ue>jC[>rd.ciQbr4*]kq`Xc,'Ihf1EI2A"`mmmB.NB9k81?G=5?TC3HKk56^jq^9-pEXO"JjZB*opC1]X`l@/tK.V&m*I0'Z,_(?G%`39K?+FhA/)(CPGhbOa;_.ca]cafdr\X0>%DM^$ZdDcQ)r!GlVKgK<M!X\DgbZ&6V-\H)(@M=?sdQ?fF3<b!I9CM'RhE"to.\1k/#jJ2cfOcK)Q9C[-j*=IB)BHmPk+KAHVU",5/0+2a2ib"AKXW\#S(;OJ;?Wf4-OpbGQh)VPcp:57s5pa)[;8<]e:2'24[4Ng')P=Ju47n0*n1d(<I5D2qF]GCml2d8jbSYr5'ak76)[KgU/\,uKIaZG#I*#7pc8ebDOlH)!BVpEM*\jYJ3QrK]DO*:>X,smSY]6X`\_"0r`$0^uTg>&Vi9#DGZ<&Y%:TFXZoMIcP9p*X/on*Qmqj6Zq2!/1r?/M8'3'q-&pZM=/,P^@LrEYQF1VC[?m)ABe6V/,QYO13/[8"TM-*N$3DPINKH@8-J5BikV;X4_mCTZ!t.S99K3K[#,`St*\&QoJ3;,qZ`7U`J9oJ%c:FIVF\R*h6\54M'KhnOZQZE*`24r37X`>=6<,`h1Z@mc4h`FE*?dX9.HNm"+ISj=*K0i7;>X"Xp;hGnV`riG\OAbe>Ja=#$Il`rKN%bE#lT[po.FfL4*qX/o[&J:5V$_b-[43cp&kq"9pQd29b!X`&uiNSi\f'OpZrK)^2T^<C>:#\D1M,.cDa+?_<anDp92DA7m#W_RiWW<00Tocd4[HDkaMZgP0HAd#T*+$djh1<;]K]G?k;S+^QiTt=0j_qW4q:r(oMl6EM8p'12][Uh[q[!o$\n&9`D-(DQgIg9Eiqu"EKthL~>
|
||||||
endstream
|
endstream
|
||||||
endobj
|
endobj
|
||||||
46 0 obj
|
47 0 obj
|
||||||
<< /Type /Page
|
<< /Type /Page
|
||||||
/Parent 1 0 R
|
/Parent 1 0 R
|
||||||
/MediaBox [ 0 0 612 792 ]
|
/MediaBox [ 0 0 612 792 ]
|
||||||
/Resources 3 0 R
|
/Resources 3 0 R
|
||||||
/Contents 45 0 R
|
/Contents 46 0 R
|
||||||
/Annots 47 0 R
|
/Annots 48 0 R
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
47 0 obj
|
48 0 obj
|
||||||
[
|
[
|
||||||
48 0 R
|
|
||||||
49 0 R
|
49 0 R
|
||||||
50 0 R
|
50 0 R
|
||||||
51 0 R
|
51 0 R
|
||||||
52 0 R
|
52 0 R
|
||||||
53 0 R
|
53 0 R
|
||||||
54 0 R
|
54 0 R
|
||||||
|
55 0 R
|
||||||
]
|
]
|
||||||
endobj
|
endobj
|
||||||
48 0 obj
|
49 0 obj
|
||||||
<< /Type /Annot
|
<< /Type /Annot
|
||||||
/Subtype /Link
|
/Subtype /Link
|
||||||
/Rect [ 127.992 600.0 189.636 588.0 ]
|
/Rect [ 127.992 569.947 189.636 557.947 ]
|
||||||
/C [ 0 0 0 ]
|
/C [ 0 0 0 ]
|
||||||
/Border [ 0 0 0 ]
|
/Border [ 0 0 0 ]
|
||||||
/A << /URI (http://svn.apache.org/repos/asf/lucene/solr/tags/release-1.2.0/CHANGES.txt)
|
/A << /URI (http://svn.apache.org/repos/asf/lucene/solr/tags/release-1.2.0/CHANGES.txt)
|
||||||
|
@ -347,10 +359,10 @@ endobj
|
||||||
/H /I
|
/H /I
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
49 0 obj
|
50 0 obj
|
||||||
<< /Type /Annot
|
<< /Type /Annot
|
||||||
/Subtype /Link
|
/Subtype /Link
|
||||||
/Rect [ 254.988 419.841 457.632 407.841 ]
|
/Rect [ 254.988 389.788 457.632 377.788 ]
|
||||||
/C [ 0 0 0 ]
|
/C [ 0 0 0 ]
|
||||||
/Border [ 0 0 0 ]
|
/Border [ 0 0 0 ]
|
||||||
/A << /URI (http://www.apachecon.com/2006/US/html/sessions.html#FR26)
|
/A << /URI (http://www.apachecon.com/2006/US/html/sessions.html#FR26)
|
||||||
|
@ -358,10 +370,10 @@ endobj
|
||||||
/H /I
|
/H /I
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
50 0 obj
|
51 0 obj
|
||||||
<< /Type /Annot
|
<< /Type /Annot
|
||||||
/Subtype /Link
|
/Subtype /Link
|
||||||
/Rect [ 311.652 406.641 368.304 394.641 ]
|
/Rect [ 311.652 376.588 368.304 364.588 ]
|
||||||
/C [ 0 0 0 ]
|
/C [ 0 0 0 ]
|
||||||
/Border [ 0 0 0 ]
|
/Border [ 0 0 0 ]
|
||||||
/A << /URI (http://www.us.apachecon.com/)
|
/A << /URI (http://www.us.apachecon.com/)
|
||||||
|
@ -369,10 +381,10 @@ endobj
|
||||||
/H /I
|
/H /I
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
51 0 obj
|
52 0 obj
|
||||||
<< /Type /Annot
|
<< /Type /Annot
|
||||||
/Subtype /Link
|
/Subtype /Link
|
||||||
/Rect [ 432.624 342.188 489.276 330.188 ]
|
/Rect [ 432.624 312.135 489.276 300.135 ]
|
||||||
/C [ 0 0 0 ]
|
/C [ 0 0 0 ]
|
||||||
/Border [ 0 0 0 ]
|
/Border [ 0 0 0 ]
|
||||||
/A << /URI (http://www.eu.apachecon.com/)
|
/A << /URI (http://www.eu.apachecon.com/)
|
||||||
|
@ -380,21 +392,10 @@ endobj
|
||||||
/H /I
|
/H /I
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
52 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 365.316 277.735 536.616 265.735 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://people.apache.org/builds/lucene/solr/nightly/)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
53 0 obj
|
53 0 obj
|
||||||
<< /Type /Annot
|
<< /Type /Annot
|
||||||
/Subtype /Link
|
/Subtype /Link
|
||||||
/Rect [ 90.0 264.535 114.672 252.535 ]
|
/Rect [ 365.316 247.682 536.616 235.682 ]
|
||||||
/C [ 0 0 0 ]
|
/C [ 0 0 0 ]
|
||||||
/Border [ 0 0 0 ]
|
/Border [ 0 0 0 ]
|
||||||
/A << /URI (http://people.apache.org/builds/lucene/solr/nightly/)
|
/A << /URI (http://people.apache.org/builds/lucene/solr/nightly/)
|
||||||
|
@ -405,7 +406,18 @@ endobj
|
||||||
54 0 obj
|
54 0 obj
|
||||||
<< /Type /Annot
|
<< /Type /Annot
|
||||||
/Subtype /Link
|
/Subtype /Link
|
||||||
/Rect [ 283.968 251.335 321.288 239.335 ]
|
/Rect [ 90.0 234.482 114.672 222.482 ]
|
||||||
|
/C [ 0 0 0 ]
|
||||||
|
/Border [ 0 0 0 ]
|
||||||
|
/A << /URI (http://people.apache.org/builds/lucene/solr/nightly/)
|
||||||
|
/S /URI >>
|
||||||
|
/H /I
|
||||||
|
>>
|
||||||
|
endobj
|
||||||
|
55 0 obj
|
||||||
|
<< /Type /Annot
|
||||||
|
/Subtype /Link
|
||||||
|
/Rect [ 283.968 221.282 321.288 209.282 ]
|
||||||
/C [ 0 0 0 ]
|
/C [ 0 0 0 ]
|
||||||
/Border [ 0 0 0 ]
|
/Border [ 0 0 0 ]
|
||||||
/A << /URI (api/index.html)
|
/A << /URI (api/index.html)
|
||||||
|
@ -414,121 +426,136 @@ endobj
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
56 0 obj
|
56 0 obj
|
||||||
<<
|
<< /Length 300 /Filter [ /ASCII85Decode /FlateDecode ]
|
||||||
/Title (\376\377\0\61\0\40\0\127\0\150\0\141\0\164\0\40\0\111\0\163\0\40\0\123\0\157\0\154\0\162\0\77)
|
>>
|
||||||
/Parent 55 0 R
|
stream
|
||||||
/Next 57 0 R
|
GaqcqYti1j&;GBn`Js,t@68YY*a;#;-;Z9K!(56sBr/0hD?05#32)UCH29)Js4r/ta6m"A$n?3Jj3TL]4?W_&%+\G\M&M)Ti"#6W^&!0k%XnV+OpEYa,ud7A_0+u%$pMHiYt)huVbG8g7<1`CT_&L0V2"3-AM7j[mNAYo>l?^/CK#jcB]u1?DRs&]\sUJI@a#icTTQ$l;+5/XG-8Z[e3s4)4bV:&gipA=atmb=HC%fGP+5Gt\+:IQVe/lu3jce#'8rJ_pc<;^@3:M3N:hURaaGeoT7-Y2>KjSR"-c\hli~>
|
||||||
/A 9 0 R
|
endstream
|
||||||
>> endobj
|
endobj
|
||||||
57 0 obj
|
57 0 obj
|
||||||
<<
|
<< /Type /Page
|
||||||
/Title (\376\377\0\62\0\40\0\116\0\145\0\167\0\163)
|
/Parent 1 0 R
|
||||||
/Parent 55 0 R
|
/MediaBox [ 0 0 612 792 ]
|
||||||
/First 58 0 R
|
/Resources 3 0 R
|
||||||
/Last 66 0 R
|
/Contents 56 0 R
|
||||||
/Prev 56 0 R
|
>>
|
||||||
/Count -9
|
endobj
|
||||||
/A 11 0 R
|
|
||||||
>> endobj
|
|
||||||
58 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\62\0\56\0\61\0\40\0\60\0\62\0\40\0\117\0\143\0\164\0\157\0\142\0\145\0\162\0\40\0\62\0\60\0\60\0\67\0\40\0\55\0\40\0\123\0\157\0\154\0\162\0\40\0\141\0\164\0\40\0\117\0\123\0\123\0\165\0\155\0\155\0\151\0\164\0\40\0\101\0\163\0\151\0\141)
|
|
||||||
/Parent 57 0 R
|
|
||||||
/Next 59 0 R
|
|
||||||
/A 13 0 R
|
|
||||||
>> endobj
|
|
||||||
59 0 obj
|
59 0 obj
|
||||||
<<
|
<<
|
||||||
/Title (\376\377\0\62\0\56\0\62\0\40\0\60\0\63\0\40\0\123\0\145\0\160\0\164\0\145\0\155\0\142\0\145\0\162\0\40\0\62\0\60\0\60\0\67\0\40\0\55\0\40\0\114\0\165\0\143\0\145\0\156\0\145\0\40\0\141\0\164\0\40\0\101\0\160\0\141\0\143\0\150\0\145\0\103\0\157\0\156\0\40\0\101\0\164\0\154\0\141\0\156\0\164\0\141)
|
/Title (\376\377\0\61\0\40\0\127\0\150\0\141\0\164\0\40\0\111\0\163\0\40\0\123\0\157\0\154\0\162\0\77)
|
||||||
/Parent 57 0 R
|
/Parent 58 0 R
|
||||||
/Prev 58 0 R
|
|
||||||
/Next 60 0 R
|
/Next 60 0 R
|
||||||
/A 15 0 R
|
/A 9 0 R
|
||||||
>> endobj
|
>> endobj
|
||||||
60 0 obj
|
60 0 obj
|
||||||
<<
|
<<
|
||||||
/Title (\376\377\0\62\0\56\0\63\0\40\0\60\0\66\0\40\0\112\0\165\0\156\0\145\0\40\0\62\0\60\0\60\0\67\0\72\0\40\0\122\0\145\0\154\0\145\0\141\0\163\0\145\0\40\0\61\0\56\0\62\0\40\0\141\0\166\0\141\0\151\0\154\0\141\0\142\0\154\0\145)
|
/Title (\376\377\0\62\0\40\0\116\0\145\0\167\0\163)
|
||||||
/Parent 57 0 R
|
/Parent 58 0 R
|
||||||
|
/First 61 0 R
|
||||||
|
/Last 69 0 R
|
||||||
/Prev 59 0 R
|
/Prev 59 0 R
|
||||||
/Next 61 0 R
|
/Count -9
|
||||||
/A 17 0 R
|
/A 11 0 R
|
||||||
>> endobj
|
>> endobj
|
||||||
61 0 obj
|
61 0 obj
|
||||||
<<
|
<<
|
||||||
/Title (\376\377\0\62\0\56\0\64\0\40\0\61\0\67\0\40\0\112\0\141\0\156\0\165\0\141\0\162\0\171\0\40\0\62\0\60\0\60\0\67\0\72\0\40\0\123\0\157\0\154\0\162\0\40\0\147\0\162\0\141\0\144\0\165\0\141\0\164\0\145\0\163\0\40\0\146\0\162\0\157\0\155\0\40\0\111\0\156\0\143\0\165\0\142\0\141\0\164\0\157\0\162)
|
/Title (\376\377\0\62\0\56\0\61\0\40\0\60\0\62\0\40\0\117\0\143\0\164\0\157\0\142\0\145\0\162\0\40\0\62\0\60\0\60\0\67\0\40\0\55\0\40\0\123\0\157\0\154\0\162\0\40\0\141\0\164\0\40\0\117\0\123\0\123\0\165\0\155\0\155\0\151\0\164\0\40\0\101\0\163\0\151\0\141)
|
||||||
/Parent 57 0 R
|
/Parent 60 0 R
|
||||||
/Prev 60 0 R
|
|
||||||
/Next 62 0 R
|
/Next 62 0 R
|
||||||
/A 19 0 R
|
/A 13 0 R
|
||||||
>> endobj
|
>> endobj
|
||||||
62 0 obj
|
62 0 obj
|
||||||
<<
|
<<
|
||||||
/Title (\376\377\0\62\0\56\0\65\0\40\0\62\0\62\0\40\0\104\0\145\0\143\0\145\0\155\0\142\0\145\0\162\0\40\0\62\0\60\0\60\0\66\0\72\0\40\0\122\0\145\0\154\0\145\0\141\0\163\0\145\0\40\0\61\0\56\0\61\0\56\0\60\0\40\0\141\0\166\0\141\0\151\0\154\0\141\0\142\0\154\0\145)
|
/Title (\376\377\0\62\0\56\0\62\0\40\0\60\0\63\0\40\0\123\0\145\0\160\0\164\0\145\0\155\0\142\0\145\0\162\0\40\0\62\0\60\0\60\0\67\0\40\0\55\0\40\0\114\0\165\0\143\0\145\0\156\0\145\0\40\0\141\0\164\0\40\0\101\0\160\0\141\0\143\0\150\0\145\0\103\0\157\0\156\0\40\0\101\0\164\0\154\0\141\0\156\0\164\0\141)
|
||||||
/Parent 57 0 R
|
/Parent 60 0 R
|
||||||
/Prev 61 0 R
|
/Prev 61 0 R
|
||||||
/Next 63 0 R
|
/Next 63 0 R
|
||||||
/A 21 0 R
|
/A 15 0 R
|
||||||
>> endobj
|
>> endobj
|
||||||
63 0 obj
|
63 0 obj
|
||||||
<<
|
<<
|
||||||
/Title (\376\377\0\62\0\56\0\66\0\40\0\61\0\65\0\40\0\101\0\165\0\147\0\165\0\163\0\164\0\40\0\62\0\60\0\60\0\66\0\72\0\40\0\123\0\157\0\154\0\162\0\40\0\141\0\164\0\40\0\101\0\160\0\141\0\143\0\150\0\145\0\103\0\157\0\156\0\40\0\125\0\123)
|
/Title (\376\377\0\62\0\56\0\63\0\40\0\60\0\66\0\40\0\112\0\165\0\156\0\145\0\40\0\62\0\60\0\60\0\67\0\72\0\40\0\122\0\145\0\154\0\145\0\141\0\163\0\145\0\40\0\61\0\56\0\62\0\40\0\141\0\166\0\141\0\151\0\154\0\141\0\142\0\154\0\145)
|
||||||
/Parent 57 0 R
|
/Parent 60 0 R
|
||||||
/Prev 62 0 R
|
/Prev 62 0 R
|
||||||
/Next 64 0 R
|
/Next 64 0 R
|
||||||
/A 23 0 R
|
/A 17 0 R
|
||||||
>> endobj
|
>> endobj
|
||||||
64 0 obj
|
64 0 obj
|
||||||
<<
|
<<
|
||||||
/Title (\376\377\0\62\0\56\0\67\0\40\0\62\0\61\0\40\0\101\0\160\0\162\0\151\0\154\0\40\0\62\0\60\0\60\0\66\0\72\0\40\0\123\0\157\0\154\0\162\0\40\0\141\0\164\0\40\0\101\0\160\0\141\0\143\0\150\0\145\0\103\0\157\0\156)
|
/Title (\376\377\0\62\0\56\0\64\0\40\0\61\0\67\0\40\0\112\0\141\0\156\0\165\0\141\0\162\0\171\0\40\0\62\0\60\0\60\0\67\0\72\0\40\0\123\0\157\0\154\0\162\0\40\0\147\0\162\0\141\0\144\0\165\0\141\0\164\0\145\0\163\0\40\0\146\0\162\0\157\0\155\0\40\0\111\0\156\0\143\0\165\0\142\0\141\0\164\0\157\0\162)
|
||||||
/Parent 57 0 R
|
/Parent 60 0 R
|
||||||
/Prev 63 0 R
|
/Prev 63 0 R
|
||||||
/Next 65 0 R
|
/Next 65 0 R
|
||||||
/A 25 0 R
|
/A 19 0 R
|
||||||
>> endobj
|
>> endobj
|
||||||
65 0 obj
|
65 0 obj
|
||||||
<<
|
<<
|
||||||
/Title (\376\377\0\62\0\56\0\70\0\40\0\62\0\61\0\40\0\106\0\145\0\142\0\162\0\165\0\141\0\162\0\171\0\40\0\62\0\60\0\60\0\66\0\72\0\40\0\156\0\151\0\147\0\150\0\164\0\154\0\171\0\40\0\142\0\165\0\151\0\154\0\144\0\163)
|
/Title (\376\377\0\62\0\56\0\65\0\40\0\62\0\62\0\40\0\104\0\145\0\143\0\145\0\155\0\142\0\145\0\162\0\40\0\62\0\60\0\60\0\66\0\72\0\40\0\122\0\145\0\154\0\145\0\141\0\163\0\145\0\40\0\61\0\56\0\61\0\56\0\60\0\40\0\141\0\166\0\141\0\151\0\154\0\141\0\142\0\154\0\145)
|
||||||
/Parent 57 0 R
|
/Parent 60 0 R
|
||||||
/Prev 64 0 R
|
/Prev 64 0 R
|
||||||
/Next 66 0 R
|
/Next 66 0 R
|
||||||
/A 27 0 R
|
/A 21 0 R
|
||||||
>> endobj
|
>> endobj
|
||||||
66 0 obj
|
66 0 obj
|
||||||
<<
|
<<
|
||||||
/Title (\376\377\0\62\0\56\0\71\0\40\0\61\0\67\0\40\0\112\0\141\0\156\0\165\0\141\0\162\0\171\0\40\0\62\0\60\0\60\0\66\0\72\0\40\0\123\0\157\0\154\0\162\0\40\0\112\0\157\0\151\0\156\0\163\0\40\0\101\0\160\0\141\0\143\0\150\0\145\0\40\0\111\0\156\0\143\0\165\0\142\0\141\0\164\0\157\0\162)
|
/Title (\376\377\0\62\0\56\0\66\0\40\0\61\0\65\0\40\0\101\0\165\0\147\0\165\0\163\0\164\0\40\0\62\0\60\0\60\0\66\0\72\0\40\0\123\0\157\0\154\0\162\0\40\0\141\0\164\0\40\0\101\0\160\0\141\0\143\0\150\0\145\0\103\0\157\0\156\0\40\0\125\0\123)
|
||||||
/Parent 57 0 R
|
/Parent 60 0 R
|
||||||
/Prev 65 0 R
|
/Prev 65 0 R
|
||||||
/A 29 0 R
|
/Next 67 0 R
|
||||||
|
/A 23 0 R
|
||||||
>> endobj
|
>> endobj
|
||||||
67 0 obj
|
67 0 obj
|
||||||
|
<<
|
||||||
|
/Title (\376\377\0\62\0\56\0\67\0\40\0\62\0\61\0\40\0\101\0\160\0\162\0\151\0\154\0\40\0\62\0\60\0\60\0\66\0\72\0\40\0\123\0\157\0\154\0\162\0\40\0\141\0\164\0\40\0\101\0\160\0\141\0\143\0\150\0\145\0\103\0\157\0\156)
|
||||||
|
/Parent 60 0 R
|
||||||
|
/Prev 66 0 R
|
||||||
|
/Next 68 0 R
|
||||||
|
/A 25 0 R
|
||||||
|
>> endobj
|
||||||
|
68 0 obj
|
||||||
|
<<
|
||||||
|
/Title (\376\377\0\62\0\56\0\70\0\40\0\62\0\61\0\40\0\106\0\145\0\142\0\162\0\165\0\141\0\162\0\171\0\40\0\62\0\60\0\60\0\66\0\72\0\40\0\156\0\151\0\147\0\150\0\164\0\154\0\171\0\40\0\142\0\165\0\151\0\154\0\144\0\163)
|
||||||
|
/Parent 60 0 R
|
||||||
|
/Prev 67 0 R
|
||||||
|
/Next 69 0 R
|
||||||
|
/A 27 0 R
|
||||||
|
>> endobj
|
||||||
|
69 0 obj
|
||||||
|
<<
|
||||||
|
/Title (\376\377\0\62\0\56\0\71\0\40\0\61\0\67\0\40\0\112\0\141\0\156\0\165\0\141\0\162\0\171\0\40\0\62\0\60\0\60\0\66\0\72\0\40\0\123\0\157\0\154\0\162\0\40\0\112\0\157\0\151\0\156\0\163\0\40\0\101\0\160\0\141\0\143\0\150\0\145\0\40\0\111\0\156\0\143\0\165\0\142\0\141\0\164\0\157\0\162)
|
||||||
|
/Parent 60 0 R
|
||||||
|
/Prev 68 0 R
|
||||||
|
/A 29 0 R
|
||||||
|
>> endobj
|
||||||
|
70 0 obj
|
||||||
<< /Type /Font
|
<< /Type /Font
|
||||||
/Subtype /Type1
|
/Subtype /Type1
|
||||||
/Name /F3
|
/Name /F3
|
||||||
/BaseFont /Helvetica-Bold
|
/BaseFont /Helvetica-Bold
|
||||||
/Encoding /WinAnsiEncoding >>
|
/Encoding /WinAnsiEncoding >>
|
||||||
endobj
|
endobj
|
||||||
68 0 obj
|
71 0 obj
|
||||||
<< /Type /Font
|
<< /Type /Font
|
||||||
/Subtype /Type1
|
/Subtype /Type1
|
||||||
/Name /F5
|
/Name /F5
|
||||||
/BaseFont /Times-Roman
|
/BaseFont /Times-Roman
|
||||||
/Encoding /WinAnsiEncoding >>
|
/Encoding /WinAnsiEncoding >>
|
||||||
endobj
|
endobj
|
||||||
69 0 obj
|
72 0 obj
|
||||||
<< /Type /Font
|
<< /Type /Font
|
||||||
/Subtype /Type1
|
/Subtype /Type1
|
||||||
/Name /F1
|
/Name /F1
|
||||||
/BaseFont /Helvetica
|
/BaseFont /Helvetica
|
||||||
/Encoding /WinAnsiEncoding >>
|
/Encoding /WinAnsiEncoding >>
|
||||||
endobj
|
endobj
|
||||||
70 0 obj
|
73 0 obj
|
||||||
<< /Type /Font
|
<< /Type /Font
|
||||||
/Subtype /Type1
|
/Subtype /Type1
|
||||||
/Name /F2
|
/Name /F2
|
||||||
/BaseFont /Helvetica-Oblique
|
/BaseFont /Helvetica-Oblique
|
||||||
/Encoding /WinAnsiEncoding >>
|
/Encoding /WinAnsiEncoding >>
|
||||||
endobj
|
endobj
|
||||||
71 0 obj
|
74 0 obj
|
||||||
<< /Type /Font
|
<< /Type /Font
|
||||||
/Subtype /Type1
|
/Subtype /Type1
|
||||||
/Name /F7
|
/Name /F7
|
||||||
|
@ -537,19 +564,19 @@ endobj
|
||||||
endobj
|
endobj
|
||||||
1 0 obj
|
1 0 obj
|
||||||
<< /Type /Pages
|
<< /Type /Pages
|
||||||
/Count 3
|
/Count 4
|
||||||
/Kids [6 0 R 31 0 R 46 0 R ] >>
|
/Kids [6 0 R 31 0 R 47 0 R 57 0 R ] >>
|
||||||
endobj
|
endobj
|
||||||
2 0 obj
|
2 0 obj
|
||||||
<< /Type /Catalog
|
<< /Type /Catalog
|
||||||
/Pages 1 0 R
|
/Pages 1 0 R
|
||||||
/Outlines 55 0 R
|
/Outlines 58 0 R
|
||||||
/PageMode /UseOutlines
|
/PageMode /UseOutlines
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
3 0 obj
|
3 0 obj
|
||||||
<<
|
<<
|
||||||
/Font << /F3 67 0 R /F5 68 0 R /F1 69 0 R /F2 70 0 R /F7 71 0 R >>
|
/Font << /F3 70 0 R /F5 71 0 R /F1 72 0 R /F2 73 0 R /F7 74 0 R >>
|
||||||
/ProcSet [ /PDF /ImageC /Text ] >>
|
/ProcSet [ /PDF /ImageC /Text ] >>
|
||||||
endobj
|
endobj
|
||||||
9 0 obj
|
9 0 obj
|
||||||
|
@ -561,148 +588,151 @@ endobj
|
||||||
11 0 obj
|
11 0 obj
|
||||||
<<
|
<<
|
||||||
/S /GoTo
|
/S /GoTo
|
||||||
/D [31 0 R /XYZ 85.0 559.066 null]
|
/D [31 0 R /XYZ 85.0 524.666 null]
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
13 0 obj
|
13 0 obj
|
||||||
<<
|
<<
|
||||||
/S /GoTo
|
/S /GoTo
|
||||||
/D [31 0 R /XYZ 85.0 527.932 null]
|
/D [31 0 R /XYZ 85.0 493.532 null]
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
15 0 obj
|
15 0 obj
|
||||||
<<
|
<<
|
||||||
/S /GoTo
|
/S /GoTo
|
||||||
/D [31 0 R /XYZ 85.0 383.479 null]
|
/D [31 0 R /XYZ 85.0 349.079 null]
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
17 0 obj
|
17 0 obj
|
||||||
<<
|
<<
|
||||||
/S /GoTo
|
/S /GoTo
|
||||||
/D [31 0 R /XYZ 85.0 159.826 null]
|
/D [47 0 R /XYZ 85.0 659.0 null]
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
19 0 obj
|
19 0 obj
|
||||||
<<
|
<<
|
||||||
/S /GoTo
|
/S /GoTo
|
||||||
/D [46 0 R /XYZ 85.0 577.0 null]
|
/D [47 0 R /XYZ 85.0 546.947 null]
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
21 0 obj
|
21 0 obj
|
||||||
<<
|
<<
|
||||||
/S /GoTo
|
/S /GoTo
|
||||||
/D [46 0 R /XYZ 85.0 525.747 null]
|
/D [47 0 R /XYZ 85.0 495.694 null]
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
23 0 obj
|
23 0 obj
|
||||||
<<
|
<<
|
||||||
/S /GoTo
|
/S /GoTo
|
||||||
/D [46 0 R /XYZ 85.0 448.094 null]
|
/D [47 0 R /XYZ 85.0 418.041 null]
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
25 0 obj
|
25 0 obj
|
||||||
<<
|
<<
|
||||||
/S /GoTo
|
/S /GoTo
|
||||||
/D [46 0 R /XYZ 85.0 383.641 null]
|
/D [47 0 R /XYZ 85.0 353.588 null]
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
27 0 obj
|
27 0 obj
|
||||||
<<
|
<<
|
||||||
/S /GoTo
|
/S /GoTo
|
||||||
/D [46 0 R /XYZ 85.0 305.988 null]
|
/D [47 0 R /XYZ 85.0 275.935 null]
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
29 0 obj
|
29 0 obj
|
||||||
<<
|
<<
|
||||||
/S /GoTo
|
/S /GoTo
|
||||||
/D [46 0 R /XYZ 85.0 228.335 null]
|
/D [47 0 R /XYZ 85.0 198.282 null]
|
||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
55 0 obj
|
58 0 obj
|
||||||
<<
|
<<
|
||||||
/First 56 0 R
|
/First 59 0 R
|
||||||
/Last 57 0 R
|
/Last 60 0 R
|
||||||
>> endobj
|
>> endobj
|
||||||
xref
|
xref
|
||||||
0 72
|
0 75
|
||||||
0000000000 65535 f
|
0000000000 65535 f
|
||||||
0000016894 00000 n
|
0000017690 00000 n
|
||||||
0000016966 00000 n
|
0000017769 00000 n
|
||||||
0000017058 00000 n
|
0000017861 00000 n
|
||||||
0000000015 00000 n
|
0000000015 00000 n
|
||||||
0000000071 00000 n
|
0000000071 00000 n
|
||||||
0000001048 00000 n
|
0000001048 00000 n
|
||||||
0000001168 00000 n
|
0000001168 00000 n
|
||||||
0000001263 00000 n
|
0000001263 00000 n
|
||||||
0000017181 00000 n
|
0000017984 00000 n
|
||||||
0000001398 00000 n
|
0000001398 00000 n
|
||||||
0000017244 00000 n
|
0000018047 00000 n
|
||||||
0000001535 00000 n
|
0000001535 00000 n
|
||||||
0000017310 00000 n
|
0000018113 00000 n
|
||||||
0000001672 00000 n
|
0000001672 00000 n
|
||||||
0000017376 00000 n
|
0000018179 00000 n
|
||||||
0000001808 00000 n
|
0000001808 00000 n
|
||||||
0000017442 00000 n
|
0000018245 00000 n
|
||||||
0000001945 00000 n
|
0000001945 00000 n
|
||||||
0000017508 00000 n
|
0000018309 00000 n
|
||||||
0000002082 00000 n
|
0000002082 00000 n
|
||||||
0000017572 00000 n
|
0000018375 00000 n
|
||||||
0000002219 00000 n
|
0000002219 00000 n
|
||||||
0000017638 00000 n
|
0000018441 00000 n
|
||||||
0000002355 00000 n
|
0000002355 00000 n
|
||||||
0000017704 00000 n
|
0000018507 00000 n
|
||||||
0000002492 00000 n
|
0000002492 00000 n
|
||||||
0000017770 00000 n
|
0000018573 00000 n
|
||||||
0000002629 00000 n
|
0000002629 00000 n
|
||||||
0000017836 00000 n
|
0000018639 00000 n
|
||||||
0000002766 00000 n
|
0000002766 00000 n
|
||||||
0000006276 00000 n
|
0000006340 00000 n
|
||||||
0000006399 00000 n
|
0000006463 00000 n
|
||||||
0000006503 00000 n
|
0000006574 00000 n
|
||||||
0000006687 00000 n
|
0000006758 00000 n
|
||||||
0000006865 00000 n
|
0000006932 00000 n
|
||||||
0000007032 00000 n
|
0000007099 00000 n
|
||||||
0000007199 00000 n
|
0000007266 00000 n
|
||||||
0000007394 00000 n
|
0000007447 00000 n
|
||||||
0000007589 00000 n
|
0000007642 00000 n
|
||||||
0000007785 00000 n
|
0000007837 00000 n
|
||||||
0000007987 00000 n
|
0000008033 00000 n
|
||||||
0000008188 00000 n
|
0000008235 00000 n
|
||||||
0000008390 00000 n
|
0000008436 00000 n
|
||||||
0000008591 00000 n
|
0000008638 00000 n
|
||||||
0000008792 00000 n
|
0000008839 00000 n
|
||||||
0000011443 00000 n
|
0000009040 00000 n
|
||||||
0000011566 00000 n
|
0000011735 00000 n
|
||||||
0000011635 00000 n
|
0000011858 00000 n
|
||||||
0000011859 00000 n
|
0000011927 00000 n
|
||||||
0000012069 00000 n
|
0000012155 00000 n
|
||||||
0000012251 00000 n
|
0000012365 00000 n
|
||||||
0000012433 00000 n
|
0000012547 00000 n
|
||||||
0000012639 00000 n
|
0000012729 00000 n
|
||||||
0000012842 00000 n
|
0000012935 00000 n
|
||||||
0000017902 00000 n
|
0000013138 00000 n
|
||||||
0000013010 00000 n
|
0000013306 00000 n
|
||||||
0000013176 00000 n
|
0000013698 00000 n
|
||||||
0000013332 00000 n
|
0000018705 00000 n
|
||||||
0000013654 00000 n
|
0000013806 00000 n
|
||||||
0000014038 00000 n
|
0000013972 00000 n
|
||||||
0000014349 00000 n
|
0000014128 00000 n
|
||||||
0000014728 00000 n
|
0000014450 00000 n
|
||||||
0000015073 00000 n
|
0000014834 00000 n
|
||||||
0000015392 00000 n
|
0000015145 00000 n
|
||||||
0000015688 00000 n
|
0000015524 00000 n
|
||||||
0000015985 00000 n
|
0000015869 00000 n
|
||||||
0000016338 00000 n
|
0000016188 00000 n
|
||||||
0000016451 00000 n
|
0000016484 00000 n
|
||||||
0000016561 00000 n
|
0000016781 00000 n
|
||||||
0000016669 00000 n
|
0000017134 00000 n
|
||||||
0000016785 00000 n
|
0000017247 00000 n
|
||||||
|
0000017357 00000 n
|
||||||
|
0000017465 00000 n
|
||||||
|
0000017581 00000 n
|
||||||
trailer
|
trailer
|
||||||
<<
|
<<
|
||||||
/Size 72
|
/Size 75
|
||||||
/Root 2 0 R
|
/Root 2 0 R
|
||||||
/Info 4 0 R
|
/Info 4 0 R
|
||||||
>>
|
>>
|
||||||
startxref
|
startxref
|
||||||
17953
|
18756
|
||||||
%%EOF
|
%%EOF
|
||||||
|
|
|
@ -123,7 +123,10 @@ document.write("Last Published: " + document.lastModified);
|
||||||
<a href="http://wiki.apache.org/solr/FAQ">FAQ</a>
|
<a href="http://wiki.apache.org/solr/FAQ">FAQ</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="menuitem">
|
<div class="menuitem">
|
||||||
<a href="api/index.html">javadoc</a>
|
<a href="api/index.html">All Javadoc</a>
|
||||||
|
</div>
|
||||||
|
<div class="menuitem">
|
||||||
|
<a href="api/solrj/index.html">SolrJ Javadoc</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div onclick="SwitchMenu('menu_selected_1.3', 'skin/')" id="menu_selected_1.3Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Resources</div>
|
<div onclick="SwitchMenu('menu_selected_1.3', 'skin/')" id="menu_selected_1.3Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Resources</div>
|
||||||
|
|
|
@ -123,7 +123,10 @@ document.write("Last Published: " + document.lastModified);
|
||||||
<a href="http://wiki.apache.org/solr/FAQ">FAQ</a>
|
<a href="http://wiki.apache.org/solr/FAQ">FAQ</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="menuitem">
|
<div class="menuitem">
|
||||||
<a href="api/index.html">javadoc</a>
|
<a href="api/index.html">All Javadoc</a>
|
||||||
|
</div>
|
||||||
|
<div class="menuitem">
|
||||||
|
<a href="api/solrj/index.html">SolrJ Javadoc</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Resources</div>
|
<div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Resources</div>
|
||||||
|
@ -232,7 +235,13 @@ document.write("Last Published: " + document.lastModified);
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="api/index.html">javadoc</a> ___________________ <em>apidocs</em>
|
<a href="api/index.html">All Javadoc</a> ___________________ <em>apidocs</em>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="api/solrj/index.html">SolrJ Javadoc</a> ___________________ <em>apidocs</em>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
/Producer (FOP 0.20.5) >>
|
/Producer (FOP 0.20.5) >>
|
||||||
endobj
|
endobj
|
||||||
5 0 obj
|
5 0 obj
|
||||||
<< /Length 1035 /Filter [ /ASCII85Decode /FlateDecode ]
|
<< /Length 1067 /Filter [ /ASCII85Decode /FlateDecode ]
|
||||||
>>
|
>>
|
||||||
stream
|
stream
|
||||||
GatU39lJc/(r#07pt-Y10Eu@fQF;^YWggHI=qAe5;27!8N_(sC[spVY2Z_>eQCR)6^uBX2QhLk?ZH7l)'HdflO=_iaq3Olbn1Y.NBRXBO2JX!o&CDcEf"o[r>G:k,E/*AjHo\_LjjTZ8lpA_[$g5-,g@;!j2(s)p)Z0rJCVrht&9Z2<*Jn8k+n"R"Q)GT,dX4&pa35%N'QfP!Z5`*E\!(("2[.gY8gW71.i/\ZG,Qmml<MquK:V_?7ls:.R_3@,,=E"Y)oC`>#_`7sXhC!R1:.1m[(kMumGR1i3(/]E%?LhI=kGA.d7+0I!J6p,ZS:`>TAIapO-LEeRlkrHiUn^qblU20[H2mqmW`/&a[^+j@I#(t6BhlWkCBQ\JKTrO^ZjMXLt/jA4DDj,;d8TO.j4scT9Uqk_V=T[NAmDsi/EfE4(rr/J<XMme+p_#gY&E.YD(P4<VmQ@ObT(@VY6V#=#-u2VEQ[cA3&@3*.]q851)^ZLPeji$r!p#RltIAcC4+'`iGha''aNhGG%=G0^2<XXO^8U<fC+7!B&a,3:m]&86P!&IWmgfFFJ6XT#CPKI-;2aK#hSP23>]o+mi"0g%=$45nVlW?aAi\2,P"\-GUjQ@4"s7$2k/*$u@/CK"oQ'e(oA's#[DpXn!^25>59i/r-a*6RRW;hWV_;Y@Sm1@XKgOD7/jm(-BkdAPEI&./V4V+j(%Z!&pY#j%h?e(GLer`nXgs=?bM5UCd,G^o+34S_fMYQ9TMt8*ZnI\,)&XTbqr/9#KN(pgMlJf+W=5VUS4u07$?60La=JXBs&c1dNiWO<t.[gpo_"<Uu:87lVM:->ft_]%MWESL98?e)mOQH0Mj;g(^-R$8_D?MDtGVM%T1#T.dUt=6"'P0di=_"J2QQg#T\lkHpTL&B5h>!H+k[5U9/g=AHS)/t2MH1>fS0UBJQ'37"A(.3OiXB`pu^nQa5]?R6aog-0oHLkKr++H2lcd`Qhe9fFVIkI5K2?^Yq8B!O$*m0s@]gPWjC>40P$o89Rb^&ZaVIj(g]pA~>
|
Gatm;_/e9Q&A@rkFA*1<J,i0O3GCY*9\O2!9lm6p*?sO27M_#;P4n@&,fbF6=W+(++b5;qDctpLH^7F`c,'Go!/#ARJ^(rG!e\)k$D@3g+DKCDJKSKCOKO6)8(UXsj5:&1Z2&E^.?"'\hq3XIhr`4.[C"t8<G57nl8\PNU_a6'"pfFo*ZU.`^`_n"dZpmP'=@RUjGpbkDAdP[%^I&>Q*?HGXZ*f;c:TD=)(ua8P'3KJ?.PFH9*'4k;%Il>J0`ulT4:P*3/_0c/<iFcT"Vg<H"gY8Cghh-r7dWL0?dj>_Is@'#!3@m.:C_'+:)B=OZl(0F+&A8C-@k\fP^9(o?LZ,,M"DBN*BZg`TTeP-B_gp-]6U`Gn@8`Lu/G>KeW^%`;E?-p4?CAcPKC1E>R-Up7@T^K=K7NQ#b.(n[';)3]!*Y_ERC\lU_Kt7f5uYqqaK^cII4m[2*>]mr<^'8/tfIms4h;AbFd<#HjmQ7_;2XO<iH`>,^dadcl?L(pUC"UG`du;1CHp'a'CM+(Mi;3lI!(??rEU<i+mQG\.(4'3u,9mu.`2CP(7^:+(\>O)F$lS0*g,]%!5mp(<pUa^L3konmQD]c'TnK_rcUr*b[](e;7@R-(qBYRCHOc+P-I?J&f!fZ3"kq'mh\>2Lia7d_)mO(O&2Ll%2f$CYfe#t`RGMm&jQFd]p/Z7%HOI#QJl*BM%!G4Z.%WQ5f]N%\SG9lV5o@V9e=)1oPBpr$_rM`Vm693LNL-Q&7Q,9]6[B&8&#)h%eF"SM'@@o_&S5tjqCh064rnmk3>5,)j9L;Stpp$EF82cBgj6FJD(KeCpN9\iZ)PGp^hlEM1j$)ZY^RH.T\kLoa/<51ipL7ja?'sn4Wfbkekc]IeAk-E9#+oKRUVJ8GF\9r(ALa"%VqY=C^Cc/r":igZ^&)`THOA6kNk,dr,&<&kB"4BM'J8%i;?obcdS2F"]2W)?ZWJbaaW704h-@mih,U&gXLNBUVInG!qd^EAL@uBU]6PqgXhTBR&VAl,;o4tb`:V:dMAu[I!mB[9^gU_.O9j6o+R>X\%O(&-kl[Js*F)b=~>
|
||||||
endstream
|
endstream
|
||||||
endobj
|
endobj
|
||||||
6 0 obj
|
6 0 obj
|
||||||
|
@ -72,17 +72,17 @@ endobj
|
||||||
xref
|
xref
|
||||||
0 12
|
0 12
|
||||||
0000000000 65535 f
|
0000000000 65535 f
|
||||||
0000001859 00000 n
|
0000001891 00000 n
|
||||||
0000001917 00000 n
|
0000001949 00000 n
|
||||||
0000001967 00000 n
|
0000001999 00000 n
|
||||||
0000000015 00000 n
|
0000000015 00000 n
|
||||||
0000000071 00000 n
|
0000000071 00000 n
|
||||||
0000001198 00000 n
|
0000001230 00000 n
|
||||||
0000001304 00000 n
|
0000001336 00000 n
|
||||||
0000001416 00000 n
|
0000001448 00000 n
|
||||||
0000001525 00000 n
|
0000001557 00000 n
|
||||||
0000001635 00000 n
|
0000001667 00000 n
|
||||||
0000001743 00000 n
|
0000001775 00000 n
|
||||||
trailer
|
trailer
|
||||||
<<
|
<<
|
||||||
/Size 12
|
/Size 12
|
||||||
|
@ -90,5 +90,5 @@ trailer
|
||||||
/Info 4 0 R
|
/Info 4 0 R
|
||||||
>>
|
>>
|
||||||
startxref
|
startxref
|
||||||
2087
|
2119
|
||||||
%%EOF
|
%%EOF
|
||||||
|
|
|
@ -123,7 +123,10 @@ document.write("Last Published: " + document.lastModified);
|
||||||
<a href="http://wiki.apache.org/solr/FAQ">FAQ</a>
|
<a href="http://wiki.apache.org/solr/FAQ">FAQ</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="menuitem">
|
<div class="menuitem">
|
||||||
<a href="api/index.html">javadoc</a>
|
<a href="api/index.html">All Javadoc</a>
|
||||||
|
</div>
|
||||||
|
<div class="menuitem">
|
||||||
|
<a href="api/solrj/index.html">SolrJ Javadoc</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div onclick="SwitchMenu('menu_selected_1.3', 'skin/')" id="menu_selected_1.3Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Resources</div>
|
<div onclick="SwitchMenu('menu_selected_1.3', 'skin/')" id="menu_selected_1.3Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Resources</div>
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
#Forrest generates UTF-8 by default, but these httpd servers are
|
|
||||||
#ignoring the meta http-equiv charset tags
|
|
||||||
AddDefaultCharset off
|
|
||||||
RedirectMatch Permanent ^/solr/docs(.*) http://lucene.apache.org/solr$1
|
|
|
@ -1,2 +0,0 @@
|
||||||
<broken-links>
|
|
||||||
</broken-links>
|
|
|
@ -1,410 +0,0 @@
|
||||||
%PDF-1.3
|
|
||||||
%ª«¬
|
|
||||||
4 0 obj
|
|
||||||
<< /Type /Info
|
|
||||||
/Producer (FOP 0.20.5) >>
|
|
||||||
endobj
|
|
||||||
5 0 obj
|
|
||||||
<< /Length 751 /Filter [ /ASCII85Decode /FlateDecode ]
|
|
||||||
>>
|
|
||||||
stream
|
|
||||||
Gb!$E9lHOU&;KZO$MUtheF<c%E(n\c.90@s%6_*^38e)(=P+P@2ZLKLYh2?Y=K,1IHWUfk*r?gebhT)3oo9(d63P_bJF$VY+E.T?5j!hf@digu6-<]!*l42fIB?M5GF:(Qq?jk];/?pch7.H.87t%CQ#bHael&&<fc%ggOM64L%]4-77k%D<G`JTr+k8R>H5?TEmX"#IKe^N1%k^cM<:sI(p<fbj]5cDhS^b6Ar%W`Lg`K#(3]+YZUVS&Ge`;FqTC/c+jMQR\mDd!P5BaUiA5uodhLtq&ZMOn@8Bhm$%9X/FifK+DA2tKuH6/$kX_aQ)$h#BikV?:f[S)8CH247hHM2qnkK_`Z12f&EI$a]ShhBXm,.nEu]d-!SCpJ2:VMcVgeaK:LAL0L.SJ8Y62H4H;LIK5cpi:Q1&e0*fj"i`D[9*]gCo2^+$@*=9J^0>`jd-]MO3B<='Cr1M0d(i>LJHPc?C?%g`f-L_kqY)ldiiA$/OOm]]10pBJU)Lj#%oLR$`GeL:,Beo9^V*56roQF@<HP,b`g54BbIt_%'i<4?iN]hW\P5TQ`qO>+V)O[N.=X4N,4plGD>X!A5@]=+8rD@^$Tt9,$QANbr2;YRlg%T)LV#.]=q@`."[REPH9<X@6dDg%j$=,gD5r$63tRV$CTK\@`Dfm)+[F,VSYM[X7B)#f<K`M$p0@i'`F^q]K)DVR.ZDbrDP-5cE?Es]MBm<9s\]cg$%%*4^5A'@EbE4rs_#'46c~>
|
|
||||||
endstream
|
|
||||||
endobj
|
|
||||||
6 0 obj
|
|
||||||
<< /Type /Page
|
|
||||||
/Parent 1 0 R
|
|
||||||
/MediaBox [ 0 0 612 792 ]
|
|
||||||
/Resources 3 0 R
|
|
||||||
/Contents 5 0 R
|
|
||||||
/Annots 7 0 R
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
7 0 obj
|
|
||||||
[
|
|
||||||
8 0 R
|
|
||||||
10 0 R
|
|
||||||
12 0 R
|
|
||||||
14 0 R
|
|
||||||
16 0 R
|
|
||||||
18 0 R
|
|
||||||
20 0 R
|
|
||||||
22 0 R
|
|
||||||
24 0 R
|
|
||||||
]
|
|
||||||
endobj
|
|
||||||
8 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 102.0 532.666 194.336 520.666 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 9 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
10 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 102.0 514.466 362.612 502.466 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 11 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
12 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 102.0 496.266 194.312 484.266 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 13 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
14 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 108.0 478.066 161.492 466.066 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 15 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
16 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 108.0 459.866 153.488 447.866 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 17 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
18 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 108.0 441.666 146.828 429.666 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 19 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
20 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 108.0 423.466 163.496 411.466 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 21 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
22 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 108.0 405.266 178.832 393.266 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 23 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
24 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 108.0 387.066 202.472 375.066 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 25 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
26 0 obj
|
|
||||||
<< /Length 2081 /Filter [ /ASCII85Decode /FlateDecode ]
|
|
||||||
>>
|
|
||||||
stream
|
|
||||||
Gatm=>B?8n'Roe[@/JI!Caf&$UZ9:0GEXqeh/7GFq]LN-CPmZM8E0XF4T^7r*#$P4-Sl&1?,#dk3u9?4bK9Etnmc.m5o:HI-N6''.K6nJ(haiFB`0#;^!S1#Tc9H`3q1mD`UefJlDEr^S8,+Ha3!F`np9_>VWb6h:CM(rJJmCde=*(k%Ga0a\^UP'C$Mn/$`fl]jW[@-Cp?r''D_F;.Z5lQP#pAPg@C;ZMch_'k(([!oYC&D[SXFIBWbrN%5\fcAa5<5TK5D;S4$8>,`PBYV,Y1(Bh<Tq=b5EEPji@Eg\dY;koX$<4h8?1?!W93/><D9_S2eeVg%Tk"oljtfuU5b?mM#8&a7esB:ME@%PS]sc-ArWr9\&`P(^jGbmTiWoT>u>(Z/Q@\+^:cpj.93)k"S>m;dL(L\sY2q>N2ZAU6(dCq[Ac+u?+d.IqB?lGeB;V\*M7Zj/1\7?s*kI[K6igcR/-fCsF.D.`]X=`2jkWQ\&?Hnum)5a]Rc,`T$*k>d[M/EnCR]K"?cN9"Ng&lpb2MZIpkUKaM?_#WqSmR(<d*W(]PXY[VDCkH,DaV)s`D#Zq*ZE`J$]k5Y7>h@Jb;/fh%['`-h(lA'O'H$e(S0E*j'>D%)MK<(qW1fN@._>^.2XKu_-FS$>=glL6h9rZ,o_EZe+\gu;93G,4;R3BZec8/Ip3IEB97"qD.#L;I/--3<O>Z94SgbVOL4DL+^\0'kQ_ge-35h+K%]287rEqnVIL?EqN@XBl9&NldQ9fn_Y<L>r@F:4Zb7%6!\!WqZ8WI)e1#h+\3FOVeMoC4tMrtBLkuC&s`&s#N?4uA3RZJ4JLpD-I2H?fg!SDrbcC;e'esiib9;-h=fNhBlE.47-0j.)CZJlSM"95^9EBIJ"E!>c*Fe]Rm/NkehL4IfYfmGDka8ruq`_@1F>Yc=Ik(]ut_7<FrbM$Pfriu%'hE&bu*8S$)QDJ-u7[R`DY!RQuS)0NL[9Zr)9sH@67(06hM,O3pg<q#;]ham]+k:Oo:V$\8cY7sA?gUdt_]@lu-8FrY3Fu$"aS)6J5O=2&,J)pF_hbPYI[<2_BWdMn*@nplMUTu6=`JggbG6)?DCVrcK-UGa4cT[Cp0//f.aKo26D>+'T@t;@;2KA0--mWi3jPC-n=1ed^WqZ52O&7E-lQQJgZe3(H6G`$g>Jh2*OQ`RVBjh2CeuR(!;eqi?!uo?Mb]L;aaOMa@Q9/nr/%YBmP=q'ndNE^_+4g?]hgcb*Cr<Q4(2B!H.Aa%SMl4>kIMnO9T82J9Mjn$%P9IoC\8cL#&lTR8B2;e3ldZJbV`A4%:ZTZZ0I)VSbd8o!_\g-9t&`FUCTnO,Gf7';VH1iPaHF.WAoLhrVE&)Ur58k&c*[tH*PW@,ZhjGCfR$)Ph:^J<o!tkYNV:h+mo&XYNDio$\oAM]fnBMM@o7U%aLRqa.'BZMK7'RX<8MI0k*Q61&XV5g#C3@QmUb'5kq'Q6=Em_P*-&nj:&-(2q!W&LsCp]8V,m\"53EZcFca^Ci]=k.tu!3B05e@MA3bX;_5=g$1=b;P[kAlFNfX2_oKkDhGAuN*a<.i5N>FM3T3Nl'IZ$*]R?Nh@r6jCRDeVGb&,</E$9OV\S[`ueEK8Ogd^E!'eK_jm],E6LdOMV>7Fe+W7q=<!!3e%kLp3[Y97S75$gTq;V%e'g*_]F!=UehT$!=4>pf<O14<O6a5b'p2R#6?`&E7]CP=!$,Y!I4@DimdZaBI_ZPJ6SqBcRD*m^dsU6!tG3L%1fI,6)A(ZN\!1,-R`aik##*F-.:fk$[_cR<LjY`3[1ORimnV)T^%Rc7Lu*)7@08u"l_&`pt01FIpgHMsgJgZ12#lg@7&YbIrt\q:g+_'Fd(BYK<g6F"D6\;JuQ`qT/QpT-7_GKj^*rE[#u%<jJ.Q!8=_Y7!MW<HIJZJe.(YZ(L"@IOfP.gm<Q>f2Cj'N*Kb"#IYC/HJfkNh:8DN[%)h$@N*K4J6uMEplt][L+0,ucd`(%Ch'nTGkmpu&RS2I(V9itlC,"i)29eKXbl>_1l"C<[27N-HlsEBR:fM<f3>,I@84US)YMefC=E%:%^@X'pE+bD!os~>
|
|
||||||
endstream
|
|
||||||
endobj
|
|
||||||
27 0 obj
|
|
||||||
<< /Type /Page
|
|
||||||
/Parent 1 0 R
|
|
||||||
/MediaBox [ 0 0 612 792 ]
|
|
||||||
/Resources 3 0 R
|
|
||||||
/Contents 26 0 R
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
28 0 obj
|
|
||||||
<< /Length 2373 /Filter [ /ASCII85Decode /FlateDecode ]
|
|
||||||
>>
|
|
||||||
stream
|
|
||||||
Gatm=D0)1+&H88._=YpY1CXNXrio1dhVBGogA%P9\_[RMAQog!W!%*f^]%8A@"k;ARnb>jKir+sT&"fqH+1;.^UX&Y@2g0\q/?pKVIfP:&-'85qL%NfQK`[W+fMZYpjDUL;S]_XdmpUV\ZlU5^c.2EKiL]InBX"-8^B?_cnuS#j6r>l$1V=>rtpYY6-*hq)?JS"NtT0LPdipHGfPtK`[.SoIsJqF\rtm<np$R#oH<1\`Kji5dmNj\?EI>G1613pGFpnOGDl-6s.bbNM3>8H/hs,H<k47T2HF*pq4TPHSQkYQW>MP7^m_08[R\n'^7rr4DpTHZ7gWOuZtE%@gm)TiEr<d<502?s.AH^0A@j/JeOc$;4_k$RUp9'(hfUSCN#1/M)G;!,A?-o#@`:`#Cu=mI"iLmEX"iT3F.T[j(#>k.+igOU.GHQu(\el`%"jAqBOY%\8h-YQZejg]N+_.rE_L,;\KDK-jq^nreF9^l]j/Pi)j+ZYbr2DSa&>JD=h`2b&k\QC0W*o^BDetQIj*rF3YtpbP6,MsDa/b<%m87jM/(WkYBb[`1MaZHkd'n7jo[IEHa06i"h#sW&!BL9WUc!H?>-m3Uub4$L[J"Gcn#NK!BEm$%=R[?E6(J^gSLmn9"pIT.=9R-.g7=XSuW45AVO&q3JRCtg:$kF=]&iL@Uk@Hq;m6+[gEX<UYE3af<dY1lP4tZ4%$8mM!<Qf<n/p]g$/:BUuHn^e68&+>gm\Fp-^Uf*GJ:FJY8LqfQ4h.&s7C&pjKEWf*WK4lSu_gPni&)>gc66TG$`:WE)!%0o!aCQf%4KhgBd\?(g]eq=*Vn>2C?YD8stU0BMcorRGF>=LRJ<o)M;aN<^L[J\]"<WIaYoQb+OY_r]pk@crK>C!Y4+8U-5dDc]^h:N/n9B(@QDl1:YS=BgGf+gK$j1#K:]('cOiCA3>r;s8ubJnpLBnlN]ZQW1d)CSWdpFP7B/+E3o"!mbslb_#73r"QgoYEpi_=e=+,C?kWqL3^r:`3^IpDBN.?738JcY8+o\6c*--j:%P:b&s<8[)=OslSA+.gRme]2k4#,PXJ_3*cd^HRXqd"CoC<M7#p3-e=_&hSrP`cZ^!qJflriLT"WYm`aXiFg9ghup-_d1<`r>g!<//t&2H3-6))X".o<1#3C\.S$-i,ejr6>_OBg-iHQI-QoAC832oKOcCAf&`(A.,/HC[sJ.CL=lg*=AO8Wej,DPRa\kjbejFVt\.V[tED&N98akH$lsbtt'V@pHKE0;2f#>:RmsQo^?gZX>bTNs`mH6967o"$p@C%Je=i5LqA^BL#4mH(E5k_]HZJWoEW>e3"+p6"=\1O+s>.+CQ"CSFBiUB%A"LdFOn)QsI9Zmp\scOQ0kH'=LBu=QqUP1cuT[T!2Q6ra1'No^rBJ_G='#_fhFic^F9R+3gm&8trG'pV>/j^X@)k.5,)9q_p\SZ!YM'JWlN7ih^9D@E/[^Z`%<L%V!:V'l$6pYX9V2bW3-hqKW5C&&L>%"UR+K9&->k"*@`$Wt/D?F]o4l,Mfl&>V^.$i4Ks2ENW:MGnMQlDhdkBZ3$4H7U<K?9'7-5-@)CI#A"OJ^GpkP4OQU#L.n"(,00=gR7/;"?=VQu\l'("h-abo^i$PuJ&6k[S6HXrKE.Wi7YFdUeIm@GN+dI?JjC>T_,jI[(4iKAZ-ZJEC.NfSfYM)],!KCHSg>N<2jVsP[qAE5$:2(V68<SE9f<::\MNhZ8[NaO[7/H<kbYCNRC#W9IY[7FBk^CHB"6Yf(``3!9FSKR00>Bf'%`S?n&2WGI"/b=qRnEIC9@N*#CD7E;@tl?10gIKFk36\bl-:!f"33_ZP8t@7/Q%Z>g9Sg/g8'd>!^$.<kPpo+":seJjLkr+!78!1(^P"e?6@I_HkQg?e/`oP^*o?O6\,3QmE"s:"I9X2Ejm0,CS,Q6PI8arqV57iAkc+%RSVjhMcD%M9tqLM.WF+obd1blL"Z^&3&/4hUk59g>rsOS`6<A.4U`\5MPp+1=%qAn/LBl35efmP?jb\NE5(Rj8)#?XEjYmK\JOl5C=Q2SX,_3fIl4FE?iuhlJQo!3t\,SdfcUP/c'UJ7q9JW[(f/RP:hD6n14fBZI5Vq+eTf6_4;X60Mu:J2R*TO3j0AY*@;T(<fsdr-3f#!,UrhjU.pZlp((/&=(OI$"[JCVT/<CR>qYD5[-NJu(#"<7l7sq-9_R>D/FGY6:J,%pINYn2^]=6>]OO]@-9qf6HJPFiO?(+X_Vf+PID!sgGE=IoX%")Y0+n7#\j)>2SnCO,B7qlsVS0U_%mo+#<Vn3R!H($3>7o$c\lId_C@O3#OB\n1Z?<E:7_4%hUQAY*Obq$A:/`gGZR&dRWVj1[43.:)OLZF)~>
|
|
||||||
endstream
|
|
||||||
endobj
|
|
||||||
29 0 obj
|
|
||||||
<< /Type /Page
|
|
||||||
/Parent 1 0 R
|
|
||||||
/MediaBox [ 0 0 612 792 ]
|
|
||||||
/Resources 3 0 R
|
|
||||||
/Contents 28 0 R
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
30 0 obj
|
|
||||||
<< /Length 1546 /Filter [ /ASCII85Decode /FlateDecode ]
|
|
||||||
>>
|
|
||||||
stream
|
|
||||||
GatU3a`?E"&A@B[G`/J7$iqWhjlf;&WMFR%7B%9d*$>lg:d^@%5YC`tIDAQj85qE<asDt=f]_bTrEb*u<f>#KiakEggjD:<&ra%2L8"E==a,99ck%K_oT\jrMpI:l<t0s-+Sba&M0[#u^T9=$gfn4Y8'JZl-tFJ.1%eR/n#s>*=1`\5^#*aM-Q@Egf(Q\Slo![%1:'VZ<!U%h8>X-D>M3\#QbTn"QFU:FcHV@C^sQ387G94;9!Fj%>btYuJ-0+iL!]N_+noT(^V/09VchIKd4&iW?<X'"f_S+):ZMf6A2_5>OH&8IlIkpbd=@c*&01E['`!rbLUO2%,QYu_]jC=&>HY!7bYEd32Br?5m'seXA2%:TW-/o/?&@(h<kO!XV5_gFA?aQmVrr\QMnfe]i5'1"hlF`HHu2suU"IrY^96b0i/JE<V>*Z&3-PZi8sF_j^qZ01p*;f!@0)<6":[(bQ$+:n`9Yi`3L<iA/_*bJXLYjtF"F+8\Z+aoaD>cZESW2=NY_kpA^S:[aB`)-SZ*BCA5uqFLliWJ^mK%3n:ub$$aCM%Mnc;!Z2s(GEs0p.?!"$DUZf)tUH"*Mi-!qAORAUs,ka?cH^B6[o$JE+PQ_oOURG)6=l@A8jH3g[(a#N'pd:JN@R04mLq8ZsK_J`hR/nt6dH$Y5.!E70.L5YZ$cjp]0GXs6/KQhiR7`76RFI4ZlZS)-Np1tqgL\W0UELd@'Rd]NZI!eY@.IWE5V`4<VI1Xf9+>W_&H`q!.(BS9c6A]2ps_WRR,e_*F"!B/R;*k\9a*R[E"*o613jbH8KIHRKVB$?gCc7WCeEpSWnb\.<IA).CNYo=d=OM7/uNLSa@*E:H)sGU&-?UNgke@`!X^,)1RHa,C-MhB"t5i?2mF+gq\`3/-_Dh6Lfn?g32:1Q&7ru%kR]HE+ksgVoP96AL8X#T]r="Rd)='6VFG'EJD\jE(.RgGXjAA]`)A2QC*g<_e.V=KG?V0hRDN*5T%3.OqQk;F_mHPPDC3*4:ig]V;GpcgF_oS$[KLSWo>+l^?5j^]0Aa&==_2'uk.,O=d+djDN"@:W>;YrA2$6Ia3Pa_XZ3U4iM<"L'*,mY.+HDP5;t?JJ3$nU&=BhDi>:3=qP/h:J4N59jTk^(.D.Zoh7&F7RGkU?8jPMsj^:81\gTD\cre4X-Dp>6r`%GB^K$3`\meIkoU.X12Hd#/6"Z9(4gpCscjd^f=>Gdqc+8oL#fbjii*83tgb=p,=Q#gOX?U#ZdWgf1C03iq]5Y8G(qUj!Hd(Pr4Ka%Rclo>=?^ifI:F6kKn_9faqZV^AJl?fcJ1=2nLH(i.gocbVc`#ltI1o%(V2P"GU'VQcZr@,/7EdWj,Y.n"kEc+!_?!St[:S-l"lcC`d58%oP,=[`@ee&miks%cp7R$-kG[lI&,U6nV$0&`n$ujU]d&0_FNp\;\K]%El7]-*>1AK/>(eR-WR5Y0++/a8[V@9IfkY]ruVAC,T.j*fmXsSu$`Bucpos"F!D41Q.i6G9q3nZ#B!bT?$B3=f?2-:7B6'iaQh*7HPnGE~>
|
|
||||||
endstream
|
|
||||||
endobj
|
|
||||||
31 0 obj
|
|
||||||
<< /Type /Page
|
|
||||||
/Parent 1 0 R
|
|
||||||
/MediaBox [ 0 0 612 792 ]
|
|
||||||
/Resources 3 0 R
|
|
||||||
/Contents 30 0 R
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
33 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\61\0\40\0\123\0\157\0\154\0\162\0\40\0\151\0\156\0\40\0\141\0\40\0\116\0\165\0\164\0\163\0\150\0\145\0\154\0\154)
|
|
||||||
/Parent 32 0 R
|
|
||||||
/Next 34 0 R
|
|
||||||
/A 9 0 R
|
|
||||||
>> endobj
|
|
||||||
34 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\62\0\40\0\123\0\157\0\154\0\162\0\40\0\125\0\163\0\145\0\163\0\40\0\164\0\150\0\145\0\40\0\114\0\165\0\143\0\145\0\156\0\145\0\40\0\123\0\145\0\141\0\162\0\143\0\150\0\40\0\114\0\151\0\142\0\162\0\141\0\162\0\171\0\40\0\141\0\156\0\144\0\40\0\105\0\170\0\164\0\145\0\156\0\144\0\163\0\40\0\151\0\164\0\41)
|
|
||||||
/Parent 32 0 R
|
|
||||||
/Prev 33 0 R
|
|
||||||
/Next 35 0 R
|
|
||||||
/A 11 0 R
|
|
||||||
>> endobj
|
|
||||||
35 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\63\0\40\0\104\0\145\0\164\0\141\0\151\0\154\0\145\0\144\0\40\0\106\0\145\0\141\0\164\0\165\0\162\0\145\0\163)
|
|
||||||
/Parent 32 0 R
|
|
||||||
/First 36 0 R
|
|
||||||
/Last 41 0 R
|
|
||||||
/Prev 34 0 R
|
|
||||||
/Count -6
|
|
||||||
/A 13 0 R
|
|
||||||
>> endobj
|
|
||||||
36 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\63\0\56\0\61\0\40\0\123\0\143\0\150\0\145\0\155\0\141)
|
|
||||||
/Parent 35 0 R
|
|
||||||
/Next 37 0 R
|
|
||||||
/A 15 0 R
|
|
||||||
>> endobj
|
|
||||||
37 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\63\0\56\0\62\0\40\0\121\0\165\0\145\0\162\0\171)
|
|
||||||
/Parent 35 0 R
|
|
||||||
/Prev 36 0 R
|
|
||||||
/Next 38 0 R
|
|
||||||
/A 17 0 R
|
|
||||||
>> endobj
|
|
||||||
38 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\63\0\56\0\63\0\40\0\103\0\157\0\162\0\145)
|
|
||||||
/Parent 35 0 R
|
|
||||||
/Prev 37 0 R
|
|
||||||
/Next 39 0 R
|
|
||||||
/A 19 0 R
|
|
||||||
>> endobj
|
|
||||||
39 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\63\0\56\0\64\0\40\0\103\0\141\0\143\0\150\0\151\0\156\0\147)
|
|
||||||
/Parent 35 0 R
|
|
||||||
/Prev 38 0 R
|
|
||||||
/Next 40 0 R
|
|
||||||
/A 21 0 R
|
|
||||||
>> endobj
|
|
||||||
40 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\63\0\56\0\65\0\40\0\122\0\145\0\160\0\154\0\151\0\143\0\141\0\164\0\151\0\157\0\156)
|
|
||||||
/Parent 35 0 R
|
|
||||||
/Prev 39 0 R
|
|
||||||
/Next 41 0 R
|
|
||||||
/A 23 0 R
|
|
||||||
>> endobj
|
|
||||||
41 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\63\0\56\0\66\0\40\0\101\0\144\0\155\0\151\0\156\0\40\0\111\0\156\0\164\0\145\0\162\0\146\0\141\0\143\0\145)
|
|
||||||
/Parent 35 0 R
|
|
||||||
/Prev 40 0 R
|
|
||||||
/A 25 0 R
|
|
||||||
>> endobj
|
|
||||||
42 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F3
|
|
||||||
/BaseFont /Helvetica-Bold
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
43 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F5
|
|
||||||
/BaseFont /Times-Roman
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
44 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F1
|
|
||||||
/BaseFont /Helvetica
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
45 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F2
|
|
||||||
/BaseFont /Helvetica-Oblique
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
46 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F7
|
|
||||||
/BaseFont /Times-Bold
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
1 0 obj
|
|
||||||
<< /Type /Pages
|
|
||||||
/Count 4
|
|
||||||
/Kids [6 0 R 27 0 R 29 0 R 31 0 R ] >>
|
|
||||||
endobj
|
|
||||||
2 0 obj
|
|
||||||
<< /Type /Catalog
|
|
||||||
/Pages 1 0 R
|
|
||||||
/Outlines 32 0 R
|
|
||||||
/PageMode /UseOutlines
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
3 0 obj
|
|
||||||
<<
|
|
||||||
/Font << /F3 42 0 R /F5 43 0 R /F1 44 0 R /F2 45 0 R /F7 46 0 R >>
|
|
||||||
/ProcSet [ /PDF /ImageC /Text ] >>
|
|
||||||
endobj
|
|
||||||
9 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [27 0 R /XYZ 85.0 659.0 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
11 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [27 0 R /XYZ 85.0 468.666 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
13 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [27 0 R /XYZ 85.0 233.532 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
15 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [27 0 R /XYZ 85.0 202.398 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
17 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [29 0 R /XYZ 85.0 547.4 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
19 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [29 0 R /XYZ 85.0 352.947 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
21 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [29 0 R /XYZ 85.0 211.294 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
23 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [31 0 R /XYZ 85.0 535.4 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
25 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [31 0 R /XYZ 85.0 446.547 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
32 0 obj
|
|
||||||
<<
|
|
||||||
/First 33 0 R
|
|
||||||
/Last 35 0 R
|
|
||||||
>> endobj
|
|
||||||
xref
|
|
||||||
0 47
|
|
||||||
0000000000 65535 f
|
|
||||||
0000011291 00000 n
|
|
||||||
0000011370 00000 n
|
|
||||||
0000011462 00000 n
|
|
||||||
0000000015 00000 n
|
|
||||||
0000000071 00000 n
|
|
||||||
0000000913 00000 n
|
|
||||||
0000001033 00000 n
|
|
||||||
0000001114 00000 n
|
|
||||||
0000011585 00000 n
|
|
||||||
0000001249 00000 n
|
|
||||||
0000011648 00000 n
|
|
||||||
0000001386 00000 n
|
|
||||||
0000011714 00000 n
|
|
||||||
0000001523 00000 n
|
|
||||||
0000011780 00000 n
|
|
||||||
0000001660 00000 n
|
|
||||||
0000011846 00000 n
|
|
||||||
0000001797 00000 n
|
|
||||||
0000011910 00000 n
|
|
||||||
0000001934 00000 n
|
|
||||||
0000011976 00000 n
|
|
||||||
0000002071 00000 n
|
|
||||||
0000012042 00000 n
|
|
||||||
0000002208 00000 n
|
|
||||||
0000012106 00000 n
|
|
||||||
0000002345 00000 n
|
|
||||||
0000004519 00000 n
|
|
||||||
0000004627 00000 n
|
|
||||||
0000007093 00000 n
|
|
||||||
0000007201 00000 n
|
|
||||||
0000008840 00000 n
|
|
||||||
0000012172 00000 n
|
|
||||||
0000008948 00000 n
|
|
||||||
0000009144 00000 n
|
|
||||||
0000009547 00000 n
|
|
||||||
0000009780 00000 n
|
|
||||||
0000009918 00000 n
|
|
||||||
0000010064 00000 n
|
|
||||||
0000010204 00000 n
|
|
||||||
0000010362 00000 n
|
|
||||||
0000010544 00000 n
|
|
||||||
0000010735 00000 n
|
|
||||||
0000010848 00000 n
|
|
||||||
0000010958 00000 n
|
|
||||||
0000011066 00000 n
|
|
||||||
0000011182 00000 n
|
|
||||||
trailer
|
|
||||||
<<
|
|
||||||
/Size 47
|
|
||||||
/Root 2 0 R
|
|
||||||
/Info 4 0 R
|
|
||||||
>>
|
|
||||||
startxref
|
|
||||||
12223
|
|
||||||
%%EOF
|
|
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 285 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 9.7 KiB |
|
@ -1,738 +0,0 @@
|
||||||
%PDF-1.3
|
|
||||||
%ª«¬
|
|
||||||
4 0 obj
|
|
||||||
<< /Type /Info
|
|
||||||
/Producer (FOP 0.20.5) >>
|
|
||||||
endobj
|
|
||||||
5 0 obj
|
|
||||||
<< /Length 886 /Filter [ /ASCII85Decode /FlateDecode ]
|
|
||||||
>>
|
|
||||||
stream
|
|
||||||
Gaua>966RV&BF6e$6>[)<':eR?91Y]cd^EXVDXnag)acUgWX&iJk.6G^'JOj8Rg^RiX%eNO(H<0f_m%#-JjM48'K!V,n#dd^XOKAktsj;+%<FT$[dPO&><WoIZJAGT'E^E6g$"ZR`U]>Y!(<\H%u<mAC<FI&`#G7GnZmePR!bg7*bASQ`sC5]l<@<(If.:gA)D<P.j.QQusf*p;>/tL">UQFaH3W^0+%f(Aq@H[LM<H)/@q$>qZ"*&a&fXd>/61i#K't>\oc/Yl:fnX*5#\G;XB(0'jea[n.sG^gnBD5*u>/A'qV1be<T5eEE;Mh#JZFFM79pEk!/aU$LsM?EZ.=E`$E=mGKmOBsb]t$l_D@E3s+r0J-Hdd%51fZ+;f-I2nerFfGfA4J.O9RBG&)0#3RjARSo_aSKYg3BCUH7]V+]'Kup/fTX*6q4raR=rnbkpSZ0!XM?s;+P5\FbjnO*:/H/Z3[*mR,X<S<$mZrW8S$Hq"p4-?8:l[LC0<aeA^[cOALZfM1^^2LU=<tOa$j1XUs\;)+^(F"hNlCu5^__$'T6BBclTj^cRO?H28S6&TpV?*:E&-)kX_qQ:tX%/%Ri(1!n^EPb.M'3Q.ZOS^SF%<)8E%e>;hK(3.+<2&-5`f*+f9>.1E?&o%,$Fa]I5GAH^ltl7`_iKg8J05or19^gjHXjV%ZG8;_5o1-(_oeQG(#h<(Qa%IjK25n&E'*X2Z3LP0c!C.r_M<0+BG'JbP)WUYY_Qc/dQ*ZNfB4s_?^S#gOp-^Y3>.^\\oGaJ-6_05/NN`bKQE8%P!j$99IJ[<15V/IGJqqBjLisugQosXaZY*Z6*ai'=oSk^'`?C"u0XQs=J9r8:,DTd+QC"KLQ?WF,=;fh:lrsu&Y]N>~>
|
|
||||||
endstream
|
|
||||||
endobj
|
|
||||||
6 0 obj
|
|
||||||
<< /Type /Page
|
|
||||||
/Parent 1 0 R
|
|
||||||
/MediaBox [ 0 0 612 792 ]
|
|
||||||
/Resources 3 0 R
|
|
||||||
/Contents 5 0 R
|
|
||||||
/Annots 7 0 R
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
7 0 obj
|
|
||||||
[
|
|
||||||
8 0 R
|
|
||||||
10 0 R
|
|
||||||
12 0 R
|
|
||||||
14 0 R
|
|
||||||
16 0 R
|
|
||||||
18 0 R
|
|
||||||
20 0 R
|
|
||||||
22 0 R
|
|
||||||
24 0 R
|
|
||||||
26 0 R
|
|
||||||
28 0 R
|
|
||||||
]
|
|
||||||
endobj
|
|
||||||
8 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 102.0 559.666 175.988 547.666 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 9 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
10 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 102.0 541.466 137.324 529.466 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 11 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
12 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 108.0 523.266 327.164 511.266 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 13 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
14 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 108.0 505.066 371.78 493.066 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 15 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
16 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 108.0 486.866 295.472 474.866 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 17 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
18 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 108.0 468.666 353.456 456.666 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 19 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
20 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 108.0 450.466 331.784 438.466 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 21 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
22 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 108.0 432.266 316.16 420.266 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 23 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
24 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 108.0 414.066 288.488 402.066 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 25 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
26 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 108.0 395.866 281.504 383.866 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 27 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
28 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 108.0 377.666 345.464 365.666 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 29 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
30 0 obj
|
|
||||||
<< /Length 3481 /Filter [ /ASCII85Decode /FlateDecode ]
|
|
||||||
>>
|
|
||||||
stream
|
|
||||||
Gb!#_>EbSs'n5%I6(T9#Gu7qZkTqN(Q7U^TPjBYf<Km`S@:tB5(^$P`rd1:"eu+''<q/O,j`m6]o:<(scaCSBG?7#sY(!u,D@d#*46k^T;Y=s"_SC06K4FrAhqpCp+`WA!8HJiEV##L6V+\@<b/Cj(qV0QDh:8j`^-gG(h;&fc%Te/\s.`=>.QC,rSDD<_pClgUFfnjLoAn@TWqGRmV17A:=o"D^c@;A?]9YTs5i6Zg\8VPr)qY_i14tO--u6ql6l:'#hssS^[([7=NcP*13%&B='pg[NoJjtYUcauXKq;:9<5qEj0#&`(dqr&1H_^YXf>e"I\L$+&!;?S^8HoPF0(YWt,:Ic4(\A6Dk.lB-hRR@0TT`AGg[B[4d$sOJ,u/KMdZG$9e6>m5"n4t]g^!^c<e-dA(=Z=@7:2gM-oNb&8-c,lNfP;UDp,),pd%-T:[;KqAf:p]'X7l(?bcU2m&/\-,;osPE:7[.][rnp+5^*)s-VA^E&_J!:S$VQ2!6KKP8]oW9,l-3U\JNFPfYpYj/>_2*'K;._NNZaFidIkUg$p-5G`X/eR\i8>X015,%XpH.EWaZW$p'3]-OC0APs]/IZ&BB]]9f.1eYMF@-fdSJhZ1.YG3qpY#J]r.7]ZBNnYQ[M!HK/Us*m'FEHOpNml*K2s>F(=.E_7\0f3T@-bAklu@90nhpt(aX@5S'q`dU"ZH+N^2UtT3)YLRnkT`o`Z'7&K.T_80G'rG/1k$q8jFo'McqJ.k'R/:dLCV:"mEK,Jr"1HG!'gUN!1dY?<0qWXEU:eAS'MDi>drA`lBA(JjT1-*hCr2pa"A^#Wa'D4U<\6L!H47J:SJ6?g=@ZUMMP"p);<MGm!-d&1q8D2^ZdXf1r)#&`"?ET^jMb3O%/W9S[-LSkj;:^-*kV,S/U._$)q4rHM7i)^*!pP+U?>-r:8iP/=3.0Z?1d`L^(Y@+i_;P5"4-FQP87U7UWgMtu6;3_;[E<o0^:c86RJ!<HU\,DJPaqrGJsengK\=)ulmj'LYAiZW`"`0s(*?mU]EjPr,fR5G:!Ne@uBRW+B]R/[%-Y)?MSJf#ZF*aP7QJU@Y^b_M[WbNXZfKGRW,=nbYc"HG\dQ3:t9>A@FeI?t)lXRg$;]1KC@0@c]W!f,^^%=6MEc;o-XQ50-jXrsYkqbgR]6MUX^8:J@(a.]D_TY%sL\3;Yl\</3nB?6?mC,hPf]&h8M,s?TL/Xo5GHbF<BT-6#DE\FqQRdI]g2?SgDk\rNSL*mZ/a2^$'LHE/aou9K[YCE?D1%:JH9Hh&'KEhND/jKh]#>rG6APpr8[Nf0Vjg/Mudpe)l+;gnDcGTpqK.(4+.QX-`$3qb9:c.n^Q+]DJ.B3N"MJ=hDA<idZJF=K+4N]E)KE9qo;3$"[r/d-X\Ba98.-/%Vkr-_fpX-n.F%5TNR1PM*DKI1#I&RO`^j5j>e@"heWfB]H+_eQaIPd'.f+r"XN=quO]o]G[Hb<i<ppb*Wa[7JT2nPoT9j0?*3flW&e3Eam\)\]R=hgjB'ua8oki[%jrrcdVT_t7gHi[ZK3_1I#Wme8l%g03I@#lIGc;t#(1!m50'C@(XccA`-"9gZG/utC*N!*,H;,9(]*@)6G^FE$Lp3k:W23;M6C=L&uSn36;:gEW8:U!4;L&V#s0CJ$'El%FXRG="<]-OQ.Y=\GlmW?1sr68""qb:LlF(,+04.XY-Vrc*20#S12AHoSJL`f[>JpPcN1!YIWhcEM[AC#r8\BBS!Wb-=G!PsTL[.3Hu#>rG5VS;EGUmar3P]XEKqP+H<h#Tt-e@=ip)kB?.\jKNp/Q+MLQG8m_:pZGS9O^uW<+#oMm4UpIN6]<]>P1M[>H79>W0#olRrH[/0Vj,8JibU%Of'Si3]V'C:+!T-]9..;Vt^Uc$8:ZQWYTrB_O9R"VH_0(]AAhpKu6j8d\>Np3%,QQEA)Tnn0R'G(/(l6R@MHr;V1R<c&;P@%C4]0DAREJK3oS10>;Va5Acll#X*RE:s,r?pOd`^Z^3LB?.f0aZs%^B%nTb")3*Z#^Iu]Pc=aPs@d7-S:(k^>H*g>i4NPq+%d<<I2,j5((1\RpKgFWN)7j[8Use@$*H_n$?&a"ELr3[C)X1'jK12V8J7&N,>Z'/TFI;J!&_2SYC]pg2LdaI*!&4QE<=3@(7!h3feCKKP?42UeDX!o;haM7KTBheT;@+#NgLl]<CSFjF0?/^h*p"gni7U6sa.)QY+_Y@\2CDs-Zjm*#7l7.1[25q#K.Tio0f6R%jP#ie3g<OIW,r@h7K>_qiG+PuQk"/*ksDRdU+.boP*W)WDhrJOR_.EVQG&e8fj)PChf,'X8rHs(1'Naa!8>/e=ehr"&^NNX9bUK?#o9pB!J1m`r)g7mJ`\)RBeI&m0N")RmnorBRL]DHgL?UT:=FSnI%,Io+N(I0i0a?*=Q3$R;c2'V^5R[BD-iRJrXt^(HrP;M(C8PQGN::?@1=]Wi)*pBkRqPTXAQ8\Y&Vn0,ToJNlp^d0VPlBqBQc$^BsuX&EYG9Oa/R0uG*Q!7cO^T9c"CE!a!oNn6JFZH#dFi-9.K)@T`MqH`1@DP#<>NLT1N0Qs-;9mcp1X#jH?C>\2;09!5?<NR1=8+kY:f>aZN92=1o`PMi&h]k'R.786b2X0c^B/e^XF5_$F*+iJW#Z!8I\g,_QEgLT^k=dB3PW]MLP+eb;UN;:5#_,W5]8O8u)cb#Aa`VMf$0#T,Bi\u9<E@*T"-:qFm.5]mW+VdJ60pX/J%L[i>K(j*!.3_gPW-hB2L<?Doto7&AGLWmg`T8_Vi/rU>!k3d/j7pj6+bMp9.>Z[sDKgOi5O3&eB+P;uW\<0V5$\blc\%bmj;:Lo5XgN6][aiJ?KI40+-6"G!::[<E$6W%C:>c?j<WHDQpO\k!@Ttqr<grfXVC;Ke!C3V*6@`:8WWb91O%J#PdaDAJc$XQjGK<tIO\P!k4cf&?k1mubFN'Zda#s=fK'td\qj6pXmdScj1<5_mB>(BhQ]^4;O)c*L&DLGZ4ORf::f0a56_^ugp;(6D#*F8;s/L6MDlpha,tb5QW-&I*RfJt5DWoaSF=#KGC9hdLIIbXSlpf?-7CAe([SARXe9,6):0%a;Z9)Tlp(*AiX:8EJ8_^V0TI,2>m^;TA27eF5VMdY,SJDeAm&>8?^8,BK+@cE`2':YV&_2KS@[DuY"'B9#MjgLCEWc@S;f48i/Z>We6/F"5TT#)0"2I4of/,Z\8N%XqeImWIWeuj,.m!:l+oZnM*jR!DgTJ5b+WBRfr8-Oi`ceS%*B'<!\,o/dokbNVRH%66;AQ]W5:'H;S=0utc5la&lX.L=_s-jATm^35Tn`/MpU5ab9WE:_GQ#,d3n>rM0@\->.,;W,e:3DeVJ_.`;ppD?3*h>c'#1B"1C?;05hea)qo)XUq4Uc[V`/kc<$3b`W^m"lUit8$M.d.-rUs`,C%b>/(RKO,*28A0g@DHg1qG1o:7D2n@ZTBZr=4,ipoa~>
|
|
||||||
endstream
|
|
||||||
endobj
|
|
||||||
31 0 obj
|
|
||||||
<< /Type /Page
|
|
||||||
/Parent 1 0 R
|
|
||||||
/MediaBox [ 0 0 612 792 ]
|
|
||||||
/Resources 3 0 R
|
|
||||||
/Contents 30 0 R
|
|
||||||
/Annots 32 0 R
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
32 0 obj
|
|
||||||
[
|
|
||||||
33 0 R
|
|
||||||
34 0 R
|
|
||||||
35 0 R
|
|
||||||
36 0 R
|
|
||||||
37 0 R
|
|
||||||
38 0 R
|
|
||||||
39 0 R
|
|
||||||
40 0 R
|
|
||||||
41 0 R
|
|
||||||
42 0 R
|
|
||||||
43 0 R
|
|
||||||
44 0 R
|
|
||||||
45 0 R
|
|
||||||
]
|
|
||||||
endobj
|
|
||||||
33 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 378.252 629.666 437.892 617.666 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://lucene.apache.org/java/)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
34 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 90.0 590.066 126.66 578.066 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://tomcat.apache.org)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
35 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 174.984 568.866 225.972 556.866 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (features.html)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
36 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 401.604 568.866 436.272 556.866 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (tutorial.html)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
37 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 321.636 547.666 365.976 535.666 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://wiki.apache.org/solr)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
38 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 108.0 426.879 201.324 414.879 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://www.ossummit.com/2007/program/talk/8)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
39 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 108.0 400.479 171.66 388.479 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://www.ossummit.com/2007/program/talk/25)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
40 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 108.0 387.279 207.984 375.279 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://www.ossummit.com/2007/program/talk/67)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
41 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 179.988 269.226 273.312 257.226 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://us.apachecon.com/us2007/program/talk/1859)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
42 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 224.988 242.826 356.64 230.826 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://us.apachecon.com/us2007/program/talk/1992)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
43 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 230.988 216.426 495.276 204.426 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://us.apachecon.com/us2007/program/talk/1943)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
44 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 225.66 190.026 364.932 178.026 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://us.apachecon.com/us2007/program/talk/1953)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
45 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 225.66 163.626 480.588 151.626 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://us.apachecon.com/us2007/program/talk/2017)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
46 0 obj
|
|
||||||
<< /Length 2602 /Filter [ /ASCII85Decode /FlateDecode ]
|
|
||||||
>>
|
|
||||||
stream
|
|
||||||
GauHMgN)%<&q/A5T_t$R73g"cQb4W%Q!N"-PI7oig=jfh&0-h:6%FlOB^ODi%mXNKE1t@kjg$1P5]lbb7ec/=_2kXd\#Z"uhGA+u5<n&D54Q</#iN1Rk4>_9&`Fo+9'ra!rdOJ!8\c]N*;SAGIg)\2YOpkro?+2Er8i^+]oraOX9f6+,tAa=*^Yp.phKJDj1!*Wpd`"m<,`IKk,n@6^V=31PAe-=eggO9&+&J'9s3l@q0r+P?%1.g<YbJ&&nVsF=f%NiBCPlghWip%KX`;4#^Ze##/;m?ku$$JGG-f^Unf%'eLmu*:&MQY+_4A_=k.[uNfdCWStP1TOd1*t/_-^q[GE$SA[,Srp")<?euC@Fn*IH)RH@`KDm/M-raJs>4sJfdeP3$DmnSFTSbHX2HfkEOenc>>pQ,?egZU3EVh"NMet8)V)c\E#apM]J&^!/j,<s`j+QTeBl67\NTGL0^WN+Mq?73=-Q0*CnlL\6*3@!R7d,(1g1]q"u&k-3/K?gdWA>bVep>Sj/RnVj%=%/<kWnT*'KH)uf-%9kJ1SrsncR9,qb[s]58DCj,EL(24F)!MfobGn:mX76/%AZ?[AoA)+$2YY`[2u04XeediAHU(A'#tDkrO+QV*X+.N(W2N>V2rtbHB2?WSYQ_Bo]E7kKO?3nH,Cj_`iqF@GcF)h<CAPJGd+8Y!'H&]^j/fCl3%pP*f\iE/%YPU.$l";7b9n5___-%Hn>N@KQi`eh43C;Pf5di$cLUQ6u9!r7[8d27YEp#CPXcP=rWiFOhi@(`nB2l"qBK'#+*ge![?*i\-$KDW[Yg.M"c[W8mW`OVg*3jaG](@nMKRd6Wnfd#pP)_aaX4nPNZ8$aXe%n40V#a4A/'FJpu'ZM*tL`:h0Jr-[NPIZjg^^SF>d.pt'V2&ONT+g:JIo&mUS96H4Zbq=QfGa!/cJG.lVNSc!363l6#*:EO;>ZG-r)2>/1QkRn..e7&rG"8(jMJ'_/Q*!^.<$gc=//q]cn7rFeQp:A\P9Qj'8^3fe>rS=Y1orcC)4uDSl=k&t(W(.;7*WR+-7`L;]Mc-N.'jriaMB_Rb+6J!6"IMe-,*QWni4KtnLmpj@h:T!ZI?E8Ws*.d"'HRVp7oA^Z(IVM+-p44l`i&)"ITPOope(WD=m_/Za#(t9g7fs9J;9um\kS[I#1$fbO9;t2YdjG;:SEiTiQ@rX\"Q$[Ss_@87c_IVLH[/";2f?1']M64W<t@\+^t6[7*@'+`)[QqIVapS3H/Kq`a3cDhGcp#<Y7Xa_D>L/O9\Vcq7!`f/YO162Q"@_VPYi[OUApVG2dfgm3%;5p?d5CmoZtP(8!ND<=t9laRFRPom!Se:'dMG2^c,FE:F>d@%s3&dK4bh=dB:iMlW*uUk6\pd5U3Z?]r!>H9L@:$0IUJI*_c/*qA3CRh&8f3$gO!KS4NZ@t;F$hI!g(o3o$L-cb2]Z/d&k)*n<o]rkc+la37e38eii&S^M-nufnk#kgD1`.K#Ja\eqgT5."kD2?))Mp#o!2,<-+o$b&.?U^Q8Efqg!07To*i<D&Z%@E(58@U#(N(8=1KD>V&LF12^=3fC2@rT(5T5g]d%R:eEdcVnDnT9,/3>*/eTfd"tfT+T7j29WK/.VNNC*+JJ`Cm$[s'Vgq3A4e0'OZ_(!BtHLm+#5U$s,&1FfPZLiEW>ifXc8rOMF]XdtbfuGM(gIFW#^`5!Y@a1B<'Y&;dXSJ7sK9*q[%6m-ue>jC[>rd.ciQbr4*]kq`Xc,'Ihf1EI2A"`mmmB.NB9k81?G=5?TC3HKk56^jq^9-pEXO"JjZB*opC1]X`l@/tK.V&m*I0'Z,_(?G%`39K?+FhA/)(CPGhbOa;_.ca]cafdr\X0>%DM^$ZdDcQ)r!GlVKgK<M!X\DgbZ&6V-\H)(@M=?sdQ?fF3<b!I9CM'RhE"to.\1k/#jJ2cfOcK)Q9C[-j*=IB)BHmPk+KAHVU",5/0+2a2ib"AKXW\#S(;OJ;?Wf4-OpbGQh)VPcp:57s5pa)[;8<]e:2'24[4Ng')P=Ju47n0*n1d(<I5D2qF]GCml2d8jbSYr5'ak76)[KgU/\,uKIaZG#I*#7pc8ebDOlH)!BVpEM*\jYJ3QrK]DO*:>X,smSY]6X`\_"0r`$0^uTg>&Vi9#DGZ<&Y%:TFXZoMIcP9p*X/on*Qmqj6Zq2!/1r?/M8'3'q-&pZM=/,P^@LrEYQF1VC[?m)ABe6V/,QYO13/[8"TM-*N$3DPINKH@8-J5BikV;X4_mCTZ!t.S99K3K[#,`St*\&QoJ3;,qZ`7U`J9oJ%c:FIVF\R*h6\54M'KhnOZQZE*`24r37X`>=6<,`h1Z@mc4h`FE*?dX9.HNm"+ISj=*K0i7;>X"Xp;hGnV`riG\OAbe>Ja=#$Il`rKN%bE#lT[po.FfL4*qX/o[&J:5V$_b-[43cp&kq"9pQd29b!X`&uiNSi\f'OpZrK)^2T^<C>:#\D1M,.cDa+?_<anDp92DA7m#W_RiWW<00Tocd4[HDkaMZgP0HAd#T*+$djh1<;]K]G?k;S+^QiTt=0j_qW4q:r(oMl6EM8p'12][Uh[q[!o$\n&9`D-(DQgIg9Eiqu"EKthL~>
|
|
||||||
endstream
|
|
||||||
endobj
|
|
||||||
47 0 obj
|
|
||||||
<< /Type /Page
|
|
||||||
/Parent 1 0 R
|
|
||||||
/MediaBox [ 0 0 612 792 ]
|
|
||||||
/Resources 3 0 R
|
|
||||||
/Contents 46 0 R
|
|
||||||
/Annots 48 0 R
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
48 0 obj
|
|
||||||
[
|
|
||||||
49 0 R
|
|
||||||
50 0 R
|
|
||||||
51 0 R
|
|
||||||
52 0 R
|
|
||||||
53 0 R
|
|
||||||
54 0 R
|
|
||||||
55 0 R
|
|
||||||
]
|
|
||||||
endobj
|
|
||||||
49 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 127.992 569.947 189.636 557.947 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://svn.apache.org/repos/asf/lucene/solr/tags/release-1.2.0/CHANGES.txt)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
50 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 254.988 389.788 457.632 377.788 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://www.apachecon.com/2006/US/html/sessions.html#FR26)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
51 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 311.652 376.588 368.304 364.588 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://www.us.apachecon.com/)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
52 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 432.624 312.135 489.276 300.135 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://www.eu.apachecon.com/)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
53 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 365.316 247.682 536.616 235.682 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://people.apache.org/builds/lucene/solr/nightly/)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
54 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 90.0 234.482 114.672 222.482 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://people.apache.org/builds/lucene/solr/nightly/)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
55 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 283.968 221.282 321.288 209.282 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (api/index.html)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
56 0 obj
|
|
||||||
<< /Length 300 /Filter [ /ASCII85Decode /FlateDecode ]
|
|
||||||
>>
|
|
||||||
stream
|
|
||||||
GaqcqYti1j&;GBn`Js,t@68YY*a;#;-;Z9K!(56sBr/0hD?05#32)UCH29)Js4r/ta6m"A$n?3Jj3TL]4?W_&%+\G\M&M)Ti"#6W^&!0k%XnV+OpEYa,ud7A_0+u%$pMHiYt)huVbG8g7<1`CT_&L0V2"3-AM7j[mNAYo>l?^/CK#jcB]u1?DRs&]\sUJI@a#icTTQ$l;+5/XG-8Z[e3s4)4bV:&gipA=atmb=HC%fGP+5Gt\+:IQVe/lu3jce#'8rJ_pc<;^@3:M3N:hURaaGeoT7-Y2>KjSR"-c\hli~>
|
|
||||||
endstream
|
|
||||||
endobj
|
|
||||||
57 0 obj
|
|
||||||
<< /Type /Page
|
|
||||||
/Parent 1 0 R
|
|
||||||
/MediaBox [ 0 0 612 792 ]
|
|
||||||
/Resources 3 0 R
|
|
||||||
/Contents 56 0 R
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
59 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\61\0\40\0\127\0\150\0\141\0\164\0\40\0\111\0\163\0\40\0\123\0\157\0\154\0\162\0\77)
|
|
||||||
/Parent 58 0 R
|
|
||||||
/Next 60 0 R
|
|
||||||
/A 9 0 R
|
|
||||||
>> endobj
|
|
||||||
60 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\62\0\40\0\116\0\145\0\167\0\163)
|
|
||||||
/Parent 58 0 R
|
|
||||||
/First 61 0 R
|
|
||||||
/Last 69 0 R
|
|
||||||
/Prev 59 0 R
|
|
||||||
/Count -9
|
|
||||||
/A 11 0 R
|
|
||||||
>> endobj
|
|
||||||
61 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\62\0\56\0\61\0\40\0\60\0\62\0\40\0\117\0\143\0\164\0\157\0\142\0\145\0\162\0\40\0\62\0\60\0\60\0\67\0\40\0\55\0\40\0\123\0\157\0\154\0\162\0\40\0\141\0\164\0\40\0\117\0\123\0\123\0\165\0\155\0\155\0\151\0\164\0\40\0\101\0\163\0\151\0\141)
|
|
||||||
/Parent 60 0 R
|
|
||||||
/Next 62 0 R
|
|
||||||
/A 13 0 R
|
|
||||||
>> endobj
|
|
||||||
62 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\62\0\56\0\62\0\40\0\60\0\63\0\40\0\123\0\145\0\160\0\164\0\145\0\155\0\142\0\145\0\162\0\40\0\62\0\60\0\60\0\67\0\40\0\55\0\40\0\114\0\165\0\143\0\145\0\156\0\145\0\40\0\141\0\164\0\40\0\101\0\160\0\141\0\143\0\150\0\145\0\103\0\157\0\156\0\40\0\101\0\164\0\154\0\141\0\156\0\164\0\141)
|
|
||||||
/Parent 60 0 R
|
|
||||||
/Prev 61 0 R
|
|
||||||
/Next 63 0 R
|
|
||||||
/A 15 0 R
|
|
||||||
>> endobj
|
|
||||||
63 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\62\0\56\0\63\0\40\0\60\0\66\0\40\0\112\0\165\0\156\0\145\0\40\0\62\0\60\0\60\0\67\0\72\0\40\0\122\0\145\0\154\0\145\0\141\0\163\0\145\0\40\0\61\0\56\0\62\0\40\0\141\0\166\0\141\0\151\0\154\0\141\0\142\0\154\0\145)
|
|
||||||
/Parent 60 0 R
|
|
||||||
/Prev 62 0 R
|
|
||||||
/Next 64 0 R
|
|
||||||
/A 17 0 R
|
|
||||||
>> endobj
|
|
||||||
64 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\62\0\56\0\64\0\40\0\61\0\67\0\40\0\112\0\141\0\156\0\165\0\141\0\162\0\171\0\40\0\62\0\60\0\60\0\67\0\72\0\40\0\123\0\157\0\154\0\162\0\40\0\147\0\162\0\141\0\144\0\165\0\141\0\164\0\145\0\163\0\40\0\146\0\162\0\157\0\155\0\40\0\111\0\156\0\143\0\165\0\142\0\141\0\164\0\157\0\162)
|
|
||||||
/Parent 60 0 R
|
|
||||||
/Prev 63 0 R
|
|
||||||
/Next 65 0 R
|
|
||||||
/A 19 0 R
|
|
||||||
>> endobj
|
|
||||||
65 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\62\0\56\0\65\0\40\0\62\0\62\0\40\0\104\0\145\0\143\0\145\0\155\0\142\0\145\0\162\0\40\0\62\0\60\0\60\0\66\0\72\0\40\0\122\0\145\0\154\0\145\0\141\0\163\0\145\0\40\0\61\0\56\0\61\0\56\0\60\0\40\0\141\0\166\0\141\0\151\0\154\0\141\0\142\0\154\0\145)
|
|
||||||
/Parent 60 0 R
|
|
||||||
/Prev 64 0 R
|
|
||||||
/Next 66 0 R
|
|
||||||
/A 21 0 R
|
|
||||||
>> endobj
|
|
||||||
66 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\62\0\56\0\66\0\40\0\61\0\65\0\40\0\101\0\165\0\147\0\165\0\163\0\164\0\40\0\62\0\60\0\60\0\66\0\72\0\40\0\123\0\157\0\154\0\162\0\40\0\141\0\164\0\40\0\101\0\160\0\141\0\143\0\150\0\145\0\103\0\157\0\156\0\40\0\125\0\123)
|
|
||||||
/Parent 60 0 R
|
|
||||||
/Prev 65 0 R
|
|
||||||
/Next 67 0 R
|
|
||||||
/A 23 0 R
|
|
||||||
>> endobj
|
|
||||||
67 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\62\0\56\0\67\0\40\0\62\0\61\0\40\0\101\0\160\0\162\0\151\0\154\0\40\0\62\0\60\0\60\0\66\0\72\0\40\0\123\0\157\0\154\0\162\0\40\0\141\0\164\0\40\0\101\0\160\0\141\0\143\0\150\0\145\0\103\0\157\0\156)
|
|
||||||
/Parent 60 0 R
|
|
||||||
/Prev 66 0 R
|
|
||||||
/Next 68 0 R
|
|
||||||
/A 25 0 R
|
|
||||||
>> endobj
|
|
||||||
68 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\62\0\56\0\70\0\40\0\62\0\61\0\40\0\106\0\145\0\142\0\162\0\165\0\141\0\162\0\171\0\40\0\62\0\60\0\60\0\66\0\72\0\40\0\156\0\151\0\147\0\150\0\164\0\154\0\171\0\40\0\142\0\165\0\151\0\154\0\144\0\163)
|
|
||||||
/Parent 60 0 R
|
|
||||||
/Prev 67 0 R
|
|
||||||
/Next 69 0 R
|
|
||||||
/A 27 0 R
|
|
||||||
>> endobj
|
|
||||||
69 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\62\0\56\0\71\0\40\0\61\0\67\0\40\0\112\0\141\0\156\0\165\0\141\0\162\0\171\0\40\0\62\0\60\0\60\0\66\0\72\0\40\0\123\0\157\0\154\0\162\0\40\0\112\0\157\0\151\0\156\0\163\0\40\0\101\0\160\0\141\0\143\0\150\0\145\0\40\0\111\0\156\0\143\0\165\0\142\0\141\0\164\0\157\0\162)
|
|
||||||
/Parent 60 0 R
|
|
||||||
/Prev 68 0 R
|
|
||||||
/A 29 0 R
|
|
||||||
>> endobj
|
|
||||||
70 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F3
|
|
||||||
/BaseFont /Helvetica-Bold
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
71 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F5
|
|
||||||
/BaseFont /Times-Roman
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
72 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F1
|
|
||||||
/BaseFont /Helvetica
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
73 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F2
|
|
||||||
/BaseFont /Helvetica-Oblique
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
74 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F7
|
|
||||||
/BaseFont /Times-Bold
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
1 0 obj
|
|
||||||
<< /Type /Pages
|
|
||||||
/Count 4
|
|
||||||
/Kids [6 0 R 31 0 R 47 0 R 57 0 R ] >>
|
|
||||||
endobj
|
|
||||||
2 0 obj
|
|
||||||
<< /Type /Catalog
|
|
||||||
/Pages 1 0 R
|
|
||||||
/Outlines 58 0 R
|
|
||||||
/PageMode /UseOutlines
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
3 0 obj
|
|
||||||
<<
|
|
||||||
/Font << /F3 70 0 R /F5 71 0 R /F1 72 0 R /F2 73 0 R /F7 74 0 R >>
|
|
||||||
/ProcSet [ /PDF /ImageC /Text ] >>
|
|
||||||
endobj
|
|
||||||
9 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [31 0 R /XYZ 85.0 659.0 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
11 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [31 0 R /XYZ 85.0 524.666 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
13 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [31 0 R /XYZ 85.0 493.532 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
15 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [31 0 R /XYZ 85.0 349.079 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
17 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [47 0 R /XYZ 85.0 659.0 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
19 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [47 0 R /XYZ 85.0 546.947 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
21 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [47 0 R /XYZ 85.0 495.694 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
23 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [47 0 R /XYZ 85.0 418.041 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
25 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [47 0 R /XYZ 85.0 353.588 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
27 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [47 0 R /XYZ 85.0 275.935 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
29 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [47 0 R /XYZ 85.0 198.282 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
58 0 obj
|
|
||||||
<<
|
|
||||||
/First 59 0 R
|
|
||||||
/Last 60 0 R
|
|
||||||
>> endobj
|
|
||||||
xref
|
|
||||||
0 75
|
|
||||||
0000000000 65535 f
|
|
||||||
0000017690 00000 n
|
|
||||||
0000017769 00000 n
|
|
||||||
0000017861 00000 n
|
|
||||||
0000000015 00000 n
|
|
||||||
0000000071 00000 n
|
|
||||||
0000001048 00000 n
|
|
||||||
0000001168 00000 n
|
|
||||||
0000001263 00000 n
|
|
||||||
0000017984 00000 n
|
|
||||||
0000001398 00000 n
|
|
||||||
0000018047 00000 n
|
|
||||||
0000001535 00000 n
|
|
||||||
0000018113 00000 n
|
|
||||||
0000001672 00000 n
|
|
||||||
0000018179 00000 n
|
|
||||||
0000001808 00000 n
|
|
||||||
0000018245 00000 n
|
|
||||||
0000001945 00000 n
|
|
||||||
0000018309 00000 n
|
|
||||||
0000002082 00000 n
|
|
||||||
0000018375 00000 n
|
|
||||||
0000002219 00000 n
|
|
||||||
0000018441 00000 n
|
|
||||||
0000002355 00000 n
|
|
||||||
0000018507 00000 n
|
|
||||||
0000002492 00000 n
|
|
||||||
0000018573 00000 n
|
|
||||||
0000002629 00000 n
|
|
||||||
0000018639 00000 n
|
|
||||||
0000002766 00000 n
|
|
||||||
0000006340 00000 n
|
|
||||||
0000006463 00000 n
|
|
||||||
0000006574 00000 n
|
|
||||||
0000006758 00000 n
|
|
||||||
0000006932 00000 n
|
|
||||||
0000007099 00000 n
|
|
||||||
0000007266 00000 n
|
|
||||||
0000007447 00000 n
|
|
||||||
0000007642 00000 n
|
|
||||||
0000007837 00000 n
|
|
||||||
0000008033 00000 n
|
|
||||||
0000008235 00000 n
|
|
||||||
0000008436 00000 n
|
|
||||||
0000008638 00000 n
|
|
||||||
0000008839 00000 n
|
|
||||||
0000009040 00000 n
|
|
||||||
0000011735 00000 n
|
|
||||||
0000011858 00000 n
|
|
||||||
0000011927 00000 n
|
|
||||||
0000012155 00000 n
|
|
||||||
0000012365 00000 n
|
|
||||||
0000012547 00000 n
|
|
||||||
0000012729 00000 n
|
|
||||||
0000012935 00000 n
|
|
||||||
0000013138 00000 n
|
|
||||||
0000013306 00000 n
|
|
||||||
0000013698 00000 n
|
|
||||||
0000018705 00000 n
|
|
||||||
0000013806 00000 n
|
|
||||||
0000013972 00000 n
|
|
||||||
0000014128 00000 n
|
|
||||||
0000014450 00000 n
|
|
||||||
0000014834 00000 n
|
|
||||||
0000015145 00000 n
|
|
||||||
0000015524 00000 n
|
|
||||||
0000015869 00000 n
|
|
||||||
0000016188 00000 n
|
|
||||||
0000016484 00000 n
|
|
||||||
0000016781 00000 n
|
|
||||||
0000017134 00000 n
|
|
||||||
0000017247 00000 n
|
|
||||||
0000017357 00000 n
|
|
||||||
0000017465 00000 n
|
|
||||||
0000017581 00000 n
|
|
||||||
trailer
|
|
||||||
<<
|
|
||||||
/Size 75
|
|
||||||
/Root 2 0 R
|
|
||||||
/Info 4 0 R
|
|
||||||
>>
|
|
||||||
startxref
|
|
||||||
18756
|
|
||||||
%%EOF
|
|
|
@ -1,118 +0,0 @@
|
||||||
%PDF-1.3
|
|
||||||
%ª«¬
|
|
||||||
4 0 obj
|
|
||||||
<< /Type /Info
|
|
||||||
/Producer (FOP 0.20.5) >>
|
|
||||||
endobj
|
|
||||||
5 0 obj
|
|
||||||
<< /Length 611 /Filter [ /ASCII85Decode /FlateDecode ]
|
|
||||||
>>
|
|
||||||
stream
|
|
||||||
Gasam9lldX&A@C2m&ftTWsBjT3$t3-j4kPoX*Ytt$r$J9&Ccnn?O:Oa8_d(\#A[DppYLA'%k5%nKtmk'O<+[KIlkLi-NPpu$QsFQ,o@(k$u$/8(RqkuQLKSuZ+X;AN>])^dk9DR/t74p^E@s3i"?)TJ^4m='N)if*)X;:7HkAC\$q:Y+ZH%,,=@eF>ue@PFAl_p:=m)A]sH0@(:uN[,mrqE2gVB/mua'YT-)Z\pZKK/V<!>(q7tI'+<jdL/";j!_PU=cOGY@c^NqA;1mS`D?pfC)L\)57j`%?G'a3'acq`H=M;.%Kd9Gn4Xq1O0g((H*Rnru#ES_<S7\q>o)/rSNL$l&SmkATq4_(+4gCT3+g>8OS*F%"MHoAF0Cf.J-fog\l4tVD,\o.7q$*&['/#7RXM$ReYMK\]@W$`Am<1H!".mN(_B]$$R?L`O%pCQ=9KT'UXa8^n(lFhor_,Y4GRmV8u7;qEQXdk?f&[7'\dRH3K;(eQkE1!Tm<nuP=2Fu%:+V@9g,u'VW,c"K08Fa)N^34'ooR:^p\I?-i)2lj:.F<[W5@uunDq[R.3e,#1B@RL:5'+V0;:r6&-=c*paOYNjrocL;r@\.X,[1~>
|
|
||||||
endstream
|
|
||||||
endobj
|
|
||||||
6 0 obj
|
|
||||||
<< /Type /Page
|
|
||||||
/Parent 1 0 R
|
|
||||||
/MediaBox [ 0 0 612 792 ]
|
|
||||||
/Resources 3 0 R
|
|
||||||
/Contents 5 0 R
|
|
||||||
/Annots 7 0 R
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
7 0 obj
|
|
||||||
[
|
|
||||||
8 0 R
|
|
||||||
9 0 R
|
|
||||||
]
|
|
||||||
endobj
|
|
||||||
8 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 436.26 585.8 456.912 573.8 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://issues.apache.org/jira/browse/SOLR)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
9 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 404.64 572.6 458.988 560.6 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (mailing_lists.html)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
10 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F3
|
|
||||||
/BaseFont /Helvetica-Bold
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
11 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F5
|
|
||||||
/BaseFont /Times-Roman
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
12 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F1
|
|
||||||
/BaseFont /Helvetica
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
13 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F2
|
|
||||||
/BaseFont /Helvetica-Oblique
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
1 0 obj
|
|
||||||
<< /Type /Pages
|
|
||||||
/Count 1
|
|
||||||
/Kids [6 0 R ] >>
|
|
||||||
endobj
|
|
||||||
2 0 obj
|
|
||||||
<< /Type /Catalog
|
|
||||||
/Pages 1 0 R
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
3 0 obj
|
|
||||||
<<
|
|
||||||
/Font << /F3 10 0 R /F5 11 0 R /F1 12 0 R /F2 13 0 R >>
|
|
||||||
/ProcSet [ /PDF /ImageC /Text ] >>
|
|
||||||
endobj
|
|
||||||
xref
|
|
||||||
0 14
|
|
||||||
0000000000 65535 f
|
|
||||||
0000001726 00000 n
|
|
||||||
0000001784 00000 n
|
|
||||||
0000001834 00000 n
|
|
||||||
0000000015 00000 n
|
|
||||||
0000000071 00000 n
|
|
||||||
0000000773 00000 n
|
|
||||||
0000000893 00000 n
|
|
||||||
0000000924 00000 n
|
|
||||||
0000001113 00000 n
|
|
||||||
0000001279 00000 n
|
|
||||||
0000001392 00000 n
|
|
||||||
0000001502 00000 n
|
|
||||||
0000001610 00000 n
|
|
||||||
trailer
|
|
||||||
<<
|
|
||||||
/Size 14
|
|
||||||
/Root 2 0 R
|
|
||||||
/Info 4 0 R
|
|
||||||
>>
|
|
||||||
startxref
|
|
||||||
1946
|
|
||||||
%%EOF
|
|
|
@ -1,94 +0,0 @@
|
||||||
%PDF-1.3
|
|
||||||
%ª«¬
|
|
||||||
4 0 obj
|
|
||||||
<< /Type /Info
|
|
||||||
/Producer (FOP 0.20.5) >>
|
|
||||||
endobj
|
|
||||||
5 0 obj
|
|
||||||
<< /Length 1067 /Filter [ /ASCII85Decode /FlateDecode ]
|
|
||||||
>>
|
|
||||||
stream
|
|
||||||
Gatm;_/e9Q&A@rkFA*1<J,i0O3GCY*9\O2!9lm6p*?sO27M_#;P4n@&,fbF6=W+(++b5;qDctpLH^7F`c,'Go!/#ARJ^(rG!e\)k$D@3g+DKCDJKSKCOKO6)8(UXsj5:&1Z2&E^.?"'\hq3XIhr`4.[C"t8<G57nl8\PNU_a6'"pfFo*ZU.`^`_n"dZpmP'=@RUjGpbkDAdP[%^I&>Q*?HGXZ*f;c:TD=)(ua8P'3KJ?.PFH9*'4k;%Il>J0`ulT4:P*3/_0c/<iFcT"Vg<H"gY8Cghh-r7dWL0?dj>_Is@'#!3@m.:C_'+:)B=OZl(0F+&A8C-@k\fP^9(o?LZ,,M"DBN*BZg`TTeP-B_gp-]6U`Gn@8`Lu/G>KeW^%`;E?-p4?CAcPKC1E>R-Up7@T^K=K7NQ#b.(n[';)3]!*Y_ERC\lU_Kt7f5uYqqaK^cII4m[2*>]mr<^'8/tfIms4h;AbFd<#HjmQ7_;2XO<iH`>,^dadcl?L(pUC"UG`du;1CHp'a'CM+(Mi;3lI!(??rEU<i+mQG\.(4'3u,9mu.`2CP(7^:+(\>O)F$lS0*g,]%!5mp(<pUa^L3konmQD]c'TnK_rcUr*b[](e;7@R-(qBYRCHOc+P-I?J&f!fZ3"kq'mh\>2Lia7d_)mO(O&2Ll%2f$CYfe#t`RGMm&jQFd]p/Z7%HOI#QJl*BM%!G4Z.%WQ5f]N%\SG9lV5o@V9e=)1oPBpr$_rM`Vm693LNL-Q&7Q,9]6[B&8&#)h%eF"SM'@@o_&S5tjqCh064rnmk3>5,)j9L;Stpp$EF82cBgj6FJD(KeCpN9\iZ)PGp^hlEM1j$)ZY^RH.T\kLoa/<51ipL7ja?'sn4Wfbkekc]IeAk-E9#+oKRUVJ8GF\9r(ALa"%VqY=C^Cc/r":igZ^&)`THOA6kNk,dr,&<&kB"4BM'J8%i;?obcdS2F"]2W)?ZWJbaaW704h-@mih,U&gXLNBUVInG!qd^EAL@uBU]6PqgXhTBR&VAl,;o4tb`:V:dMAu[I!mB[9^gU_.O9j6o+R>X\%O(&-kl[Js*F)b=~>
|
|
||||||
endstream
|
|
||||||
endobj
|
|
||||||
6 0 obj
|
|
||||||
<< /Type /Page
|
|
||||||
/Parent 1 0 R
|
|
||||||
/MediaBox [ 0 0 612 792 ]
|
|
||||||
/Resources 3 0 R
|
|
||||||
/Contents 5 0 R
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
7 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F3
|
|
||||||
/BaseFont /Helvetica-Bold
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
8 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F5
|
|
||||||
/BaseFont /Times-Roman
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
9 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F6
|
|
||||||
/BaseFont /Times-Italic
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
10 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F1
|
|
||||||
/BaseFont /Helvetica
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
11 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F2
|
|
||||||
/BaseFont /Helvetica-Oblique
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
1 0 obj
|
|
||||||
<< /Type /Pages
|
|
||||||
/Count 1
|
|
||||||
/Kids [6 0 R ] >>
|
|
||||||
endobj
|
|
||||||
2 0 obj
|
|
||||||
<< /Type /Catalog
|
|
||||||
/Pages 1 0 R
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
3 0 obj
|
|
||||||
<<
|
|
||||||
/Font << /F3 7 0 R /F5 8 0 R /F1 10 0 R /F6 9 0 R /F2 11 0 R >>
|
|
||||||
/ProcSet [ /PDF /ImageC /Text ] >>
|
|
||||||
endobj
|
|
||||||
xref
|
|
||||||
0 12
|
|
||||||
0000000000 65535 f
|
|
||||||
0000001891 00000 n
|
|
||||||
0000001949 00000 n
|
|
||||||
0000001999 00000 n
|
|
||||||
0000000015 00000 n
|
|
||||||
0000000071 00000 n
|
|
||||||
0000001230 00000 n
|
|
||||||
0000001336 00000 n
|
|
||||||
0000001448 00000 n
|
|
||||||
0000001557 00000 n
|
|
||||||
0000001667 00000 n
|
|
||||||
0000001775 00000 n
|
|
||||||
trailer
|
|
||||||
<<
|
|
||||||
/Size 12
|
|
||||||
/Root 2 0 R
|
|
||||||
/Info 4 0 R
|
|
||||||
>>
|
|
||||||
startxref
|
|
||||||
2119
|
|
||||||
%%EOF
|
|
|
@ -1,382 +0,0 @@
|
||||||
%PDF-1.3
|
|
||||||
%ª«¬
|
|
||||||
4 0 obj
|
|
||||||
<< /Type /Info
|
|
||||||
/Producer (FOP 0.20.5) >>
|
|
||||||
endobj
|
|
||||||
5 0 obj
|
|
||||||
<< /Length 425 /Filter [ /ASCII85Decode /FlateDecode ]
|
|
||||||
>>
|
|
||||||
stream
|
|
||||||
Gb!$BYuAO_'ZTnF'lQbNnGsdiUK'C#3dAWc3lI>k\P#:a@Qja<+itJa;R]7&ni\$9pOi?T._;3m?jT+q7>,P^70oB=!nr]%k%\U^KVqaF4*Z`$VJ7Gs`T5OO`(tY]Q1`-5*m;!--h%?*_0SbIU\BV=OFg<#%YcH_YI$(sDCIJts'M2*drjRrJE!OM7HP!^-&EW>B\:RYFnaY.m[$s5f"XG0>^fduHe6/++D0fY3@AWR@HYabmQ5jDQ.c0>I.uQX&(lA@VLm_s_9XnBh7%"*/%^]AO3eTI!BTo'pF?%''A*PDU*NW%d`2@p'@:D@U??4PP08m[K4N,8,(e`N+\7n+a>ac%q#,D8DRQ*3l]MS>'gn3lWNGmRAtQ7n]eDnLPrD!?DEdB/hNarb_7$B7U-H7!['nXLkV_no5AHq`>6~>
|
|
||||||
endstream
|
|
||||||
endobj
|
|
||||||
6 0 obj
|
|
||||||
<< /Type /Page
|
|
||||||
/Parent 1 0 R
|
|
||||||
/MediaBox [ 0 0 612 792 ]
|
|
||||||
/Resources 3 0 R
|
|
||||||
/Contents 5 0 R
|
|
||||||
/Annots 7 0 R
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
7 0 obj
|
|
||||||
[
|
|
||||||
8 0 R
|
|
||||||
10 0 R
|
|
||||||
12 0 R
|
|
||||||
]
|
|
||||||
endobj
|
|
||||||
8 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 102.0 559.666 137.324 547.666 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 9 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
10 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 102.0 541.466 164.648 529.466 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 11 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
12 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 102.0 523.266 154.016 511.266 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 13 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
14 0 obj
|
|
||||||
<< /Length 2197 /Filter [ /ASCII85Decode /FlateDecode ]
|
|
||||||
>>
|
|
||||||
stream
|
|
||||||
Gb"/)9lo&I&A@C2n5a2!7YkueV^?,ABrC@*[F.^sK-J\u-^*\VZ9A3]?'#&sU^3,]d[;/F9HjMs^A"j:!rHNC?7rs!0)f1q`$?\lOaRt/g/f.>-Am[t'`RUrGL7Uk8K90.i-up;qeIYfjWZ2&ki:[3`TuXFj]`a&Hbo8r&P(RZ+M_>&eY.T4jXOI%UHbq1GnF>g$KgW%R24nBkc\[qA$(koU$isG(W7`PE,nMam;U4(ZC8,Ca!_P2VYf>\V0gK0g;-.E[Y(&s=+&g6ms""'Ip>0b/D!>a&PX9eo_tuueR:b=r@6Q5LM],XbK;&L$0WubNX9c"=FM$543G_>rAQ_%2/dW<)/"U1&]l:AZ&\Mif8sF`r5>b<$lqK"2t]maZ*oDb!^$Zn6OC'%XkI];&*rkLP1BMGI@$,0fK(=gC-3q7n7d4EQ4DepBc'^Q^A%e?19a(`S*FHTN*RNjP&P%2`6%jpOU\DBUN)cnMYa3PQ!sYETiGJi'q>>m*e;[,.1l\rZo3K;>$K"a1:s3pU>o+:'7fND!+6GV@2G;qf`\`=J#WkOjSke<1f>VfbcUtXM"1jGN:@Ptec8Mc-hmS5S>q/nAY%[4%7BCI![NA:We(41]ld_`pU80;+e`1DbG.RQ:'#GQJAL2![aIWY'A*Y_>mF7>2S0IWM%nLg3%%;7r5=;3!7]05r?Ft-6I]9n9<Lb+:B=E*!8^]$9`UiKf`\`M;-o%O.g0)F=(=?[qc+HJhq0BO9jfLD<O'9]*n,ZrK>C\fUUF6R\9bPEVSutd9LFTpaoaP7Iuus-S#S.3;sVu-*T/:&2Ld]&g0oHoo`TmR'b]ps6hq9s&f+6_5c(k"m96-f:YA!:)K:q+(Hl=t`:+"<<V9NSKW!;_M1J^/lHH8on!\i;gmF)[%KTE$#LU#%U:#tmP/L6uEKiNP):=VPM<Lt!NI>lQm6B=K&/r/Ep6Y]EG.T/34(fT0=6_m5PA-7PVo:"r)W'.mX>1A8Yg9kfa?"Qp+ta7Hb$FM`*OP^>3Sg)P[?jIXd]i]"h)Tdjnm[6@=kmEBkP1/K[bg`"7U:BWk^=!+3\ANTnN75*Rh_<-UA*!&rr#KW/7EXkeJU9GF5RA,#kqJ5aC9Ra5,PsiI`uF23/B"nkPHe2Q;B@pBXGM-i;<'oOM,dc3'qL)Ne,OV2.*f^Bt;0P#roPn?h]@<RnIe!7?\#tM[!.2blSX<d1X(%ZY!g88S_/L=t5jCWooeWL(tk*\hmj-5JMtK[V#5J>-63,-9lQSF!dic13Ag\_]m=7Llb\*&C+>\+o6)Y,C._?+X1Qok%j>f[#T!,CD2T4cL'.Nb_Vit&M]!j7j6LHB.g9AQre&be$gJ<c;+UTKUa!5E#pM8dJ%N!d5/ucVUFL(+oBhWGlK\([L#B;k>hbAg68kDJf@XZ7'2791RD*qAP]u")(lEjX)\-#O$aK(E<RN^:9L@8L6]YUAt1>]jq*3XbL:3q:o&9gcZLl?:E-l'-dHf;;_hhH3m/Q<FPY/g[]/::WS>3]9jJRn>Z8]1Gt6PAVJ[r2gsg=4$!6I$RQ@Y6;H(U>,LWdW>Z5iTYZ'tAcSfoN,U=/fIoA::l8X^fXIa4m3-]9$Zc\E0H^!pmfeMjW3#p1J)pbH^VZML"NZ$U,Yg;f[AVrZRhlRCC[)D*>K0IRWR98A=<>dPSd)@Ec)OXGjK01hM%!FhVR[I<5Va3V,I"YuQZb-,XEM!Gk_-r<9T0W#M!!;RX!]MtBdJ0ah'FCoNF1r"gmU>Rb4aE:Z'I)d-f_1:B0gfmnM?K9ljY>R%*Fc9oYiohHndi(!dK+]ElID:<Q"lXKqqTE&r':_6UaFT`(mD'NPMh:t7!_)^B.dso/\CW_RVQ?:#W"(WA76('o9qt$^4krFT!Y_XaP"`3>'g:PKq6fKKHdO>bmG-2]ZmVcqs+ef-EWR(1Da)F&CoL[['3)UZ^!fo+Ua2NSC7m5oIXlLoF)+cWUr/MaMP@shSN$gD*jB=:/ru]MF>3-m'j6_-'>(Uq'PN4Fl*XC8ABmg\b`kmI@<0Sh)bkNopK]E6S7,V*o!<)infW?).%mtC2S8!kqh$BpiWu=4)><W_fs1`$.q$[DXh*J8JH8r!Z".=W&OPNF-1>.Wm+Mt.YPC"ZlO^Ge*Y5)8QlX2<So:7j.#u?pp;NtbZel#<_#-;#n#GSg-N\`U2aA6`FHJFIG6tJeCP`~>
|
|
||||||
endstream
|
|
||||||
endobj
|
|
||||||
15 0 obj
|
|
||||||
<< /Type /Page
|
|
||||||
/Parent 1 0 R
|
|
||||||
/MediaBox [ 0 0 612 792 ]
|
|
||||||
/Resources 3 0 R
|
|
||||||
/Contents 14 0 R
|
|
||||||
/Annots 16 0 R
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
16 0 obj
|
|
||||||
[
|
|
||||||
17 0 R
|
|
||||||
18 0 R
|
|
||||||
19 0 R
|
|
||||||
20 0 R
|
|
||||||
21 0 R
|
|
||||||
22 0 R
|
|
||||||
23 0 R
|
|
||||||
24 0 R
|
|
||||||
25 0 R
|
|
||||||
26 0 R
|
|
||||||
27 0 R
|
|
||||||
28 0 R
|
|
||||||
29 0 R
|
|
||||||
]
|
|
||||||
endobj
|
|
||||||
17 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 232.344 608.466 372.012 596.466 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (mailto:solr-user@lucene.apache.org)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
18 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 108.0 591.266 189.336 579.266 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (mailto:solr-user-subscribe@lucene.apache.org)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
19 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 108.0 578.066 215.988 566.066 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (mailto:solr-user-unsubscribe@lucene.apache.org)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
20 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 108.0 564.866 197.316 552.866 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://mail-archives.apache.org/mod_mbox/lucene-solr-user/)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
21 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 453.924 564.866 475.26 552.866 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://wiki.apache.org/solr/SolrResources)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
22 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 259.668 441.722 396.672 429.722 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (mailto:solr-dev@lucene.apache.org)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
23 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 108.0 424.522 189.336 412.522 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (mailto:solr-dev-subscribe@lucene.apache.org)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
24 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 108.0 411.322 215.988 399.322 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (mailto:solr-dev-unsubscribe@lucene.apache.org)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
25 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 108.0 398.122 197.316 386.122 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://mail-archives.apache.org/mod_mbox/lucene-solr-dev/)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
26 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 453.924 398.122 475.26 386.122 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://wiki.apache.org/solr/SolrResources)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
27 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 294.624 296.178 403.284 284.178 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (version_control.html)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
28 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 108.0 265.778 189.336 253.778 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (mailto:solr-commits-subscribe@lucene.apache.org)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
29 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 108.0 252.578 215.988 240.578 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (mailto:solr-commits-unsubscribe@lucene.apache.org)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
31 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\61\0\40\0\125\0\163\0\145\0\162\0\163)
|
|
||||||
/Parent 30 0 R
|
|
||||||
/Next 32 0 R
|
|
||||||
/A 9 0 R
|
|
||||||
>> endobj
|
|
||||||
32 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\62\0\40\0\104\0\145\0\166\0\145\0\154\0\157\0\160\0\145\0\162\0\163)
|
|
||||||
/Parent 30 0 R
|
|
||||||
/Prev 31 0 R
|
|
||||||
/Next 33 0 R
|
|
||||||
/A 11 0 R
|
|
||||||
>> endobj
|
|
||||||
33 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\63\0\40\0\103\0\157\0\155\0\155\0\151\0\164\0\163)
|
|
||||||
/Parent 30 0 R
|
|
||||||
/Prev 32 0 R
|
|
||||||
/A 13 0 R
|
|
||||||
>> endobj
|
|
||||||
34 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F3
|
|
||||||
/BaseFont /Helvetica-Bold
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
35 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F5
|
|
||||||
/BaseFont /Times-Roman
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
36 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F1
|
|
||||||
/BaseFont /Helvetica
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
37 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F2
|
|
||||||
/BaseFont /Helvetica-Oblique
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
38 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F7
|
|
||||||
/BaseFont /Times-Bold
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
1 0 obj
|
|
||||||
<< /Type /Pages
|
|
||||||
/Count 2
|
|
||||||
/Kids [6 0 R 15 0 R ] >>
|
|
||||||
endobj
|
|
||||||
2 0 obj
|
|
||||||
<< /Type /Catalog
|
|
||||||
/Pages 1 0 R
|
|
||||||
/Outlines 30 0 R
|
|
||||||
/PageMode /UseOutlines
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
3 0 obj
|
|
||||||
<<
|
|
||||||
/Font << /F3 34 0 R /F5 35 0 R /F1 36 0 R /F2 37 0 R /F7 38 0 R >>
|
|
||||||
/ProcSet [ /PDF /ImageC /Text ] >>
|
|
||||||
endobj
|
|
||||||
9 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [15 0 R /XYZ 85.0 659.0 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
11 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [15 0 R /XYZ 85.0 492.256 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
13 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [15 0 R /XYZ 85.0 325.512 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
30 0 obj
|
|
||||||
<<
|
|
||||||
/First 31 0 R
|
|
||||||
/Last 33 0 R
|
|
||||||
>> endobj
|
|
||||||
xref
|
|
||||||
0 39
|
|
||||||
0000000000 65535 f
|
|
||||||
0000007198 00000 n
|
|
||||||
0000007263 00000 n
|
|
||||||
0000007355 00000 n
|
|
||||||
0000000015 00000 n
|
|
||||||
0000000071 00000 n
|
|
||||||
0000000587 00000 n
|
|
||||||
0000000707 00000 n
|
|
||||||
0000000746 00000 n
|
|
||||||
0000007478 00000 n
|
|
||||||
0000000881 00000 n
|
|
||||||
0000007541 00000 n
|
|
||||||
0000001018 00000 n
|
|
||||||
0000007607 00000 n
|
|
||||||
0000001155 00000 n
|
|
||||||
0000003445 00000 n
|
|
||||||
0000003568 00000 n
|
|
||||||
0000003679 00000 n
|
|
||||||
0000003867 00000 n
|
|
||||||
0000004063 00000 n
|
|
||||||
0000004261 00000 n
|
|
||||||
0000004471 00000 n
|
|
||||||
0000004665 00000 n
|
|
||||||
0000004852 00000 n
|
|
||||||
0000005047 00000 n
|
|
||||||
0000005244 00000 n
|
|
||||||
0000005453 00000 n
|
|
||||||
0000005647 00000 n
|
|
||||||
0000005821 00000 n
|
|
||||||
0000006020 00000 n
|
|
||||||
0000007673 00000 n
|
|
||||||
0000006221 00000 n
|
|
||||||
0000006342 00000 n
|
|
||||||
0000006508 00000 n
|
|
||||||
0000006642 00000 n
|
|
||||||
0000006755 00000 n
|
|
||||||
0000006865 00000 n
|
|
||||||
0000006973 00000 n
|
|
||||||
0000007089 00000 n
|
|
||||||
trailer
|
|
||||||
<<
|
|
||||||
/Size 39
|
|
||||||
/Root 2 0 R
|
|
||||||
/Info 4 0 R
|
|
||||||
>>
|
|
||||||
startxref
|
|
||||||
7724
|
|
||||||
%%EOF
|
|
|
@ -1,23 +0,0 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
||||||
<!--
|
|
||||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
contributor license agreements. See the NOTICE file distributed with
|
|
||||||
this work for additional information regarding copyright ownership.
|
|
||||||
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
||||||
(the "License"); you may not use this file except in compliance with
|
|
||||||
the License. You may obtain a copy of the License at
|
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
See the License for the specific language governing permissions and
|
|
||||||
limitations under the License.
|
|
||||||
-->
|
|
||||||
<catalogue>
|
|
||||||
<message key="Font size:">Schriftgrösse:</message>
|
|
||||||
<message key="Last Published:">Zuletzt veröffentlicht:</message>
|
|
||||||
<message key="Search">Suche:</message>
|
|
||||||
<message key="Search the site with">Suche auf der Seite mit</message>
|
|
||||||
</catalogue>
|
|
|
@ -1,23 +0,0 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
||||||
<!--
|
|
||||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
contributor license agreements. See the NOTICE file distributed with
|
|
||||||
this work for additional information regarding copyright ownership.
|
|
||||||
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
||||||
(the "License"); you may not use this file except in compliance with
|
|
||||||
the License. You may obtain a copy of the License at
|
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
See the License for the specific language governing permissions and
|
|
||||||
limitations under the License.
|
|
||||||
-->
|
|
||||||
<catalogue>
|
|
||||||
<message key="Font size:">Font size:</message>
|
|
||||||
<message key="Last Published:">Last Published:</message>
|
|
||||||
<message key="Search">Search</message>
|
|
||||||
<message key="Search the site with">Search site with</message>
|
|
||||||
</catalogue>
|
|
|
@ -1,23 +0,0 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
||||||
<!--
|
|
||||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
contributor license agreements. See the NOTICE file distributed with
|
|
||||||
this work for additional information regarding copyright ownership.
|
|
||||||
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
||||||
(the "License"); you may not use this file except in compliance with
|
|
||||||
the License. You may obtain a copy of the License at
|
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
See the License for the specific language governing permissions and
|
|
||||||
limitations under the License.
|
|
||||||
-->
|
|
||||||
<catalogue>
|
|
||||||
<message key="Font size:">Tamaño del texto:</message>
|
|
||||||
<message key="Last Published:">Fecha de publicación:</message>
|
|
||||||
<message key="Search">Buscar</message>
|
|
||||||
<message key="Search the site with">Buscar en</message>
|
|
||||||
</catalogue>
|
|
|
@ -1,23 +0,0 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
||||||
<!--
|
|
||||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
contributor license agreements. See the NOTICE file distributed with
|
|
||||||
this work for additional information regarding copyright ownership.
|
|
||||||
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
||||||
(the "License"); you may not use this file except in compliance with
|
|
||||||
the License. You may obtain a copy of the License at
|
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
See the License for the specific language governing permissions and
|
|
||||||
limitations under the License.
|
|
||||||
-->
|
|
||||||
<catalogue>
|
|
||||||
<message key="Font size:">Taille :</message>
|
|
||||||
<message key="Last Published:">Dernière publication :</message>
|
|
||||||
<message key="Search">Rechercher</message>
|
|
||||||
<message key="Search the site with">Rechercher sur le site avec</message>
|
|
||||||
</catalogue>
|
|
|
@ -1,166 +0,0 @@
|
||||||
/*
|
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
|
||||||
* this work for additional information regarding copyright ownership.
|
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
|
||||||
* (the "License"); you may not use this file except in compliance with
|
|
||||||
* the License. You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* General
|
|
||||||
*/
|
|
||||||
|
|
||||||
img { border: 0; }
|
|
||||||
|
|
||||||
#content table {
|
|
||||||
border: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
/*Hack to get IE to render the table at 100%*/
|
|
||||||
* html #content table { margin-left: -3px; }
|
|
||||||
|
|
||||||
#content th,
|
|
||||||
#content td {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
|
||||||
|
|
||||||
.clearboth {
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
.note, .warning, .fixme {
|
|
||||||
border: solid black 1px;
|
|
||||||
margin: 1em 3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.note .label {
|
|
||||||
background: #369;
|
|
||||||
color: white;
|
|
||||||
font-weight: bold;
|
|
||||||
padding: 5px 10px;
|
|
||||||
}
|
|
||||||
.note .content {
|
|
||||||
background: #F0F0FF;
|
|
||||||
color: black;
|
|
||||||
line-height: 120%;
|
|
||||||
font-size: 90%;
|
|
||||||
padding: 5px 10px;
|
|
||||||
}
|
|
||||||
.warning .label {
|
|
||||||
background: #C00;
|
|
||||||
color: white;
|
|
||||||
font-weight: bold;
|
|
||||||
padding: 5px 10px;
|
|
||||||
}
|
|
||||||
.warning .content {
|
|
||||||
background: #FFF0F0;
|
|
||||||
color: black;
|
|
||||||
line-height: 120%;
|
|
||||||
font-size: 90%;
|
|
||||||
padding: 5px 10px;
|
|
||||||
}
|
|
||||||
.fixme .label {
|
|
||||||
background: #C6C600;
|
|
||||||
color: black;
|
|
||||||
font-weight: bold;
|
|
||||||
padding: 5px 10px;
|
|
||||||
}
|
|
||||||
.fixme .content {
|
|
||||||
padding: 5px 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Typography
|
|
||||||
*/
|
|
||||||
|
|
||||||
body {
|
|
||||||
font-family: verdana, "Trebuchet MS", arial, helvetica, sans-serif;
|
|
||||||
font-size: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#content {
|
|
||||||
font-family: Georgia, Palatino, Times, serif;
|
|
||||||
font-size: 95%;
|
|
||||||
}
|
|
||||||
#tabs {
|
|
||||||
font-size: 70%;
|
|
||||||
}
|
|
||||||
#menu {
|
|
||||||
font-size: 80%;
|
|
||||||
}
|
|
||||||
#footer {
|
|
||||||
font-size: 70%;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
|
||||||
font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
|
|
||||||
font-weight: bold;
|
|
||||||
margin-top: 1em;
|
|
||||||
margin-bottom: .5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
margin-top: 0;
|
|
||||||
margin-bottom: 1em;
|
|
||||||
font-size: 1.4em;
|
|
||||||
}
|
|
||||||
#content h1 {
|
|
||||||
font-size: 160%;
|
|
||||||
margin-bottom: .5em;
|
|
||||||
}
|
|
||||||
#menu h1 {
|
|
||||||
margin: 0;
|
|
||||||
padding: 10px;
|
|
||||||
background: #336699;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
h2 { font-size: 120%; }
|
|
||||||
h3 { font-size: 100%; }
|
|
||||||
h4 { font-size: 90%; }
|
|
||||||
h5 { font-size: 80%; }
|
|
||||||
h6 { font-size: 75%; }
|
|
||||||
|
|
||||||
p {
|
|
||||||
line-height: 120%;
|
|
||||||
text-align: left;
|
|
||||||
margin-top: .5em;
|
|
||||||
margin-bottom: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#content li,
|
|
||||||
#content th,
|
|
||||||
#content td,
|
|
||||||
#content li ul,
|
|
||||||
#content li ol{
|
|
||||||
margin-top: .5em;
|
|
||||||
margin-bottom: .5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#content li li,
|
|
||||||
#minitoc-area li{
|
|
||||||
margin-top: 0em;
|
|
||||||
margin-bottom: 0em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#content .attribution {
|
|
||||||
text-align: right;
|
|
||||||
font-style: italic;
|
|
||||||
font-size: 85%;
|
|
||||||
margin-top: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.codefrag {
|
|
||||||
font-family: "Courier New", Courier, monospace;
|
|
||||||
font-size: 110%;
|
|
||||||
}
|
|
|
@ -1,90 +0,0 @@
|
||||||
/*
|
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
|
||||||
* this work for additional information regarding copyright ownership.
|
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
|
||||||
* (the "License"); you may not use this file except in compliance with
|
|
||||||
* the License. You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
var PREPREND_CRUMBS=new Array();
|
|
||||||
var link1="@skinconfig.trail.link1.name@";
|
|
||||||
var link2="@skinconfig.trail.link2.name@";
|
|
||||||
var link3="@skinconfig.trail.link3.name@";
|
|
||||||
if(!(link1=="")&&!link1.indexOf( "@" ) == 0){
|
|
||||||
PREPREND_CRUMBS.push( new Array( link1, @skinconfig.trail.link1.href@ ) ); }
|
|
||||||
if(!(link2=="")&&!link2.indexOf( "@" ) == 0){
|
|
||||||
PREPREND_CRUMBS.push( new Array( link2, @skinconfig.trail.link2.href@ ) ); }
|
|
||||||
if(!(link3=="")&&!link3.indexOf( "@" ) == 0){
|
|
||||||
PREPREND_CRUMBS.push( new Array( link3, @skinconfig.trail.link3.href@ ) ); }
|
|
||||||
var DISPLAY_SEPARATOR=" > ";
|
|
||||||
var DISPLAY_PREPREND=" > ";
|
|
||||||
var DISPLAY_POSTPREND=":";
|
|
||||||
var CSS_CLASS_CRUMB="breadcrumb";
|
|
||||||
var CSS_CLASS_TRAIL="breadcrumbTrail";
|
|
||||||
var CSS_CLASS_SEPARATOR="crumbSeparator";
|
|
||||||
var FILE_EXTENSIONS=new Array( ".html", ".htm", ".jsp", ".php", ".php3", ".php4" );
|
|
||||||
var PATH_SEPARATOR="/";
|
|
||||||
|
|
||||||
function sc(s) {
|
|
||||||
var l=s.toLowerCase();
|
|
||||||
return l.substr(0,1).toUpperCase()+l.substr(1);
|
|
||||||
}
|
|
||||||
function getdirs() {
|
|
||||||
var t=document.location.pathname.split(PATH_SEPARATOR);
|
|
||||||
var lc=t[t.length-1];
|
|
||||||
for(var i=0;i < FILE_EXTENSIONS.length;i++)
|
|
||||||
{
|
|
||||||
if(lc.indexOf(FILE_EXTENSIONS[i]))
|
|
||||||
return t.slice(1,t.length-1); }
|
|
||||||
return t.slice(1,t.length);
|
|
||||||
}
|
|
||||||
function getcrumbs( d )
|
|
||||||
{
|
|
||||||
var pre = "/";
|
|
||||||
var post = "/";
|
|
||||||
var c = new Array();
|
|
||||||
if( d != null )
|
|
||||||
{
|
|
||||||
for(var i=0;i < d.length;i++) {
|
|
||||||
pre+=d[i]+postfix;
|
|
||||||
c.push(new Array(d[i],pre)); }
|
|
||||||
}
|
|
||||||
if(PREPREND_CRUMBS.length > 0 )
|
|
||||||
return PREPREND_CRUMBS.concat( c );
|
|
||||||
return c;
|
|
||||||
}
|
|
||||||
function gettrail( c )
|
|
||||||
{
|
|
||||||
var h=DISPLAY_PREPREND;
|
|
||||||
for(var i=0;i < c.length;i++)
|
|
||||||
{
|
|
||||||
h+='<a href="'+c[i][1]+'" >'+sc(c[i][0])+'</a>';
|
|
||||||
if(i!=(c.length-1))
|
|
||||||
h+=DISPLAY_SEPARATOR; }
|
|
||||||
return h+DISPLAY_POSTPREND;
|
|
||||||
}
|
|
||||||
|
|
||||||
function gettrailXHTML( c )
|
|
||||||
{
|
|
||||||
var h='<span class="'+CSS_CLASS_TRAIL+'">'+DISPLAY_PREPREND;
|
|
||||||
for(var i=0;i < c.length;i++)
|
|
||||||
{
|
|
||||||
h+='<a href="'+c[i][1]+'" class="'+CSS_CLASS_CRUMB+'">'+sc(c[i][0])+'</a>';
|
|
||||||
if(i!=(c.length-1))
|
|
||||||
h+='<span class="'+CSS_CLASS_SEPARATOR+'">'+DISPLAY_SEPARATOR+'</span>'; }
|
|
||||||
return h+DISPLAY_POSTPREND+'</span>';
|
|
||||||
}
|
|
||||||
|
|
||||||
if(document.location.href.toLowerCase().indexOf("http://")==-1)
|
|
||||||
document.write(gettrail(getcrumbs()));
|
|
||||||
else
|
|
||||||
document.write(gettrail(getcrumbs(getdirs())));
|
|
||||||
|
|
|
@ -1,237 +0,0 @@
|
||||||
/*
|
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
|
||||||
* this work for additional information regarding copyright ownership.
|
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
|
||||||
* (the "License"); you may not use this file except in compliance with
|
|
||||||
* the License. You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* This script, when included in a html file, builds a neat breadcrumb trail
|
|
||||||
* based on its url. That is, if it doesn't contains bugs (I'm relatively
|
|
||||||
* sure it does).
|
|
||||||
*
|
|
||||||
* Typical usage:
|
|
||||||
* <script type="text/javascript" language="JavaScript" src="breadcrumbs.js"></script>
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
* IE 5 on Mac doesn't know Array.push.
|
|
||||||
*
|
|
||||||
* Implement it - courtesy to fritz.
|
|
||||||
*/
|
|
||||||
var abc = new Array();
|
|
||||||
if (!abc.push) {
|
|
||||||
Array.prototype.push = function(what){this[this.length]=what}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ========================================================================
|
|
||||||
CONSTANTS
|
|
||||||
======================================================================== */
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Two-dimensional array containing extra crumbs to place at the front of
|
|
||||||
* the trail. Specify first the name of the crumb, then the URI that belongs
|
|
||||||
* to it. You'll need to modify this for every domain or subdomain where
|
|
||||||
* you use this script (you can leave it as an empty array if you wish)
|
|
||||||
*/
|
|
||||||
var PREPREND_CRUMBS = new Array();
|
|
||||||
|
|
||||||
var link1 = "@skinconfig.trail.link1.name@";
|
|
||||||
var link2 = "@skinconfig.trail.link2.name@";
|
|
||||||
var link3 = "@skinconfig.trail.link3.name@";
|
|
||||||
|
|
||||||
var href1 = "@skinconfig.trail.link1.href@";
|
|
||||||
var href2 = "@skinconfig.trail.link2.href@";
|
|
||||||
var href3 = "@skinconfig.trail.link3.href@";
|
|
||||||
|
|
||||||
if(!(link1=="")&&!link1.indexOf( "@" ) == 0){
|
|
||||||
PREPREND_CRUMBS.push( new Array( link1, href1 ) );
|
|
||||||
}
|
|
||||||
if(!(link2=="")&&!link2.indexOf( "@" ) == 0){
|
|
||||||
PREPREND_CRUMBS.push( new Array( link2, href2 ) );
|
|
||||||
}
|
|
||||||
if(!(link3=="")&&!link3.indexOf( "@" ) == 0){
|
|
||||||
PREPREND_CRUMBS.push( new Array( link3, href3 ) );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* String to include between crumbs:
|
|
||||||
*/
|
|
||||||
var DISPLAY_SEPARATOR = " > ";
|
|
||||||
/**
|
|
||||||
* String to include at the beginning of the trail
|
|
||||||
*/
|
|
||||||
var DISPLAY_PREPREND = " > ";
|
|
||||||
/**
|
|
||||||
* String to include at the end of the trail
|
|
||||||
*/
|
|
||||||
var DISPLAY_POSTPREND = "";
|
|
||||||
|
|
||||||
/**
|
|
||||||
* CSS Class to use for a single crumb:
|
|
||||||
*/
|
|
||||||
var CSS_CLASS_CRUMB = "breadcrumb";
|
|
||||||
|
|
||||||
/**
|
|
||||||
* CSS Class to use for the complete trail:
|
|
||||||
*/
|
|
||||||
var CSS_CLASS_TRAIL = "breadcrumbTrail";
|
|
||||||
|
|
||||||
/**
|
|
||||||
* CSS Class to use for crumb separator:
|
|
||||||
*/
|
|
||||||
var CSS_CLASS_SEPARATOR = "crumbSeparator";
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Array of strings containing common file extensions. We use this to
|
|
||||||
* determine what part of the url to ignore (if it contains one of the
|
|
||||||
* string specified here, we ignore it).
|
|
||||||
*/
|
|
||||||
var FILE_EXTENSIONS = new Array( ".html", ".htm", ".jsp", ".php", ".php3", ".php4" );
|
|
||||||
|
|
||||||
/**
|
|
||||||
* String that separates parts of the breadcrumb trail from each other.
|
|
||||||
* When this is no longer a slash, I'm sure I'll be old and grey.
|
|
||||||
*/
|
|
||||||
var PATH_SEPARATOR = "/";
|
|
||||||
|
|
||||||
/* ========================================================================
|
|
||||||
UTILITY FUNCTIONS
|
|
||||||
======================================================================== */
|
|
||||||
/**
|
|
||||||
* Capitalize first letter of the provided string and return the modified
|
|
||||||
* string.
|
|
||||||
*/
|
|
||||||
function sentenceCase( string )
|
|
||||||
{ return string;
|
|
||||||
//var lower = string.toLowerCase();
|
|
||||||
//return lower.substr(0,1).toUpperCase() + lower.substr(1);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Returns an array containing the names of all the directories in the
|
|
||||||
* current document URL
|
|
||||||
*/
|
|
||||||
function getDirectoriesInURL()
|
|
||||||
{
|
|
||||||
var trail = document.location.pathname.split( PATH_SEPARATOR );
|
|
||||||
|
|
||||||
// check whether last section is a file or a directory
|
|
||||||
var lastcrumb = trail[trail.length-1];
|
|
||||||
for( var i = 0; i < FILE_EXTENSIONS.length; i++ )
|
|
||||||
{
|
|
||||||
if( lastcrumb.indexOf( FILE_EXTENSIONS[i] ) )
|
|
||||||
{
|
|
||||||
// it is, remove it and send results
|
|
||||||
return trail.slice( 1, trail.length-1 );
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// it's not; send the trail unmodified
|
|
||||||
return trail.slice( 1, trail.length );
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ========================================================================
|
|
||||||
BREADCRUMB FUNCTIONALITY
|
|
||||||
======================================================================== */
|
|
||||||
/**
|
|
||||||
* Return a two-dimensional array describing the breadcrumbs based on the
|
|
||||||
* array of directories passed in.
|
|
||||||
*/
|
|
||||||
function getBreadcrumbs( dirs )
|
|
||||||
{
|
|
||||||
var prefix = "/";
|
|
||||||
var postfix = "/";
|
|
||||||
|
|
||||||
// the array we will return
|
|
||||||
var crumbs = new Array();
|
|
||||||
|
|
||||||
if( dirs != null )
|
|
||||||
{
|
|
||||||
for( var i = 0; i < dirs.length; i++ )
|
|
||||||
{
|
|
||||||
prefix += dirs[i] + postfix;
|
|
||||||
crumbs.push( new Array( dirs[i], prefix ) );
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// preprend the PREPREND_CRUMBS
|
|
||||||
if(PREPREND_CRUMBS.length > 0 )
|
|
||||||
{
|
|
||||||
return PREPREND_CRUMBS.concat( crumbs );
|
|
||||||
}
|
|
||||||
|
|
||||||
return crumbs;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Return a string containing a simple text breadcrumb trail based on the
|
|
||||||
* two-dimensional array passed in.
|
|
||||||
*/
|
|
||||||
function getCrumbTrail( crumbs )
|
|
||||||
{
|
|
||||||
var xhtml = DISPLAY_PREPREND;
|
|
||||||
|
|
||||||
for( var i = 0; i < crumbs.length; i++ )
|
|
||||||
{
|
|
||||||
xhtml += '<a href="' + crumbs[i][1] + '" >';
|
|
||||||
xhtml += unescape( crumbs[i][0] ) + '</a>';
|
|
||||||
if( i != (crumbs.length-1) )
|
|
||||||
{
|
|
||||||
xhtml += DISPLAY_SEPARATOR;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
xhtml += DISPLAY_POSTPREND;
|
|
||||||
|
|
||||||
return xhtml;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Return a string containing an XHTML breadcrumb trail based on the
|
|
||||||
* two-dimensional array passed in.
|
|
||||||
*/
|
|
||||||
function getCrumbTrailXHTML( crumbs )
|
|
||||||
{
|
|
||||||
var xhtml = '<span class="' + CSS_CLASS_TRAIL + '">';
|
|
||||||
xhtml += DISPLAY_PREPREND;
|
|
||||||
|
|
||||||
for( var i = 0; i < crumbs.length; i++ )
|
|
||||||
{
|
|
||||||
xhtml += '<a href="' + crumbs[i][1] + '" class="' + CSS_CLASS_CRUMB + '">';
|
|
||||||
xhtml += unescape( crumbs[i][0] ) + '</a>';
|
|
||||||
if( i != (crumbs.length-1) )
|
|
||||||
{
|
|
||||||
xhtml += '<span class="' + CSS_CLASS_SEPARATOR + '">' + DISPLAY_SEPARATOR + '</span>';
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
xhtml += DISPLAY_POSTPREND;
|
|
||||||
xhtml += '</span>';
|
|
||||||
|
|
||||||
return xhtml;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ========================================================================
|
|
||||||
PRINT BREADCRUMB TRAIL
|
|
||||||
======================================================================== */
|
|
||||||
|
|
||||||
// check if we're local; if so, only print the PREPREND_CRUMBS
|
|
||||||
if( document.location.href.toLowerCase().indexOf( "http://" ) == -1 )
|
|
||||||
{
|
|
||||||
document.write( getCrumbTrail( getBreadcrumbs() ) );
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
document.write( getCrumbTrail( getBreadcrumbs( getDirectoriesInURL() ) ) );
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,166 +0,0 @@
|
||||||
/*
|
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
|
||||||
* this work for additional information regarding copyright ownership.
|
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
|
||||||
* (the "License"); you may not use this file except in compliance with
|
|
||||||
* the License. You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
function init()
|
|
||||||
{ //embedded in the doc
|
|
||||||
//ndeSetTextSize();
|
|
||||||
}
|
|
||||||
|
|
||||||
function checkBrowser(){
|
|
||||||
if (!document.getElementsByTagName){
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
else{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
function ndeSetTextSize(chgsize,rs)
|
|
||||||
{
|
|
||||||
var startSize;
|
|
||||||
var newSize;
|
|
||||||
|
|
||||||
if (!checkBrowser)
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
startSize = parseInt(ndeGetDocTextSize());
|
|
||||||
|
|
||||||
if (!startSize)
|
|
||||||
{
|
|
||||||
startSize = 16;
|
|
||||||
}
|
|
||||||
|
|
||||||
switch (chgsize)
|
|
||||||
{
|
|
||||||
case 'incr':
|
|
||||||
newSize = startSize + 2;
|
|
||||||
break;
|
|
||||||
|
|
||||||
case 'decr':
|
|
||||||
newSize = startSize - 2;
|
|
||||||
break;
|
|
||||||
|
|
||||||
case 'reset':
|
|
||||||
if (rs) {newSize = rs;} else {newSize = 16;}
|
|
||||||
break;
|
|
||||||
|
|
||||||
default:
|
|
||||||
try{
|
|
||||||
newSize = parseInt(ndeReadCookie("nde-textsize"));
|
|
||||||
}
|
|
||||||
catch(e){
|
|
||||||
alert(e);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!newSize || newSize == 'NaN')
|
|
||||||
{
|
|
||||||
newSize = startSize;
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
if (newSize < 10)
|
|
||||||
{
|
|
||||||
newSize = 10;
|
|
||||||
}
|
|
||||||
|
|
||||||
newSize += 'px';
|
|
||||||
|
|
||||||
document.getElementsByTagName('html')[0].style.fontSize = newSize;
|
|
||||||
document.getElementsByTagName('body')[0].style.fontSize = newSize;
|
|
||||||
|
|
||||||
ndeCreateCookie("nde-textsize", newSize, 365);
|
|
||||||
}
|
|
||||||
|
|
||||||
function ndeGetDocTextSize()
|
|
||||||
{
|
|
||||||
if (!checkBrowser)
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
var size = 0;
|
|
||||||
var body = document.getElementsByTagName('body')[0];
|
|
||||||
|
|
||||||
if (body.style && body.style.fontSize)
|
|
||||||
{
|
|
||||||
size = body.style.fontSize;
|
|
||||||
}
|
|
||||||
else if (typeof(getComputedStyle) != 'undefined')
|
|
||||||
{
|
|
||||||
size = getComputedStyle(body,'').getPropertyValue('font-size');
|
|
||||||
}
|
|
||||||
else if (body.currentStyle)
|
|
||||||
{
|
|
||||||
size = body.currentStyle.fontSize;
|
|
||||||
}
|
|
||||||
|
|
||||||
//fix IE bug
|
|
||||||
if( isNaN(size)){
|
|
||||||
if(size.substring(size.length-1)=="%"){
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
return size;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function ndeCreateCookie(name,value,days)
|
|
||||||
{
|
|
||||||
var cookie = name + "=" + value + ";";
|
|
||||||
|
|
||||||
if (days)
|
|
||||||
{
|
|
||||||
var date = new Date();
|
|
||||||
date.setTime(date.getTime()+(days*24*60*60*1000));
|
|
||||||
cookie += " expires=" + date.toGMTString() + ";";
|
|
||||||
}
|
|
||||||
cookie += " path=/";
|
|
||||||
|
|
||||||
document.cookie = cookie;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
function ndeReadCookie(name)
|
|
||||||
{
|
|
||||||
var nameEQ = name + "=";
|
|
||||||
var ca = document.cookie.split(';');
|
|
||||||
|
|
||||||
|
|
||||||
for(var i = 0; i < ca.length; i++)
|
|
||||||
{
|
|
||||||
var c = ca[i];
|
|
||||||
while (c.charAt(0) == ' ')
|
|
||||||
{
|
|
||||||
c = c.substring(1, c.length);
|
|
||||||
}
|
|
||||||
|
|
||||||
ctest = c.substring(0,name.length);
|
|
||||||
|
|
||||||
if(ctest == name){
|
|
||||||
return c.substring(nameEQ.length,c.length);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return null;
|
|
||||||
}
|
|
|
@ -1,40 +0,0 @@
|
||||||
/*
|
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
|
||||||
* this work for additional information regarding copyright ownership.
|
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
|
||||||
* (the "License"); you may not use this file except in compliance with
|
|
||||||
* the License. You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* getBlank script - when included in a html file and called from a form text field, will set the value of this field to ""
|
|
||||||
* if the text value is still the standard value.
|
|
||||||
* getPrompt script - when included in a html file and called from a form text field, will set the value of this field to the prompt
|
|
||||||
* if the text value is empty.
|
|
||||||
*
|
|
||||||
* Typical usage:
|
|
||||||
* <script type="text/javascript" language="JavaScript" src="getBlank.js"></script>
|
|
||||||
* <input type="text" id="query" value="Search the site:" onFocus="getBlank (this, 'Search the site:');" onBlur="getBlank (this, 'Search the site:');"/>
|
|
||||||
*/
|
|
||||||
<!--
|
|
||||||
function getBlank (form, stdValue){
|
|
||||||
if (form.value == stdValue){
|
|
||||||
form.value = '';
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
function getPrompt (form, stdValue){
|
|
||||||
if (form.value == ''){
|
|
||||||
form.value = stdValue;
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
//-->
|
|
|
@ -1,45 +0,0 @@
|
||||||
/*
|
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
|
||||||
* this work for additional information regarding copyright ownership.
|
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
|
||||||
* (the "License"); you may not use this file except in compliance with
|
|
||||||
* the License. You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* This script, when included in a html file, can be used to make collapsible menus
|
|
||||||
*
|
|
||||||
* Typical usage:
|
|
||||||
* <script type="text/javascript" language="JavaScript" src="menu.js"></script>
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (document.getElementById){
|
|
||||||
document.write('<style type="text/css">.menuitemgroup{display: none;}</style>')
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
function SwitchMenu(obj, thePath)
|
|
||||||
{
|
|
||||||
var open = 'url("'+thePath + 'images/chapter_open.gif")';
|
|
||||||
var close = 'url("'+thePath + 'images/chapter.gif")';
|
|
||||||
if(document.getElementById) {
|
|
||||||
var el = document.getElementById(obj);
|
|
||||||
var title = document.getElementById(obj+'Title');
|
|
||||||
|
|
||||||
if(el.style.display != "block"){
|
|
||||||
title.style.backgroundImage = open;
|
|
||||||
el.style.display = "block";
|
|
||||||
}else{
|
|
||||||
title.style.backgroundImage = close;
|
|
||||||
el.style.display = "none";
|
|
||||||
}
|
|
||||||
}// end - if(document.getElementById)
|
|
||||||
}//end - function SwitchMenu(obj)
|
|
|
@ -1 +0,0 @@
|
||||||
The images in this directory are used if the current skin lacks them.
|
|
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 49 B |
Before Width: | Height: | Size: 49 B |
Before Width: | Height: | Size: 54 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 71 B |
Before Width: | Height: | Size: 932 B |
Before Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 743 B |
Before Width: | Height: | Size: 37 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 285 B |
Before Width: | Height: | Size: 54 B |
Before Width: | Height: | Size: 79 B |
Before Width: | Height: | Size: 1008 B |
Before Width: | Height: | Size: 856 B |
Before Width: | Height: | Size: 603 B |
Before Width: | Height: | Size: 348 B |
Before Width: | Height: | Size: 319 B |
Before Width: | Height: | Size: 200 B |
Before Width: | Height: | Size: 199 B |
Before Width: | Height: | Size: 209 B |
Before Width: | Height: | Size: 199 B |
Before Width: | Height: | Size: 390 B |
Before Width: | Height: | Size: 214 B |
Before Width: | Height: | Size: 215 B |
Before Width: | Height: | Size: 214 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 43 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 784 B |
Before Width: | Height: | Size: 990 B |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 992 B |
|
@ -1,48 +0,0 @@
|
||||||
/*
|
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
|
||||||
* this work for additional information regarding copyright ownership.
|
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
|
||||||
* (the "License"); you may not use this file except in compliance with
|
|
||||||
* the License. You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* This script, when included in a html file, can be used to make collapsible menus
|
|
||||||
*
|
|
||||||
* Typical usage:
|
|
||||||
* <script type="text/javascript" language="JavaScript" src="menu.js"></script>
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (document.getElementById){
|
|
||||||
document.write('<style type="text/css">.menuitemgroup{display: none;}</style>')
|
|
||||||
}
|
|
||||||
|
|
||||||
function SwitchMenu(obj)
|
|
||||||
{
|
|
||||||
if(document.getElementById) {
|
|
||||||
var el = document.getElementById(obj);
|
|
||||||
var title = document.getElementById(obj+'Title');
|
|
||||||
|
|
||||||
if(obj.indexOf("_selected_")==0&&el.style.display == ""){
|
|
||||||
el.style.display = "block";
|
|
||||||
title.className = "pagegroupselected";
|
|
||||||
}
|
|
||||||
|
|
||||||
if(el.style.display != "block"){
|
|
||||||
el.style.display = "block";
|
|
||||||
title.className = "pagegroupopen";
|
|
||||||
}
|
|
||||||
else{
|
|
||||||
el.style.display = "none";
|
|
||||||
title.className = "pagegroup";
|
|
||||||
}
|
|
||||||
}// end - if(document.getElementById)
|
|
||||||
}//end - function SwitchMenu(obj)
|
|
|
@ -1,50 +0,0 @@
|
||||||
Notes for developer:
|
|
||||||
|
|
||||||
--Legend-------------------
|
|
||||||
TODO -> blocker
|
|
||||||
DONE -> blocker
|
|
||||||
ToDo -> enhancement bug
|
|
||||||
done -> enhancement bug
|
|
||||||
|
|
||||||
--Issues-------------------
|
|
||||||
- the corner images should be rendered through svg with the header color.
|
|
||||||
-> DONE
|
|
||||||
-> ToDo: get rid of the images and use only divs!
|
|
||||||
|
|
||||||
- the menu points should be displayed "better".
|
|
||||||
-> DONE
|
|
||||||
-- Use the krysalis-site menu approach for the overall menu display.
|
|
||||||
-> DONE
|
|
||||||
-- Use the old lenya innermenu approch to further enhance the menu .
|
|
||||||
-> DONE
|
|
||||||
|
|
||||||
- the content area needs some attention.
|
|
||||||
-> DONE
|
|
||||||
-- introduce the heading scheme from krysalis (<headings type="clean|box|underlined"/>)
|
|
||||||
-> DONE
|
|
||||||
-> ToDo: make box with round corners
|
|
||||||
-> done: make underlined with variable border height
|
|
||||||
-> ToDo: make underline with bottom round corner
|
|
||||||
-- introduce the toc for each html-page
|
|
||||||
-> DONE
|
|
||||||
-- introduce the external-link-images.
|
|
||||||
-> DONE
|
|
||||||
|
|
||||||
- the publish note should be where now only a border is.
|
|
||||||
Like <div id="published"/>
|
|
||||||
-> DONE
|
|
||||||
, but make it configurable.
|
|
||||||
-> DONE
|
|
||||||
- footer needs some attention
|
|
||||||
-> DONE
|
|
||||||
-- the footer do not have the color profile! Enable it!
|
|
||||||
-> DONE
|
|
||||||
-- the footer should as well contain a feedback link.
|
|
||||||
See http://issues.apache.org/eyebrowse/ReadMsg?listName=forrest-user@xml.apache.org&msgNo=71
|
|
||||||
-> DONE
|
|
||||||
|
|
||||||
- introduce credits alternativ location
|
|
||||||
-> DONE
|
|
||||||
|
|
||||||
- border for published / breadtrail / menu /tab divs
|
|
||||||
-> ToDo
|
|
|
@ -1,54 +0,0 @@
|
||||||
/*
|
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
|
||||||
* this work for additional information regarding copyright ownership.
|
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
|
||||||
* (the "License"); you may not use this file except in compliance with
|
|
||||||
* the License. You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
body {
|
|
||||||
font-family: Georgia, Palatino, serif;
|
|
||||||
font-size: 12pt;
|
|
||||||
background: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tabs,
|
|
||||||
#menu,
|
|
||||||
#content .toc {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#content {
|
|
||||||
width: auto;
|
|
||||||
padding: 0;
|
|
||||||
float: none !important;
|
|
||||||
color: black;
|
|
||||||
background: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:link, a:visited {
|
|
||||||
color: #336699;
|
|
||||||
background: inherit;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
#top .logo {
|
|
||||||
padding: 0;
|
|
||||||
margin: 0 0 2em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#footer {
|
|
||||||
margin-top: 4em;
|
|
||||||
}
|
|
||||||
|
|
||||||
acronym {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
|
@ -1,175 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
/* ==================== aural ============================ */
|
|
||||||
|
|
||||||
@media aural {
|
|
||||||
h1, h2, h3, h4, h5, h6 { voice-family: paul, male; stress: 20; richness: 90 }
|
|
||||||
h1 { pitch: x-low; pitch-range: 90 }
|
|
||||||
h2 { pitch: x-low; pitch-range: 80 }
|
|
||||||
h3 { pitch: low; pitch-range: 70 }
|
|
||||||
h4 { pitch: medium; pitch-range: 60 }
|
|
||||||
h5 { pitch: medium; pitch-range: 50 }
|
|
||||||
h6 { pitch: medium; pitch-range: 40 }
|
|
||||||
li, dt, dd { pitch: medium; richness: 60 }
|
|
||||||
dt { stress: 80 }
|
|
||||||
pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
|
|
||||||
em { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
|
|
||||||
strong { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
|
|
||||||
dfn { pitch: high; pitch-range: 60; stress: 60 }
|
|
||||||
s, strike { richness: 0 }
|
|
||||||
i { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
|
|
||||||
b { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
|
|
||||||
u { richness: 0 }
|
|
||||||
|
|
||||||
:link { voice-family: harry, male }
|
|
||||||
:visited { voice-family: betty, female }
|
|
||||||
:active { voice-family: betty, female; pitch-range: 80; pitch: x-high }
|
|
||||||
}
|
|
||||||
|
|
||||||
a.external {
|
|
||||||
padding: 0 20px 0px 0px;
|
|
||||||
display:inline;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: center right;
|
|
||||||
background-image: url(images/external-link.gif);
|
|
||||||
}
|
|
||||||
|
|
||||||
#top { background-color: #FFFFFF;}
|
|
||||||
|
|
||||||
#top .header .current { background-color: #4C6C8F;}
|
|
||||||
#top .header .current a:link { color: #ffffff; }
|
|
||||||
#top .header .current a:visited { color: #ffffff; }
|
|
||||||
#top .header .current a:hover { color: #ffffff; }
|
|
||||||
|
|
||||||
#tabs li { background-color: #E5E4D9 ;}
|
|
||||||
#tabs li a:link { color: #000000; }
|
|
||||||
#tabs li a:visited { color: #000000; }
|
|
||||||
#tabs li a:hover { color: #000000; }
|
|
||||||
|
|
||||||
#level2tabs a.selected { background-color: #4C6C8F ;}
|
|
||||||
#level2tabs a:link { color: #ffffff; }
|
|
||||||
#level2tabs a:visited { color: #ffffff; }
|
|
||||||
#level2tabs a:hover { color: #ffffff; }
|
|
||||||
|
|
||||||
#level2tabs { background-color: #E5E4D9;}
|
|
||||||
#level2tabs a.unselected:link { color: #000000; }
|
|
||||||
#level2tabs a.unselected:visited { color: #000000; }
|
|
||||||
#level2tabs a.unselected:hover { color: #000000; }
|
|
||||||
|
|
||||||
.heading { background-color: #E5E4D9;}
|
|
||||||
|
|
||||||
.boxed { background-color: #E5E4D9;}
|
|
||||||
.underlined_5 {border-bottom: solid 5px #E5E4D9;}
|
|
||||||
.underlined_10 {border-bottom: solid 10px #E5E4D9;}
|
|
||||||
table caption {
|
|
||||||
background-color: #E5E4D9;
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
#feedback {
|
|
||||||
color: #FFFFFF;
|
|
||||||
background: #4C6C8F;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
#feedback #feedbackto {
|
|
||||||
color: #FFFFFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
#publishedStrip {
|
|
||||||
color: #FFFFFF;
|
|
||||||
background: #4C6C8F;
|
|
||||||
}
|
|
||||||
|
|
||||||
#publishedStrip {
|
|
||||||
color: #000000;
|
|
||||||
background: #E5E4D9;
|
|
||||||
}
|
|
||||||
|
|
||||||
#menu .menupagetitle { background-color: #CFDCED;
|
|
||||||
color: #000000;}
|
|
||||||
|
|
||||||
#menu { border-color: #999999;}
|
|
||||||
#menu .menupagetitle { border-color: #999999;}
|
|
||||||
#menu .menupageitemgroup { border-color: #999999;}
|
|
||||||
|
|
||||||
#menu { background-color: #4C6C8F;}
|
|
||||||
#menu { color: #ffffff;}
|
|
||||||
#menu a:link { color: #ffffff;}
|
|
||||||
#menu a:visited { color: #ffffff;}
|
|
||||||
#menu a:hover {
|
|
||||||
background-color: #4C6C8F;
|
|
||||||
color: #ffffff;}
|
|
||||||
|
|
||||||
#menu h1 {
|
|
||||||
color: #000000;
|
|
||||||
background-color: #cfdced;
|
|
||||||
}
|
|
||||||
|
|
||||||
#top .searchbox {
|
|
||||||
background-color: #E5E4D9 ;
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
#menu .menupageitemgroup {
|
|
||||||
background-color: #E5E4D9;
|
|
||||||
}
|
|
||||||
#menu .menupageitem {
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
#menu .menupageitem a:link { color: #000000;}
|
|
||||||
#menu .menupageitem a:visited { color: #000000;}
|
|
||||||
#menu .menupageitem a:hover {
|
|
||||||
background-color: #E5E4D9;
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
body{
|
|
||||||
background-color: #ffffff;
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
a:link { color:#0000ff}
|
|
||||||
a:visited { color:#009999}
|
|
||||||
a:hover { color:#6587ff}
|
|
||||||
|
|
||||||
|
|
||||||
.ForrestTable { background-color: #ccc;}
|
|
||||||
|
|
||||||
.ForrestTable td { background-color: #ffffff;}
|
|
||||||
|
|
||||||
.highlight { background-color: #ffff00;}
|
|
||||||
|
|
||||||
.fixme { border-color: #c60;}
|
|
||||||
|
|
||||||
.note { border-color: #069;}
|
|
||||||
|
|
||||||
.warning { border-color: #900;}
|
|
||||||
|
|
||||||
.code { border-color: #a5b6c6;}
|
|
||||||
|
|
||||||
#footer { background-color: #E5E4D9;}
|
|
||||||
/* extra-css */
|
|
||||||
|
|
||||||
p.quote {
|
|
||||||
margin-left: 2em;
|
|
||||||
padding: .5em;
|
|
||||||
background-color: #f0f0f0;
|
|
||||||
font-family: monospace;
|
|
||||||
}
|
|
||||||
img.float-right {
|
|
||||||
float: right;
|
|
||||||
margin-left: 2em;
|
|
||||||
padding: .5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#footer a { color: #0F3660; }
|
|
||||||
#footer a:visited { color: #009999; }
|
|
||||||
|
|
||||||
pre.code {
|
|
||||||
margin-left: 2em;
|
|
||||||
margin-right: 2em;
|
|
||||||
padding: 0.5em;
|
|
||||||
background-color: #f0f0f0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,587 +0,0 @@
|
||||||
/*
|
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
|
||||||
* this work for additional information regarding copyright ownership.
|
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
|
||||||
* (the "License"); you may not use this file except in compliance with
|
|
||||||
* the License. You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
body { margin: 0px 0px 0px 0px; font-family: Verdana, Helvetica, sans-serif; }
|
|
||||||
|
|
||||||
h1 { font-size : 160%; margin: 0px 0px 0px 0px; padding: 0px; }
|
|
||||||
h2 { font-size : 140%; margin: 1em 0px 0.8em 0px; padding: 0px; font-weight : bold;}
|
|
||||||
h3 { font-size : 130%; margin: 0.8em 0px 0px 0px; padding: 0px; font-weight : bold; }
|
|
||||||
.h3 { margin: 22px 0px 3px 0px; }
|
|
||||||
h4 { font-size : 120%; margin: 0.7em 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; }
|
|
||||||
.h4 { margin: 18px 0px 0px 0px; }
|
|
||||||
h4.faq { font-size : 120%; margin: 18px 0px 0px 0px; padding: 0px; font-weight : bold; text-align: left; }
|
|
||||||
h5 { font-size : 100%; margin: 14px 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; }
|
|
||||||
|
|
||||||
/**
|
|
||||||
* table
|
|
||||||
*/
|
|
||||||
table .title { background-color: #000000; }
|
|
||||||
.ForrestTable {
|
|
||||||
color: #ffffff;
|
|
||||||
background-color: #7099C5;
|
|
||||||
width: 100%;
|
|
||||||
font-size : 100%;
|
|
||||||
empty-cells: show;
|
|
||||||
}
|
|
||||||
table caption {
|
|
||||||
padding-left: 5px;
|
|
||||||
color: white;
|
|
||||||
text-align: left;
|
|
||||||
font-weight: bold;
|
|
||||||
background-color: #000000;
|
|
||||||
}
|
|
||||||
.ForrestTable td {
|
|
||||||
color: black;
|
|
||||||
background-color: #f0f0ff;
|
|
||||||
}
|
|
||||||
.ForrestTable th { text-align: center; }
|
|
||||||
/**
|
|
||||||
* Page Header
|
|
||||||
*/
|
|
||||||
|
|
||||||
#top {
|
|
||||||
position: relative;
|
|
||||||
float: left;
|
|
||||||
width: 100%;
|
|
||||||
background: #294563; /* if you want a background in the header, put it here */
|
|
||||||
}
|
|
||||||
|
|
||||||
#top .breadtrail {
|
|
||||||
background: #CFDCED;
|
|
||||||
color: black;
|
|
||||||
border-bottom: solid 1px white;
|
|
||||||
padding: 3px 10px;
|
|
||||||
font-size: 75%;
|
|
||||||
}
|
|
||||||
#top .breadtrail a { color: black; }
|
|
||||||
|
|
||||||
#top .header {
|
|
||||||
float: left;
|
|
||||||
width: 100%;
|
|
||||||
background: url("images/header_white_line.gif") repeat-x bottom;
|
|
||||||
}
|
|
||||||
|
|
||||||
#top .grouplogo {
|
|
||||||
padding: 7px 0 10px 10px;
|
|
||||||
float: left;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
#top .projectlogo {
|
|
||||||
padding: 7px 0 10px 10px;
|
|
||||||
float: left;
|
|
||||||
width: 33%;
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
#top .projectlogoA1 {
|
|
||||||
padding: 7px 0 10px 10px;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
html>body #top .searchbox {
|
|
||||||
bottom: 0px;
|
|
||||||
}
|
|
||||||
#top .searchbox {
|
|
||||||
position: absolute;
|
|
||||||
right: 10px;
|
|
||||||
height: 42px;
|
|
||||||
font-size: 70%;
|
|
||||||
white-space: nowrap;
|
|
||||||
text-align: right;
|
|
||||||
color: white;
|
|
||||||
background-color: #000000;
|
|
||||||
z-index:0;
|
|
||||||
background-image: url(images/rc-t-l-5-1header-2searchbox-3searchbox.png);
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: top left;
|
|
||||||
bottom: -1px; /* compensate for IE rendering issue */
|
|
||||||
}
|
|
||||||
|
|
||||||
#top .searchbox form {
|
|
||||||
padding: 5px 10px;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
#top .searchbox p {
|
|
||||||
padding: 0 0 2px 0;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
#top .searchbox input {
|
|
||||||
font-size: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tabs {
|
|
||||||
clear: both;
|
|
||||||
padding-left: 10px;
|
|
||||||
margin: 0;
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
/* background: #CFDCED url("images/tab-right.gif") no-repeat right top;*/
|
|
||||||
#tabs li {
|
|
||||||
float: left;
|
|
||||||
background-image: url(images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png);
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: top right;
|
|
||||||
background-color: #000000;
|
|
||||||
margin: 0 3px 0 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*background: url("images/tab-left.gif") no-repeat left top;*/
|
|
||||||
#tabs li a {
|
|
||||||
float: left;
|
|
||||||
display: block;
|
|
||||||
font-family: verdana, arial, sans-serif;
|
|
||||||
text-decoration: none;
|
|
||||||
color: black;
|
|
||||||
white-space: nowrap;
|
|
||||||
background-image: url(images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png);
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: top left;
|
|
||||||
padding: 5px 15px 4px;
|
|
||||||
width: .1em; /* IE/Win fix */
|
|
||||||
}
|
|
||||||
|
|
||||||
#tabs li a:hover {
|
|
||||||
|
|
||||||
cursor: pointer;
|
|
||||||
text-decoration:underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tabs > li a { width: auto; } /* Rest of IE/Win fix */
|
|
||||||
|
|
||||||
/* Commented Backslash Hack hides rule from IE5-Mac \*/
|
|
||||||
#tabs a { float: none; }
|
|
||||||
/* End IE5-Mac hack */
|
|
||||||
|
|
||||||
#top .header .current {
|
|
||||||
background-color: #4C6C8F;
|
|
||||||
background-image: url(images/rc-t-r-5-1header-2tab-selected-3tab-selected.png);
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: top right;
|
|
||||||
}
|
|
||||||
#top .header .current a {
|
|
||||||
font-weight: bold;
|
|
||||||
padding-bottom: 5px;
|
|
||||||
color: white;
|
|
||||||
background-image: url(images/rc-t-l-5-1header-2tab-selected-3tab-selected.png);
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: top left;
|
|
||||||
}
|
|
||||||
#publishedStrip {
|
|
||||||
padding-right: 10px;
|
|
||||||
padding-left: 20px;
|
|
||||||
padding-top: 3px;
|
|
||||||
padding-bottom:3px;
|
|
||||||
color: #ffffff;
|
|
||||||
font-size : 60%;
|
|
||||||
font-weight: bold;
|
|
||||||
background-color: #4C6C8F;
|
|
||||||
text-align:right;
|
|
||||||
}
|
|
||||||
|
|
||||||
#level2tabs {
|
|
||||||
margin: 0;
|
|
||||||
float:left;
|
|
||||||
position:relative;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#level2tabs a:hover {
|
|
||||||
|
|
||||||
cursor: pointer;
|
|
||||||
text-decoration:underline;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#level2tabs a{
|
|
||||||
|
|
||||||
cursor: pointer;
|
|
||||||
text-decoration:none;
|
|
||||||
background-image: url('images/chapter.gif');
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: center left;
|
|
||||||
padding-left: 6px;
|
|
||||||
margin-left: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* border-top: solid #4C6C8F 15px;
|
|
||||||
*/
|
|
||||||
#main {
|
|
||||||
position: relative;
|
|
||||||
background: white;
|
|
||||||
clear:both;
|
|
||||||
}
|
|
||||||
#main .breadtrail {
|
|
||||||
clear:both;
|
|
||||||
position: relative;
|
|
||||||
background: #CFDCED;
|
|
||||||
color: black;
|
|
||||||
border-bottom: solid 1px black;
|
|
||||||
border-top: solid 1px black;
|
|
||||||
padding: 0px 180px;
|
|
||||||
font-size: 75%;
|
|
||||||
z-index:10;
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* Round corner
|
|
||||||
*/
|
|
||||||
#roundtop {
|
|
||||||
background-image: url(images/rc-t-r-15-1body-2menu-3menu.png);
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: top right;
|
|
||||||
}
|
|
||||||
|
|
||||||
#roundbottom {
|
|
||||||
background-image: url(images/rc-b-r-15-1body-2menu-3menu.png);
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: top right;
|
|
||||||
}
|
|
||||||
|
|
||||||
img.corner {
|
|
||||||
width: 15px;
|
|
||||||
height: 15px;
|
|
||||||
border: none;
|
|
||||||
display: block !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.roundtopsmall {
|
|
||||||
background-image: url(images/rc-t-r-5-1header-2searchbox-3searchbox.png);
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: top right;
|
|
||||||
}
|
|
||||||
|
|
||||||
#roundbottomsmall {
|
|
||||||
background-image: url(images/rc-b-r-5-1header-2tab-selected-3tab-selected.png);
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: top right;
|
|
||||||
}
|
|
||||||
|
|
||||||
img.cornersmall {
|
|
||||||
width: 5px;
|
|
||||||
height: 5px;
|
|
||||||
border: none;
|
|
||||||
display: block !important;
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* Side menu
|
|
||||||
*/
|
|
||||||
#menu a { font-weight: normal; text-decoration: none;}
|
|
||||||
#menu a:visited { font-weight: normal; }
|
|
||||||
#menu a:active { font-weight: normal; }
|
|
||||||
#menu a:hover { font-weight: normal; text-decoration:underline;}
|
|
||||||
|
|
||||||
#menuarea { width:10em;}
|
|
||||||
#menu {
|
|
||||||
position: relative;
|
|
||||||
float: left;
|
|
||||||
width: 160px;
|
|
||||||
padding-top: 0px;
|
|
||||||
top:-18px;
|
|
||||||
left:10px;
|
|
||||||
z-index: 20;
|
|
||||||
background-color: #f90;
|
|
||||||
font-size : 70%;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.menutitle {
|
|
||||||
cursor:pointer;
|
|
||||||
padding: 3px 12px;
|
|
||||||
margin-left: 10px;
|
|
||||||
background-image: url('images/chapter.gif');
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: center left;
|
|
||||||
font-weight : bold;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.menutitle:hover{text-decoration:underline;cursor: pointer;}
|
|
||||||
|
|
||||||
#menu .menuitemgroup {
|
|
||||||
margin: 0px 0px 6px 8px;
|
|
||||||
padding: 0px;
|
|
||||||
font-weight : bold; }
|
|
||||||
|
|
||||||
#menu .selectedmenuitemgroup{
|
|
||||||
margin: 0px 0px 0px 8px;
|
|
||||||
padding: 0px;
|
|
||||||
font-weight : normal;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#menu .menuitem {
|
|
||||||
padding: 2px 0px 1px 13px;
|
|
||||||
background-image: url('images/page.gif');
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: center left;
|
|
||||||
font-weight : normal;
|
|
||||||
margin-left: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#menu .menupage {
|
|
||||||
margin: 2px 0px 1px 10px;
|
|
||||||
padding: 0px 3px 0px 12px;
|
|
||||||
background-image: url('images/page.gif');
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: center left;
|
|
||||||
font-style : normal;
|
|
||||||
}
|
|
||||||
#menu .menupagetitle {
|
|
||||||
padding: 0px 0px 0px 1px;
|
|
||||||
font-style : normal;
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 1px;
|
|
||||||
margin-right: 10px;
|
|
||||||
|
|
||||||
}
|
|
||||||
#menu .menupageitemgroup {
|
|
||||||
padding: 3px 0px 4px 6px;
|
|
||||||
font-style : normal;
|
|
||||||
border-bottom: 1px solid ;
|
|
||||||
border-left: 1px solid ;
|
|
||||||
border-right: 1px solid ;
|
|
||||||
margin-right: 10px;
|
|
||||||
}
|
|
||||||
#menu .menupageitem {
|
|
||||||
font-style : normal;
|
|
||||||
font-weight : normal;
|
|
||||||
border-width: 0px;
|
|
||||||
font-size : 90%;
|
|
||||||
}
|
|
||||||
#menu #credit {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
#menu #credit2 {
|
|
||||||
text-align: center;
|
|
||||||
padding: 3px 3px 3px 3px;
|
|
||||||
background-color: #ffffff;
|
|
||||||
}
|
|
||||||
#menu .searchbox {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
#menu .searchbox form {
|
|
||||||
padding: 3px 3px;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
#menu .searchbox input {
|
|
||||||
font-size: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#content {
|
|
||||||
padding: 20px 20px 20px 180px;
|
|
||||||
margin: 0;
|
|
||||||
font : small Verdana, Helvetica, sans-serif;
|
|
||||||
font-size : 80%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#content ul {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0 25px;
|
|
||||||
}
|
|
||||||
#content li {
|
|
||||||
padding: 0 5px;
|
|
||||||
}
|
|
||||||
#feedback {
|
|
||||||
color: black;
|
|
||||||
background: #CFDCED;
|
|
||||||
text-align:center;
|
|
||||||
margin-top: 5px;
|
|
||||||
}
|
|
||||||
#feedback #feedbackto {
|
|
||||||
font-size: 90%;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
#footer {
|
|
||||||
clear: both;
|
|
||||||
position: relative; /* IE bugfix (http://www.dracos.co.uk/web/css/ie6floatbug/) */
|
|
||||||
width: 100%;
|
|
||||||
background: #CFDCED;
|
|
||||||
border-top: solid 1px #4C6C8F;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
#footer .copyright {
|
|
||||||
position: relative; /* IE bugfix cont'd */
|
|
||||||
padding: 5px;
|
|
||||||
margin: 0;
|
|
||||||
width: 45%;
|
|
||||||
}
|
|
||||||
#footer .lastmodified {
|
|
||||||
position: relative; /* IE bugfix cont'd */
|
|
||||||
float: right;
|
|
||||||
width: 45%;
|
|
||||||
padding: 5px;
|
|
||||||
margin: 0;
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
#footer a { color: white; }
|
|
||||||
|
|
||||||
#footer #logos {
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Misc Styles
|
|
||||||
*/
|
|
||||||
|
|
||||||
acronym { cursor: help; }
|
|
||||||
.boxed { background-color: #a5b6c6;}
|
|
||||||
.underlined_5 {border-bottom: solid 5px #4C6C8F;}
|
|
||||||
.underlined_10 {border-bottom: solid 10px #4C6C8F;}
|
|
||||||
/* ==================== snail trail ============================ */
|
|
||||||
|
|
||||||
.trail {
|
|
||||||
position: relative; /* IE bugfix cont'd */
|
|
||||||
font-size: 70%;
|
|
||||||
text-align: right;
|
|
||||||
float: right;
|
|
||||||
margin: -10px 5px 0px 5px;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#motd-area {
|
|
||||||
position: relative; /* IE bugfix cont'd */
|
|
||||||
float: right;
|
|
||||||
width: 35%;
|
|
||||||
background-color: #f0f0ff;
|
|
||||||
border-top: solid 1px #4C6C8F;
|
|
||||||
border-bottom: solid 1px #4C6C8F;
|
|
||||||
margin-bottom: 15px;
|
|
||||||
margin-left: 15px;
|
|
||||||
margin-right: 10%;
|
|
||||||
padding-bottom: 5px;
|
|
||||||
padding-top: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#minitoc-area {
|
|
||||||
border-top: solid 1px #4C6C8F;
|
|
||||||
border-bottom: solid 1px #4C6C8F;
|
|
||||||
margin: 15px 10% 5px 15px;
|
|
||||||
/* margin-bottom: 15px;
|
|
||||||
margin-left: 15px;
|
|
||||||
margin-right: 10%;*/
|
|
||||||
padding-bottom: 7px;
|
|
||||||
padding-top: 5px;
|
|
||||||
}
|
|
||||||
.minitoc {
|
|
||||||
list-style-image: url('images/current.gif');
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
li p {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pdflink {
|
|
||||||
position: relative; /* IE bugfix cont'd */
|
|
||||||
float: right;
|
|
||||||
margin: 0px 5px;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
.pdflink br {
|
|
||||||
margin-top: -10px;
|
|
||||||
padding-left: 1px;
|
|
||||||
}
|
|
||||||
.pdflink a {
|
|
||||||
display: block;
|
|
||||||
font-size: 70%;
|
|
||||||
text-align: center;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pdflink img {
|
|
||||||
display: block;
|
|
||||||
height: 16px;
|
|
||||||
width: 16px;
|
|
||||||
}
|
|
||||||
.xmllink {
|
|
||||||
position: relative; /* IE bugfix cont'd */
|
|
||||||
float: right;
|
|
||||||
margin: 0px 5px;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
.xmllink br {
|
|
||||||
margin-top: -10px;
|
|
||||||
padding-left: 1px;
|
|
||||||
}
|
|
||||||
.xmllink a {
|
|
||||||
display: block;
|
|
||||||
font-size: 70%;
|
|
||||||
text-align: center;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.xmllink img {
|
|
||||||
display: block;
|
|
||||||
height: 16px;
|
|
||||||
width: 16px;
|
|
||||||
}
|
|
||||||
.podlink {
|
|
||||||
position: relative; /* IE bugfix cont'd */
|
|
||||||
float: right;
|
|
||||||
margin: 0px 5px;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
.podlink br {
|
|
||||||
margin-top: -10px;
|
|
||||||
padding-left: 1px;
|
|
||||||
}
|
|
||||||
.podlink a {
|
|
||||||
display: block;
|
|
||||||
font-size: 70%;
|
|
||||||
text-align: center;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.podlink img {
|
|
||||||
display: block;
|
|
||||||
height: 16px;
|
|
||||||
width: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.printlink {
|
|
||||||
position: relative; /* IE bugfix cont'd */
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
.printlink br {
|
|
||||||
margin-top: -10px;
|
|
||||||
padding-left: 1px;
|
|
||||||
}
|
|
||||||
.printlink a {
|
|
||||||
display: block;
|
|
||||||
font-size: 70%;
|
|
||||||
text-align: center;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
.printlink img {
|
|
||||||
display: block;
|
|
||||||
height: 16px;
|
|
||||||
width: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
p.instruction {
|
|
||||||
display: list-item;
|
|
||||||
list-style-image: url('../images/instruction_arrow.png');
|
|
||||||
list-style-position: outside;
|
|
||||||
margin-left: 2em;
|
|
||||||
}
|
|
|
@ -1,384 +0,0 @@
|
||||||
%PDF-1.3
|
|
||||||
%ª«¬
|
|
||||||
4 0 obj
|
|
||||||
<< /Type /Info
|
|
||||||
/Producer (FOP 0.20.5) >>
|
|
||||||
endobj
|
|
||||||
5 0 obj
|
|
||||||
<< /Length 506 /Filter [ /ASCII85Decode /FlateDecode ]
|
|
||||||
>>
|
|
||||||
stream
|
|
||||||
Gb!$C4`>s,&;GCX`JlRi[128.9VQ._;H6$Mcu^DK,Y3Gaj!<XA(R$7j]$N'DblDs:IHTdHhHB,+/:=)k_N5NCf!!lFY]U60rZRBe>Spl0LG>S^]Xpg68Im.)MYeFgQ-6TMNCh>_USOh^@bJ/Hf,f<)qUB_IJ6]\AZsXJ5`"10GdVN3/?%M5l<tsdYn&t;l[F]^5#emE20\$=E5s]Uq7r1']VB1cPlK9CYa-*&W(cnBU>Wm9N+C?d@kr?$<,C6&Vj33hcNN^TcVg6SBf#0(?nn^)o:"?AYHVUEP!_^i6oLJh4+abI(a8%=[Zk6#6MaRA;VP)&k?]YLaLuJe80M65`kG#+PV77Kk5KQgn48]*TV[q,?Tj`FES^5-?#.l!;64niX\0+8*J`KWe0@!6Q)SJlPUR4LOZODgIL6@WaiZiUe_7l,pG,L:5XXGD@U)6BI8pB%nds[P:nPU(dPY!C3&;Ok]WSSn_Ff_kgEp2=_0lMCDiYuFT^Ar]k1ai~>
|
|
||||||
endstream
|
|
||||||
endobj
|
|
||||||
6 0 obj
|
|
||||||
<< /Type /Page
|
|
||||||
/Parent 1 0 R
|
|
||||||
/MediaBox [ 0 0 612 792 ]
|
|
||||||
/Resources 3 0 R
|
|
||||||
/Contents 5 0 R
|
|
||||||
/Annots 7 0 R
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
7 0 obj
|
|
||||||
[
|
|
||||||
8 0 R
|
|
||||||
10 0 R
|
|
||||||
12 0 R
|
|
||||||
14 0 R
|
|
||||||
]
|
|
||||||
endobj
|
|
||||||
8 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 102.0 559.666 157.316 547.666 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 9 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
10 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 102.0 541.466 226.616 529.466 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 11 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
12 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 102.0 523.266 262.628 511.266 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 13 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
14 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 102.0 505.066 259.292 493.066 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 15 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
16 0 obj
|
|
||||||
<< /Length 1696 /Filter [ /ASCII85Decode /FlateDecode ]
|
|
||||||
>>
|
|
||||||
stream
|
|
||||||
Gatm<9iL(3&A@7.kdGFqZ"-G7pVsF&0t#!g:,:%%fn8<EM//*9Z(7]]n$hC3[7LeK6;[nWO^>e?]l(7KANIDnNdd!.l3G&`'(]0YB)YCMn-R4'AGF&\pLFste0.Ekpar<;s,'Cj>X@qJbXR)A^._&W4-))%@(I18A2s\opgKuT.U6)YaRk2aIDP+n\`+@J`?3hoh^7m]P5I\E?Yc+3g3qiqFTqH'C<\6$eMAZ]j0d:K6-cFuC4"E0C^j-]RbL]52gL'?NV"3Mo!h6QEFC5Xbl1sYeE_5oRB^n/k#)B/FW@Cu#>Pcj*dJn]";4G)<NJ?h,Epi^B!44[egZMcrL.P7&A9:8foY1,*Fm`Ke*nN2pBn\HW,fg!5Y&<<B^%]f9V*;t0,q&r,&Y18<4b2Pf=FLFSaV\EH7'TpQ^9Cq?_p?F7_UMVa#>"(:d$t9NG0#<,oVR&=D,^,Ss:ILcNh>1\Y+MO^lV&,'-/\N<SVL?:,uC6@EG\34?aB(0)Pq00%EM9+VH9u8?Y[J8=8*K&F7*i&imNW36*<JTp390I2#r7J>mU;Zl#*RZsW6am"guDh_#sJ^f9Kn:5ZPBh*V4a5T5Lp`;TFc@0%ou(k3ga>jmPGOG=>fJD2huWF$q^\.jaBI$-NO#j]T_3]_5lZ6-Lp0b8V`[*Ya8i_3LQRq7ak?#@J)%;4p@m;sLCkAbtC/:;'"Y';fm$c2,I5R\N@<"O$$%cu$TO9(BrNDGD)Ks1u'5lp<2=;[GZC4*W1C<Y$24&B:<DqT-^UOb)DTk?*]`J:ORdkpk]A@?Eqe/d^HZNgL/o`1YXX:Od/'r]rD\GgYuIB6Or]LK7Yb>j@=DQ^<Qcu9_;OerJ-Ze;n^)Y+p72NPcO*oG7?\s^T[g5F_+H60&Y]<L\CRpAfsn<-Z:nCi#F;Xm7>6[_<9`<Akek6p>!Q-Rg+G>fRV6rItBJ4^bYcln6EH6UH5.bc;O=%M4dK*D_A/;HQ+l<cWX9u;GcWTU\:_,4dq1oh`L;_XV,TrrMoVrUbYTr?^l\gknrYN'W-c"L4eBiO9=Z"Z7oD*aq.1/9c*SAjLi>/Tm8db<)6W9?VkLW\fGH`#/JEn@A*#s.rGrjbVkc]t[>'HB+t?bXC4<^unmY:akh3n)d]7;n'EMHG*EFb/nI+r1OL[X$ElluD7(J,=ZPM@'k7fG%.uqM0+(n9RB#Ws'1@+#lMEjK%QtDJ)_Ep`0_4jL@a]-?pLGMt\K3Gp#e,lln@Hp=g;m=]+=NW9iE]mtIeYkj[-]L\^EqaK7H0o7esHF1H(4Q?M8pG>JBnh&'m`)L/pe;j5CYld.-VN9#TBP?D'D&h(;.i(9,sAXpN)>e<*Ij0u=P_8WIn\_.,m8O]-Bs!PFQeq91W#sMEgJQ7bOYR:3%(_)"=4*+:`FXW'Xaf",C$.TVRT]i3JR<+a-0%<\RmQ2J`%k!V+!u2'$d'Gc5pp`/A-IpA2'YY%\0ckXmG5,`fRo89.:*<Y@;Z_%GQT+H%9,S8/[s7KR%+KcOq/UNGA6Z`bmRCi#Y1)7_A7(Sk90X9:>4)f*URl;OmSGNqfGC[BfkXn,ppe%2!Wh+k6gN(\7GO<ka=l[4?YiT3HU?]sK7rEAOouuS33/`joQm,Wb>i]XH[_6g>V\D#NoSeiP@sQ]r?eKa:JfA6ceRbZ2@kf<.,'uaG#6jEco?afDVOJ.rW?4EH^b~>
|
|
||||||
endstream
|
|
||||||
endobj
|
|
||||||
17 0 obj
|
|
||||||
<< /Type /Page
|
|
||||||
/Parent 1 0 R
|
|
||||||
/MediaBox [ 0 0 612 792 ]
|
|
||||||
/Resources 3 0 R
|
|
||||||
/Contents 16 0 R
|
|
||||||
/Annots 18 0 R
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
18 0 obj
|
|
||||||
[
|
|
||||||
19 0 R
|
|
||||||
20 0 R
|
|
||||||
21 0 R
|
|
||||||
22 0 R
|
|
||||||
23 0 R
|
|
||||||
24 0 R
|
|
||||||
25 0 R
|
|
||||||
26 0 R
|
|
||||||
27 0 R
|
|
||||||
28 0 R
|
|
||||||
29 0 R
|
|
||||||
]
|
|
||||||
endobj
|
|
||||||
19 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 300.612 629.666 389.604 617.666 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://subversion.tigris.org/)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
20 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 224.976 616.466 245.628 604.466 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://subversion.tigris.org/project_packages.html)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
21 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 390.588 616.466 425.916 604.466 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://www.cygwin.com/)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
22 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 288.288 603.266 308.94 591.266 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://tortoisesvn.tigris.org/)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
23 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 145.992 590.066 181.32 578.066 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://subclipse.tigris.org/)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
24 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 204.648 590.066 269.64 578.066 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://svnup.tigris.org/)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
25 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 90.0 524.532 310.308 512.532 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://svn.apache.org/viewcvs.cgi/lucene/solr/)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
26 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 279.648 472.198 486.288 460.198 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://svn.apache.org/repos/asf/lucene/solr/)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
27 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 303.288 458.998 323.94 446.998 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://www.apache.org/dev/version-control.html#anon-svn)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
28 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 250.656 406.664 461.964 394.664 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (https://svn.apache.org/repos/asf/lucene/solr/)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
29 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 237.624 393.464 258.276 381.464 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A << /URI (http://www.apache.org/dev/version-control.html#https-svn)
|
|
||||||
/S /URI >>
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
31 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\61\0\40\0\117\0\166\0\145\0\162\0\166\0\151\0\145\0\167)
|
|
||||||
/Parent 30 0 R
|
|
||||||
/Next 32 0 R
|
|
||||||
/A 9 0 R
|
|
||||||
>> endobj
|
|
||||||
32 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\62\0\40\0\127\0\145\0\142\0\40\0\101\0\143\0\143\0\145\0\163\0\163\0\40\0\50\0\162\0\145\0\141\0\144\0\55\0\157\0\156\0\154\0\171\0\51)
|
|
||||||
/Parent 30 0 R
|
|
||||||
/Prev 31 0 R
|
|
||||||
/Next 33 0 R
|
|
||||||
/A 11 0 R
|
|
||||||
>> endobj
|
|
||||||
33 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\63\0\40\0\101\0\156\0\157\0\156\0\171\0\155\0\157\0\165\0\163\0\40\0\101\0\143\0\143\0\145\0\163\0\163\0\40\0\50\0\162\0\145\0\141\0\144\0\55\0\157\0\156\0\154\0\171\0\51)
|
|
||||||
/Parent 30 0 R
|
|
||||||
/Prev 32 0 R
|
|
||||||
/Next 34 0 R
|
|
||||||
/A 13 0 R
|
|
||||||
>> endobj
|
|
||||||
34 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\64\0\40\0\103\0\157\0\155\0\155\0\151\0\164\0\164\0\145\0\162\0\40\0\101\0\143\0\143\0\145\0\163\0\163\0\40\0\50\0\162\0\145\0\141\0\144\0\55\0\167\0\162\0\151\0\164\0\145\0\51)
|
|
||||||
/Parent 30 0 R
|
|
||||||
/Prev 33 0 R
|
|
||||||
/A 15 0 R
|
|
||||||
>> endobj
|
|
||||||
35 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F3
|
|
||||||
/BaseFont /Helvetica-Bold
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
36 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F5
|
|
||||||
/BaseFont /Times-Roman
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
37 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F1
|
|
||||||
/BaseFont /Helvetica
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
38 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F2
|
|
||||||
/BaseFont /Helvetica-Oblique
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
39 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F7
|
|
||||||
/BaseFont /Times-Bold
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
1 0 obj
|
|
||||||
<< /Type /Pages
|
|
||||||
/Count 2
|
|
||||||
/Kids [6 0 R 17 0 R ] >>
|
|
||||||
endobj
|
|
||||||
2 0 obj
|
|
||||||
<< /Type /Catalog
|
|
||||||
/Pages 1 0 R
|
|
||||||
/Outlines 30 0 R
|
|
||||||
/PageMode /UseOutlines
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
3 0 obj
|
|
||||||
<<
|
|
||||||
/Font << /F3 35 0 R /F5 36 0 R /F1 37 0 R /F2 38 0 R /F7 39 0 R >>
|
|
||||||
/ProcSet [ /PDF /ImageC /Text ] >>
|
|
||||||
endobj
|
|
||||||
9 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [17 0 R /XYZ 85.0 659.0 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
11 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [17 0 R /XYZ 85.0 567.066 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
13 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [17 0 R /XYZ 85.0 501.532 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
15 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [17 0 R /XYZ 85.0 435.998 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
30 0 obj
|
|
||||||
<<
|
|
||||||
/First 31 0 R
|
|
||||||
/Last 34 0 R
|
|
||||||
>> endobj
|
|
||||||
xref
|
|
||||||
0 40
|
|
||||||
0000000000 65535 f
|
|
||||||
0000006963 00000 n
|
|
||||||
0000007028 00000 n
|
|
||||||
0000007120 00000 n
|
|
||||||
0000000015 00000 n
|
|
||||||
0000000071 00000 n
|
|
||||||
0000000668 00000 n
|
|
||||||
0000000788 00000 n
|
|
||||||
0000000834 00000 n
|
|
||||||
0000007243 00000 n
|
|
||||||
0000000969 00000 n
|
|
||||||
0000007306 00000 n
|
|
||||||
0000001106 00000 n
|
|
||||||
0000007372 00000 n
|
|
||||||
0000001243 00000 n
|
|
||||||
0000007438 00000 n
|
|
||||||
0000001380 00000 n
|
|
||||||
0000003169 00000 n
|
|
||||||
0000003292 00000 n
|
|
||||||
0000003389 00000 n
|
|
||||||
0000003572 00000 n
|
|
||||||
0000003776 00000 n
|
|
||||||
0000003952 00000 n
|
|
||||||
0000004135 00000 n
|
|
||||||
0000004316 00000 n
|
|
||||||
0000004493 00000 n
|
|
||||||
0000004690 00000 n
|
|
||||||
0000004888 00000 n
|
|
||||||
0000005096 00000 n
|
|
||||||
0000005295 00000 n
|
|
||||||
0000007504 00000 n
|
|
||||||
0000005505 00000 n
|
|
||||||
0000005644 00000 n
|
|
||||||
0000005877 00000 n
|
|
||||||
0000006146 00000 n
|
|
||||||
0000006407 00000 n
|
|
||||||
0000006520 00000 n
|
|
||||||
0000006630 00000 n
|
|
||||||
0000006738 00000 n
|
|
||||||
0000006854 00000 n
|
|
||||||
trailer
|
|
||||||
<<
|
|
||||||
/Size 40
|
|
||||||
/Root 2 0 R
|
|
||||||
/Info 4 0 R
|
|
||||||
>>
|
|
||||||
startxref
|
|
||||||
7555
|
|
||||||
%%EOF
|
|
|
@ -1,179 +0,0 @@
|
||||||
%PDF-1.3
|
|
||||||
%ª«¬
|
|
||||||
4 0 obj
|
|
||||||
<< /Type /Info
|
|
||||||
/Producer (FOP 0.20.5) >>
|
|
||||||
endobj
|
|
||||||
5 0 obj
|
|
||||||
<< /Length 425 /Filter [ /ASCII85Decode /FlateDecode ]
|
|
||||||
>>
|
|
||||||
stream
|
|
||||||
Gb!#WZ#7H%&Dd:"2`a=0J;oE+->K?"X(!MFdt'J<[cEeido?;Cg*@"N99p'A!T%hj%\=`J,'mK>^euFS<"U"71*Wr\.$.k8aN%DK&koS['RP(c=1+X8!u'/B+C6M3Ikh-$JDt_0'L:!7=%$;4Ue,_R.cdILja91JFli@om]>\iJ)TEQaYb.dCaA'U;fUfl@5ba>G3*0+;RaY)SEp-fYu[:La4>7ZGpM-3/N:g1V/1cWS#nI3aTNU#^DoTSMMW9$`9b2P8V6=,3-JYd+T&"!V/;7XJ''M2O:/_KiOOb.SPbr]-kRjeV!]!$)$cq0MVb)\BQ/,lN8TqWPR%2bS7A.1a:mWI3Tg2-A"$\?]sZIN;i_b=_P<h8s1gpd+^XHVIS1>B(Ab)d9&&P>K<hrY_"I*tXEnH<C5`)U^PFr!bQ~>
|
|
||||||
endstream
|
|
||||||
endobj
|
|
||||||
6 0 obj
|
|
||||||
<< /Type /Page
|
|
||||||
/Parent 1 0 R
|
|
||||||
/MediaBox [ 0 0 612 792 ]
|
|
||||||
/Resources 3 0 R
|
|
||||||
/Contents 5 0 R
|
|
||||||
/Annots 7 0 R
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
7 0 obj
|
|
||||||
[
|
|
||||||
8 0 R
|
|
||||||
10 0 R
|
|
||||||
]
|
|
||||||
endobj
|
|
||||||
8 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 102.0 559.666 299.312 547.666 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 9 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
10 0 obj
|
|
||||||
<< /Type /Annot
|
|
||||||
/Subtype /Link
|
|
||||||
/Rect [ 102.0 541.466 317.96 529.466 ]
|
|
||||||
/C [ 0 0 0 ]
|
|
||||||
/Border [ 0 0 0 ]
|
|
||||||
/A 11 0 R
|
|
||||||
/H /I
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
12 0 obj
|
|
||||||
<< /Length 862 /Filter [ /ASCII85Decode /FlateDecode ]
|
|
||||||
>>
|
|
||||||
stream
|
|
||||||
Gau1-hf%6l&BE],=!6lVI4,7-`]Q0XO`"1,Xg(i"lQ2ulD&1`6`7`Z=ou"$JaJR7jVC>E5,M[_8i!\^^(0tIu[g9fLUaQH7P@E<2)%n@u[K%u\Grl+j5S/L";>3dfqth3dLgpdn!Y<]!BUV@;QQ4q,6M;6>:dcpfqd@d]db%8i5kY=E:G=m4a(--$1,kKkesUf0dS6M'g5k&cFR:Y_X\/D^)P,'oNuGW,pAX7]Hi_p4Y#`20@Ff'4;j\ngcQ,AnO?*T5FK$@Z9c-:"bPIeAecSZ"fcTf?8p^fc4,9f<JeV!>Hfp`'(qV(9"*;AULRjo/&Zk#iBlmVh&Xc0u15<l'J>aj0Dfi3V1UCDU7I<"qboeldCG^q6*7CF)@J/&IY@Ni`apo&p>GtCekE,>SZdOS^?C>r2>)<_UR2DimemYJIR?_pTTl986SI*d1B`LcY3"7U2lnrm[Qc_+f.k0)&]U4XW:`Sp=1bWDTT'^g&QDG"mK,[r0Ed4:_(o\nGYg_(gZOAV!affhmWTQPm8k'013U?nAajd#=k=WF>84>X99s)<.:"SO.%Y78YD":JZfB#6*#0JYo_@-&jc/Gn0`!&N(bEK_<nhP.UGP2!*"(_Tr*Ue%cYNlX^'$,&JAkTuf3*!D,LOA(P4BIflX_QqCI3\kl8Ad\l&/^<BE9on'd=o.^9cJe-.!S(ojA$__VcFi)[&\UZ!(IrKesDA"4hI^9IFZ*+R7"u.%"rDm]I/2j`?C-BWFOGm%)A*HG<l*W!G2`IGAX/*'nQ6teuYIF0$<R`a4'G<&r+(g&E;Qh9')&]Q-;UBDB>8hdKUq_AlC?nUJ21"\#qr>`g4:JCpd=;]37J7G/""qD@6O~>
|
|
||||||
endstream
|
|
||||||
endobj
|
|
||||||
13 0 obj
|
|
||||||
<< /Type /Page
|
|
||||||
/Parent 1 0 R
|
|
||||||
/MediaBox [ 0 0 612 792 ]
|
|
||||||
/Resources 3 0 R
|
|
||||||
/Contents 12 0 R
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
15 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\61\0\40\0\123\0\157\0\154\0\162\0\40\0\103\0\157\0\155\0\155\0\151\0\164\0\164\0\145\0\162\0\163\0\40\0\50\0\151\0\156\0\40\0\141\0\154\0\160\0\150\0\141\0\142\0\145\0\164\0\151\0\143\0\141\0\154\0\40\0\157\0\162\0\144\0\145\0\162\0\51)
|
|
||||||
/Parent 14 0 R
|
|
||||||
/Next 16 0 R
|
|
||||||
/A 9 0 R
|
|
||||||
>> endobj
|
|
||||||
16 0 obj
|
|
||||||
<<
|
|
||||||
/Title (\376\377\0\62\0\40\0\111\0\156\0\141\0\143\0\164\0\151\0\166\0\145\0\40\0\103\0\157\0\155\0\155\0\151\0\164\0\164\0\145\0\162\0\163\0\40\0\50\0\151\0\156\0\40\0\141\0\154\0\160\0\150\0\141\0\142\0\145\0\164\0\151\0\143\0\141\0\154\0\40\0\157\0\162\0\144\0\145\0\162\0\51)
|
|
||||||
/Parent 14 0 R
|
|
||||||
/Prev 15 0 R
|
|
||||||
/A 11 0 R
|
|
||||||
>> endobj
|
|
||||||
17 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F3
|
|
||||||
/BaseFont /Helvetica-Bold
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
18 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F5
|
|
||||||
/BaseFont /Times-Roman
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
19 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F1
|
|
||||||
/BaseFont /Helvetica
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
20 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F2
|
|
||||||
/BaseFont /Helvetica-Oblique
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
21 0 obj
|
|
||||||
<< /Type /Font
|
|
||||||
/Subtype /Type1
|
|
||||||
/Name /F7
|
|
||||||
/BaseFont /Times-Bold
|
|
||||||
/Encoding /WinAnsiEncoding >>
|
|
||||||
endobj
|
|
||||||
1 0 obj
|
|
||||||
<< /Type /Pages
|
|
||||||
/Count 2
|
|
||||||
/Kids [6 0 R 13 0 R ] >>
|
|
||||||
endobj
|
|
||||||
2 0 obj
|
|
||||||
<< /Type /Catalog
|
|
||||||
/Pages 1 0 R
|
|
||||||
/Outlines 14 0 R
|
|
||||||
/PageMode /UseOutlines
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
3 0 obj
|
|
||||||
<<
|
|
||||||
/Font << /F3 17 0 R /F5 18 0 R /F1 19 0 R /F2 20 0 R /F7 21 0 R >>
|
|
||||||
/ProcSet [ /PDF /ImageC /Text ] >>
|
|
||||||
endobj
|
|
||||||
9 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [13 0 R /XYZ 85.0 659.0 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
11 0 obj
|
|
||||||
<<
|
|
||||||
/S /GoTo
|
|
||||||
/D [13 0 R /XYZ 85.0 476.666 null]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
14 0 obj
|
|
||||||
<<
|
|
||||||
/First 15 0 R
|
|
||||||
/Last 16 0 R
|
|
||||||
>> endobj
|
|
||||||
xref
|
|
||||||
0 22
|
|
||||||
0000000000 65535 f
|
|
||||||
0000003291 00000 n
|
|
||||||
0000003356 00000 n
|
|
||||||
0000003448 00000 n
|
|
||||||
0000000015 00000 n
|
|
||||||
0000000071 00000 n
|
|
||||||
0000000587 00000 n
|
|
||||||
0000000707 00000 n
|
|
||||||
0000000739 00000 n
|
|
||||||
0000003571 00000 n
|
|
||||||
0000000874 00000 n
|
|
||||||
0000003634 00000 n
|
|
||||||
0000001010 00000 n
|
|
||||||
0000001964 00000 n
|
|
||||||
0000003700 00000 n
|
|
||||||
0000002072 00000 n
|
|
||||||
0000002391 00000 n
|
|
||||||
0000002735 00000 n
|
|
||||||
0000002848 00000 n
|
|
||||||
0000002958 00000 n
|
|
||||||
0000003066 00000 n
|
|
||||||
0000003182 00000 n
|
|
||||||
trailer
|
|
||||||
<<
|
|
||||||
/Size 22
|
|
||||||
/Root 2 0 R
|
|
||||||
/Info 4 0 R
|
|
||||||
>>
|
|
||||||
startxref
|
|
||||||
3751
|
|
||||||
%%EOF
|
|
|
@ -5,7 +5,7 @@
|
||||||
<meta content="Apache Forrest" name="Generator">
|
<meta content="Apache Forrest" name="Generator">
|
||||||
<meta name="Forrest-version" content="0.8">
|
<meta name="Forrest-version" content="0.8">
|
||||||
<meta name="Forrest-skin-name" content="pelt">
|
<meta name="Forrest-skin-name" content="pelt">
|
||||||
<title>Solr tutorial (version 1.2.2008.07.20.20.13.46)</title>
|
<title>Solr tutorial (version 1.2.2008.08.24.23.51.18)</title>
|
||||||
<link type="text/css" href="skin/basic.css" rel="stylesheet">
|
<link type="text/css" href="skin/basic.css" rel="stylesheet">
|
||||||
<link media="screen" type="text/css" href="skin/screen.css" rel="stylesheet">
|
<link media="screen" type="text/css" href="skin/screen.css" rel="stylesheet">
|
||||||
<link media="print" type="text/css" href="skin/print.css" rel="stylesheet">
|
<link media="print" type="text/css" href="skin/print.css" rel="stylesheet">
|
||||||
|
@ -123,7 +123,10 @@ document.write("Last Published: " + document.lastModified);
|
||||||
<a href="http://wiki.apache.org/solr/FAQ">FAQ</a>
|
<a href="http://wiki.apache.org/solr/FAQ">FAQ</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="menuitem">
|
<div class="menuitem">
|
||||||
<a href="api/index.html">javadoc</a>
|
<a href="api/index.html">All Javadoc</a>
|
||||||
|
</div>
|
||||||
|
<div class="menuitem">
|
||||||
|
<a href="api/solrj/index.html">SolrJ Javadoc</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Resources</div>
|
<div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Resources</div>
|
||||||
|
@ -152,7 +155,7 @@ document.write("Last Published: " + document.lastModified);
|
||||||
</div>
|
</div>
|
||||||
<div id="credit">
|
<div id="credit">
|
||||||
<hr>
|
<hr>
|
||||||
This document is for Apache Solr version 1.2.2008.07.20.20.13.46. If you are using a different version of Solr, please consult the documentation that was distributed with the version you are using.
|
This document is for Apache Solr version 1.2.2008.08.24.23.51.18. If you are using a different version of Solr, please consult the documentation that was distributed with the version you are using.
|
||||||
</div>
|
</div>
|
||||||
<div id="roundbottom">
|
<div id="roundbottom">
|
||||||
<img style="display: none" class="corner" height="15" width="15" alt="" src="skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
|
<img style="display: none" class="corner" height="15" width="15" alt="" src="skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
|
||||||
|
@ -174,7 +177,7 @@ document.write("Last Published: " + document.lastModified);
|
||||||
</div>
|
</div>
|
||||||
<h1>Solr tutorial</h1>
|
<h1>Solr tutorial</h1>
|
||||||
<div id="motd-area">
|
<div id="motd-area">
|
||||||
This document is for Apache Solr version 1.2.2008.07.20.20.13.46. If you are using a different version of Solr, please consult the documentation that was distributed with the version you are using.
|
This document is for Apache Solr version 1.2.2008.08.24.23.51.18. If you are using a different version of Solr, please consult the documentation that was distributed with the version you are using.
|
||||||
</div>
|
</div>
|
||||||
<div id="minitoc-area">
|
<div id="minitoc-area">
|
||||||
<ul class="minitoc">
|
<ul class="minitoc">
|
||||||
|
|
|
@ -123,7 +123,10 @@ document.write("Last Published: " + document.lastModified);
|
||||||
<a href="http://wiki.apache.org/solr/FAQ">FAQ</a>
|
<a href="http://wiki.apache.org/solr/FAQ">FAQ</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="menuitem">
|
<div class="menuitem">
|
||||||
<a href="api/index.html">javadoc</a>
|
<a href="api/index.html">All Javadoc</a>
|
||||||
|
</div>
|
||||||
|
<div class="menuitem">
|
||||||
|
<a href="api/solrj/index.html">SolrJ Javadoc</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div onclick="SwitchMenu('menu_selected_1.3', 'skin/')" id="menu_selected_1.3Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Resources</div>
|
<div onclick="SwitchMenu('menu_selected_1.3', 'skin/')" id="menu_selected_1.3Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Resources</div>
|
||||||
|
|
|
@ -123,7 +123,10 @@ document.write("Last Published: " + document.lastModified);
|
||||||
<a href="http://wiki.apache.org/solr/FAQ">FAQ</a>
|
<a href="http://wiki.apache.org/solr/FAQ">FAQ</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="menuitem">
|
<div class="menuitem">
|
||||||
<a href="api/index.html">javadoc</a>
|
<a href="api/index.html">All Javadoc</a>
|
||||||
|
</div>
|
||||||
|
<div class="menuitem">
|
||||||
|
<a href="api/solrj/index.html">SolrJ Javadoc</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Resources</div>
|
<div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Resources</div>
|
||||||
|
|