mirror of https://github.com/apache/lucene.git
LUCENE-2413: fold contrib/icu into analyzers module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@946590 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
28a153babc
commit
5ccb3ae286
|
@ -326,7 +326,6 @@ The source distribution does not contain sources of the previous Lucene Java ver
|
|||
|
||||
<packageset dir="contrib/ant/src/java"/>
|
||||
<packageset dir="contrib/benchmark/src/java"/>
|
||||
<packageset dir="contrib/icu/src/java"/>
|
||||
<packageset dir="contrib/db/bdb-je/src/java"/>
|
||||
<packageset dir="contrib/db/bdb/src/java"/>
|
||||
<packageset dir="contrib/highlighter/src/java"/>
|
||||
|
|
|
@ -12,7 +12,8 @@
|
|||
<property name="runsequential" value="true"/>
|
||||
|
||||
<contrib-uptodate name="highlighter" property="highlighter.uptodate" classpath.property="highlighter.jar"/>
|
||||
<contrib-uptodate name="icu" property="icu.uptodate" classpath.property="icu.jar"/>
|
||||
<module-uptodate name="analysis/icu" jarfile="${common.dir}/../modules/analysis/build/icu/lucene-analyzers-icu-${version}.jar"
|
||||
property="analyzers-icu.uptodate" classpath.property="analyzers-icu.jar"/>
|
||||
<!-- analyzers common needs a hack for the jar file: -->
|
||||
<module-uptodate name="analysis/common" jarfile="${common.dir}/../modules/analysis/build/common/lucene-analyzers-common-${version}.jar"
|
||||
property="analyzers-common.uptodate" classpath.property="analyzers-common.jar"/>
|
||||
|
@ -181,11 +182,11 @@
|
|||
|
||||
<path id="collation.runtime.classpath">
|
||||
<path refid="run.classpath"/>
|
||||
<pathelement path="${icu.jar}"/>
|
||||
<fileset dir="${common.dir}/contrib/icu/lib" includes="icu4j*.jar"/>
|
||||
<pathelement path="${analyzers-icu.jar}"/>
|
||||
<fileset dir="${common.dir}/../modules/analysis/icu/lib" includes="icu4j*.jar"/>
|
||||
</path>
|
||||
|
||||
<target name="collation" depends="compile,compile-icu,top-100k-wiki-word-files">
|
||||
<target name="collation" depends="compile,compile-analyzers-icu,top-100k-wiki-word-files">
|
||||
<echo>Running contrib/benchmark with alg file: ${collation.alg.file}</echo>
|
||||
<java fork="true" classname="org.apache.lucene.benchmark.byTask.Benchmark"
|
||||
maxmemory="${task.mem}" output="${collation.output.file}">
|
||||
|
@ -237,9 +238,9 @@
|
|||
<fileset dir="${common.dir}/contrib/highlighter" includes="build.xml"/>
|
||||
</subant>
|
||||
</target>
|
||||
<target name="compile-icu" unless="icu.uptodate">
|
||||
<target name="compile-analyzers-icu" unless="analyzers-icu.uptodate">
|
||||
<subant target="default">
|
||||
<fileset dir="${common.dir}/contrib/icu" includes="build.xml"/>
|
||||
<fileset dir="${common.dir}/../modules/analysis/icu" includes="build.xml"/>
|
||||
</subant>
|
||||
</target>
|
||||
<target name="compile-analyzers-common" unless="analyzers-common.uptodate">
|
||||
|
|
|
@ -150,9 +150,6 @@ document.write("Last Published: " + document.lastModified);
|
|||
<a href="api/contrib-highlighter/index.html">Highlighter</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
<a href="api/contrib-icu/index.html">ICU</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
<a href="api/contrib-instantiated/index.html">Instantiated</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
|
|
|
@ -150,9 +150,6 @@ document.write("Last Published: " + document.lastModified);
|
|||
<a href="api/contrib-highlighter/index.html">Highlighter</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
<a href="api/contrib-icu/index.html">ICU</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
<a href="api/contrib-instantiated/index.html">Instantiated</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
|
|
|
@ -150,9 +150,6 @@ document.write("Last Published: " + document.lastModified);
|
|||
<a href="api/contrib-highlighter/index.html">Highlighter</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
<a href="api/contrib-icu/index.html">ICU</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
<a href="api/contrib-instantiated/index.html">Instantiated</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
|
|
|
@ -150,9 +150,6 @@ document.write("Last Published: " + document.lastModified);
|
|||
<a href="api/contrib-highlighter/index.html">Highlighter</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
<a href="api/contrib-icu/index.html">ICU</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
<a href="api/contrib-instantiated/index.html">Instantiated</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
|
|
|
@ -150,9 +150,6 @@ document.write("Last Published: " + document.lastModified);
|
|||
<a href="api/contrib-highlighter/index.html">Highlighter</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
<a href="api/contrib-icu/index.html">ICU</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
<a href="api/contrib-instantiated/index.html">Instantiated</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
|
|
|
@ -150,9 +150,6 @@ document.write("Last Published: " + document.lastModified);
|
|||
<a href="api/contrib-highlighter/index.html">Highlighter</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
<a href="api/contrib-icu/index.html">ICU</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
<a href="api/contrib-instantiated/index.html">Instantiated</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
|
|
|
@ -150,9 +150,6 @@ document.write("Last Published: " + document.lastModified);
|
|||
<a href="api/contrib-highlighter/index.html">Highlighter</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
<a href="api/contrib-icu/index.html">ICU</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
<a href="api/contrib-instantiated/index.html">Instantiated</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
|
|
|
@ -148,9 +148,6 @@ document.write("Last Published: " + document.lastModified);
|
|||
<a href="api/contrib-highlighter/index.html">Highlighter</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
<a href="api/contrib-icu/index.html">ICU</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
<a href="api/contrib-instantiated/index.html">Instantiated</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
|
|
|
@ -148,9 +148,6 @@ document.write("Last Published: " + document.lastModified);
|
|||
<a href="api/contrib-highlighter/index.html">Highlighter</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
<a href="api/contrib-icu/index.html">ICU</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
<a href="api/contrib-instantiated/index.html">Instantiated</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
|
@ -341,12 +338,6 @@ document.write("Last Published: " + document.lastModified);
|
|||
</li>
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="api/contrib-icu/index.html">ICU</a> ___________________ <em>javadoc-contrib-icu</em>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="api/contrib-instantiated/index.html">Instantiated</a> ___________________ <em>javadoc-contrib-instantiated</em>
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
/Producer (FOP 0.20.5) >>
|
||||
endobj
|
||||
5 0 obj
|
||||
<< /Length 1067 /Filter [ /ASCII85Decode /FlateDecode ]
|
||||
<< /Length 1073 /Filter [ /ASCII85Decode /FlateDecode ]
|
||||
>>
|
||||
stream
|
||||
Gau1.mo,]0*6-n1YMc7kBU7Pk93^RrT&/V_]pcPR6>B@)'kfc1q^"L#65S\@VIq3KI@a5tmmE;l@e/c8GaJQr/X@'Krl#Q74\UqBjY-0ke]0*AKEp@CmJT/X9l"b69sGe]4""*Drj7\DIE*PCca<SgZG2tIGqJTu3q[rIMbE<Y4G6pO_iFOVi/kBjMcEq0$)[-\kgr[]fb(TNf!;ul=/'WO`Hm`)>3i.c]bTXck#?+s<F'M&H<U_q?q1uU(4n7(f^CM+D[[CI2(abS5kh%eg;Y=<8.7Dr^Q3jSK)A.No+2JO:!%R;FpQ;,"@W;X"+,o%48ACkhQGtO7<MepA'kQ.+:PMhPSEXl`IPJ`?s(-Hd(\m8\P'obBIZL*$.D%pK;a\:@LuY_k,Tn[&CpR?nc?RXBbBekm9H?b-lS125=;TJ**lm(ZNeS!n"?Ot,O?W7ZnKWJZFhg=qpBBR)8gl=>4cd)[UV`TA_%]'7_>TNfWe(!_hh*Ga&^YPD^qOuY-TYu?iI@R#WLj,VJ2iJ?!NKG'C[Y):"S9T]rTRPi*/!V0%S#:1.)M=Tt_sJ)IXF"&,pbW%#]Sg>T(=Fm/p=Yg+mW5f;%"c4qo*#9d?M&U*J$RKNU'Zk1%gM=[RYZGFuNXp(4SX6Lmhm7q[EGA^7:>n/'$__Ej#GA51*<jRHt*Pu"/@#uM3o_rHQZ2fYPffG^)0l,,!7J$g[h"KQ3YRj%/kpMo`G/VPc??fsX;;P7dt%J_/[)K4GZlIEn@=1&HF)V$&-aFpRQT&F_nC)FL;&[b)#m[(8%1b.kC?8i^qB!$]<&V\FIW,)42:qhsNIFrr+(_/pSF_B[-oXQhPf4btX/;nOGCe*r6BX;QPVU6!WFE4/!XbeW!2d9.Vj7h+=WQg.]0P#Rf>IZ@Y?qlj%I-o7AhkRJ<4?l"_-I9ps]/_\lkQ@H&[!<l!R!GOtQBRf[9V'KU.KnT'4MX-lg@6.;#"$VJO9"FP'_>f*>,m?XJ+11i%.u1\+kP$*/+']m[Y\J,I9S8gQ`/D[/rFM;1abS^IB;+RG)aMRdb7"tHRBHQ&,d$;])2!~>
|
||||
Gau1.;,a5D'SYHA.sTR!As8;ZGdP'-Y+r>hfXH!9-UMQF$5I6FrqfE?Q@p/rii\<,^j+.kE)4]KbpQjNI1Htk^%l+=eZX3!]uLHMT_q8cV!]r=J^6Z$^@H`DgnhD<oqj\Sjcbno1k/j%FamoH+#<5/Z08C;MnBgN?(H;V^%mq8VB3UVZXH@V!&-rI]D44aPQXu^:@r>Y?ZlS>TXAU>l_WeMENr\[U=Sa3WBT<eU,gbm<E5BT\DEGO*8$C-SOO_/48+#[krY(t:b<&d&<Qj,Y;``-'bZ4[nXnjFK-35g`%1sR@]!Zt7lpic$A'CNTn,?qW1EiT&T:_@^%"-8E`Y)ip`PHuBp9>%Hc:N&\j<V![%RBMMK52D=(a#J[gT'['F3#?15J50+Zj'%r)$G]b7t"!LSdMQf<fTfWhN&Jp\>\I'r>tsq2@4.L40@bN>ph21.M,W4<hu714=+rPC!]GY\DM&FkS'YPRqSh_%kku[U<BJW=1.4/Y6.jnT@bR[;_[JR="bQ.eB&Wh_@j9dN.A"bas?7;/*W@*pc7Zk(eLF!uGEH\<e(Ja:/#1=jdS:Og4D*B>Cb8QYe8UfN759<N!86SE7.7>Ju9U"0s@Wl=4p"ZmK4I\?DEK2,`"e+7_Q?+':Z/Xbi-edjO<P&?3kj0cf+9Cb/%(EJ1FXR#*q3Y'Bd/%-m_)UGG#m3.$iDe,W_5nh#8pB(Di8jelK$X_oqj?0XU`]^eU%MpM.1Wb%<j]GAV%JCQs.n/2;*L=$jCqQpgWo4XFNUV^ncFb:iPeiJaE,%?P^NSJ["SU7H4Aj\KsL6/I]@Y>@_e/GBW[#.;<nQZbIk;*6TNePD.3eEVlj/<!b`p.^lb1-CV8s&o4D)r(C?hP7FR.>o>99[6Jof_#)?<2i/*`T)$778ZAbEB'IC[pZfbn,;=I_3!_oQ<?CBfbRW9ggZ8!VK!9%KWG5.D3X\Ftuu:\J0gllc;F5&?7VKLf+d=l:!n06#1pUXEUMpT))Lb*`LRL0SE-cd$IpcI^\CD5/&N_od_]'4.!o5:R^,NBReSQ3kI]<?"mdlVnEfOkbnCrAU+-R~>
|
||||
endstream
|
||||
endobj
|
||||
6 0 obj
|
||||
|
@ -20,10 +20,10 @@ endobj
|
|||
>>
|
||||
endobj
|
||||
7 0 obj
|
||||
<< /Length 901 /Filter [ /ASCII85Decode /FlateDecode ]
|
||||
<< /Length 886 /Filter [ /ASCII85Decode /FlateDecode ]
|
||||
>>
|
||||
stream
|
||||
GatUr>>O!-(l%MV.sqX>omDR*k7Z-&Bk#M`OdIu&aeV\R8<YrO.K0!^:/.6.N>1=91ZWs+q`EH>rp7hF"dhOXr,@D+HA2GU^DIM_/@s&Z/olKW!Pbi;a`k9fK6`P*3f@>,]=l@I>FFS&]*<b8s4rL9PLrH_3e\.,ctS0)$";FnN\No`:KNTlPA4YE(b4R\k<C>BpIsJ\$rT]6LH]HR>DuEg!Qb?'E[u8Xj6;r`@(Nd8+#@gt7Q?h!5r?Z^i])0__-<%fM6PK^T!3(W=h?k-^taQO#l"rWlcGqn5aN/=i!d#6(h7Yb>O+GlV_hU(8l&63ELt%UkYiN@O"jB7&%9oi+87*+<U`iWB.[c*2'\Y9r)n75e-,8UCZIffIr++Z>0KLW"a3O(FJ6L2\Q52CRu_<nO%b2,7-C3,cCSfXg16NE#dkn3X8K+]MS5%uA25LnAcWS".'SuW)#8-905_gXP>TgG&*7]!L(2c*,)TBij[GVTjR`RRQ^cJ3gFtGoo<8fJ6`">_DYU*9Y(g%Q]@8UbC,J0#!d^GRHg8:>ZcfgF9oA1CoA&d:Q#r%o0$DA0!gVS[=iR:.e,5uNe>%Y%;ie03YoXQ15<dOZPW6*[24!f:GRTj!K?^_29Qm:?ACR=71WH`A)pL)i`Wk2].=-n9f@?2`Tp2Um+@&34R\PO$5q(Zg*\d,a:R4lR\g-"c'\k"3#c$Ht,Ic6m04/2c^XCI9Mb<A1iNN5s=$Ba"!YLo+LbmN97=ZLh+B'DQ4j7f%(G>,c14r(#"eGf"pR5l:D>TOB2DM4=aC]YO@@_Tt2M^>'$jami(fsUZl1UK5lW7BWM;m<_$,^UJ&9?OHIoU?)Z^!g8?DaD[aK2_R8GC4u(=O=J5)\GZ.)#4IXN[74Y#_bi]DlJMm)/~>
|
||||
GatUr?#SFN'Sc)P'u"K;nGEm=c=L4>8Q."="f[^:Bl\hnZ\ASq;p)kIo0m,M)_&SQ1&-/=+.m'?FtreJ@fR0u^`o3iYaSsMbSL@J4Yu:X+8X%\M`(9Xoh5Y'##gHu1-]&-Wcb2().9D#s.4_C_&ooVDERil8#u)e"t:k,_a!rLQWZ9WZW-,Xb;=,g)ARFmdSNgO4U:(r,BYQ$nX.s:qR4?lB$ko5EFJs*P>`c!po;1iQ&gZr!=XWuF3`M6)$"87!0IY6+/c0eUe!bC'AMFR[<<Brj8fr)`ht@pVFlp,r%an][Q(,=[iRo,5'"*[Y93Kc,'ECZ;u*,L4%c_TPBjhcr$h6sJl4nI?CLU[?%8r>l*dCUDAk=o)R3WMP"uG_:h[9)QMIJf]@\sM8p,,FGFl;[Ptc.Q%oFQqQ/C,kf]b@g7q5G7"u*<A6<e_cd1bptTA;Vg-DTd(4HeH-)Xaci=e)F.QY0I8QK'okqV5UTfS5N.Qq"4I&1YTC]A]7-\j"%Ng:<N[<m1%1/79%a[\r!H/H>WkBLjRl2UD=S<,""f9j*J\'r^DHb;-%Zg?'Ks`RNQubn5+mlQOgLj-&i(`3Tp=A#X-p#>f,"S]rr$c0gP*aJ_V0B8gD![$j?egiKpO;u@D<f%$)_^638D&0RWYSYLj'5q(Y<`L$f$P^-NImKba1"o!j&_DlsJbDeBfO=uIhY:QurZ;Q%InCPWi>J2hF&eUU;LbmL5AUkn3+BK\S4A9Y9LFGF+A-S)%$3C_F*jjPWb4[3rARa.OCsD7Ta*Q'9bSUb9#)$V)N,,E)Cid\XeZ5kF7%*d^_Jg;'K`!H+]W*TofuUB>ca-12A_nAoA\3%5bL7O+VBneM<8L%s<p%\U=%h3-mQYIufZs~>
|
||||
endstream
|
||||
endobj
|
||||
8 0 obj
|
||||
|
@ -87,19 +87,19 @@ endobj
|
|||
xref
|
||||
0 14
|
||||
0000000000 65535 f
|
||||
0000002991 00000 n
|
||||
0000003055 00000 n
|
||||
0000003105 00000 n
|
||||
0000002982 00000 n
|
||||
0000003046 00000 n
|
||||
0000003096 00000 n
|
||||
0000000015 00000 n
|
||||
0000000071 00000 n
|
||||
0000001230 00000 n
|
||||
0000001336 00000 n
|
||||
0000002328 00000 n
|
||||
0000002434 00000 n
|
||||
0000002546 00000 n
|
||||
0000002656 00000 n
|
||||
0000002767 00000 n
|
||||
0000002875 00000 n
|
||||
0000001236 00000 n
|
||||
0000001342 00000 n
|
||||
0000002319 00000 n
|
||||
0000002425 00000 n
|
||||
0000002537 00000 n
|
||||
0000002647 00000 n
|
||||
0000002758 00000 n
|
||||
0000002866 00000 n
|
||||
trailer
|
||||
<<
|
||||
/Size 14
|
||||
|
@ -107,5 +107,5 @@ trailer
|
|||
/Info 4 0 R
|
||||
>>
|
||||
startxref
|
||||
3227
|
||||
3218
|
||||
%%EOF
|
||||
|
|
|
@ -150,9 +150,6 @@ document.write("Last Published: " + document.lastModified);
|
|||
<a href="../api/contrib-highlighter/index.html">Highlighter</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
<a href="../api/contrib-icu/index.html">ICU</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
<a href="../api/contrib-instantiated/index.html">Instantiated</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
|
@ -261,9 +258,6 @@ document.write("Last Published: " + document.lastModified);
|
|||
<a href="#highlighter">highlighter</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#icu">icu</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#instantiated">instantiated</a>
|
||||
</li>
|
||||
<li>
|
||||
|
@ -370,68 +364,62 @@ document.write("Last Published: " + document.lastModified);
|
|||
<p>A set of classes for highlighting matching terms in search results.</p>
|
||||
<p>See <a href="../api/contrib-highlighter/index.html">highlighter javadoc</a>
|
||||
</p>
|
||||
<a name="N10071"></a><a name="icu"></a>
|
||||
<h3 class="boxed">icu</h3>
|
||||
<p>Provides integration with ICU (International Components for Unicode) for
|
||||
stronger Unicode and internationalization support. </p>
|
||||
<p>See <a href="../api/contrib-icu/index.html">icu javadoc</a>
|
||||
</p>
|
||||
<a name="N10080"></a><a name="instantiated"></a>
|
||||
<a name="N10071"></a><a name="instantiated"></a>
|
||||
<h3 class="boxed">instantiated</h3>
|
||||
<p>RAM-based index that enables much faster searching than RAMDirectory in certain situations.</p>
|
||||
<p>See <a href="../api/contrib-instantiated/index.html">instantiated javadoc</a>
|
||||
</p>
|
||||
<a name="N1008F"></a><a name="lucli"></a>
|
||||
<a name="N10080"></a><a name="lucli"></a>
|
||||
<h3 class="boxed">lucli</h3>
|
||||
<p>An application that allows Lucene index manipulation from the command-line.</p>
|
||||
<p>See <a href="../api/contrib-lucli/index.html">lucli javadoc</a>
|
||||
</p>
|
||||
<a name="N1009E"></a><a name="memory"></a>
|
||||
<a name="N1008F"></a><a name="memory"></a>
|
||||
<h3 class="boxed">memory</h3>
|
||||
<p>High-performance single-document main memory index.</p>
|
||||
<p>See <a href="../api/contrib-memory/index.html">memory javadoc</a>
|
||||
</p>
|
||||
<a name="N100AD"></a><a name="misc"></a>
|
||||
<a name="N1009E"></a><a name="misc"></a>
|
||||
<h3 class="boxed">misc</h3>
|
||||
<p>A variety of miscellaneous files, including QueryParsers, and other alternate Lucene class implementations and tools.</p>
|
||||
<p>See <a href="../api/contrib-misc/index.html">misc javadoc</a>
|
||||
</p>
|
||||
<a name="N100BC"></a><a name="queryparser"></a>
|
||||
<a name="N100AD"></a><a name="queryparser"></a>
|
||||
<h3 class="boxed">queryparser</h3>
|
||||
<p>A new Lucene query parser implementation, which matches the syntax of the core QueryParser but offers a more modular architecture to enable customization.</p>
|
||||
<p>See <a href="../api/contrib-queryparser/index.html">queryparser javadoc</a>
|
||||
</p>
|
||||
<a name="N100CB"></a><a name="queries"></a>
|
||||
<a name="N100BC"></a><a name="queries"></a>
|
||||
<h3 class="boxed">queries</h3>
|
||||
<p>Additional queries for Lucene.</p>
|
||||
<p>See <a href="../api/contrib-queries/index.html">queries javadoc</a>
|
||||
</p>
|
||||
<a name="N100DA"></a><a name="remote"></a>
|
||||
<a name="N100CB"></a><a name="remote"></a>
|
||||
<h3 class="boxed">remote</h3>
|
||||
<p>Classes to help use Lucene with RMI.</p>
|
||||
<p>See <a href="../api/contrib-remote/index.html">remote javadoc</a>
|
||||
</p>
|
||||
<a name="N100E9"></a><a name="spatial"></a>
|
||||
<a name="N100DA"></a><a name="spatial"></a>
|
||||
<h3 class="boxed">spatial</h3>
|
||||
<p>Classes to help with efficient distance based sorting.</p>
|
||||
<p>See <a href="../api/contrib-spatial/index.html">spatial javadoc</a>
|
||||
</p>
|
||||
<a name="N100F8"></a><a name="spellchecker"></a>
|
||||
<a name="N100E9"></a><a name="spellchecker"></a>
|
||||
<h3 class="boxed">spellchecker</h3>
|
||||
<p>Provides tools for spellchecking and suggestions with Lucene.</p>
|
||||
<p>See <a href="../api/contrib-spellchecker/index.html">spellchecker javadoc</a>
|
||||
</p>
|
||||
<a name="N10107"></a><a name="swing"></a>
|
||||
<a name="N100F8"></a><a name="swing"></a>
|
||||
<h3 class="boxed">swing</h3>
|
||||
<p>Swing components designed to integrate with Lucene.</p>
|
||||
<p>See <a href="../api/contrib-swing/index.html">swing javadoc</a>
|
||||
</p>
|
||||
<a name="N10116"></a><a name="wordnet"></a>
|
||||
<a name="N10107"></a><a name="wordnet"></a>
|
||||
<h3 class="boxed">wordnet</h3>
|
||||
<p>Tools to help utilize wordnet synonyms with Lucene</p>
|
||||
<p>See <a href="../api/contrib-wordnet/index.html">wordnet javadoc</a>
|
||||
</p>
|
||||
<a name="N10125"></a><a name="xml-query-parser"></a>
|
||||
<a name="N10116"></a><a name="xml-query-parser"></a>
|
||||
<h3 class="boxed">xml-query-parser</h3>
|
||||
<p>A QueryParser that can read queries written in an XML format.</p>
|
||||
<p>See <a href="../api/contrib-wordnet/index.html">xml-query-parser javadoc</a>
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
/Producer (FOP 0.20.5) >>
|
||||
endobj
|
||||
5 0 obj
|
||||
<< /Length 908 /Filter [ /ASCII85Decode /FlateDecode ]
|
||||
<< /Length 883 /Filter [ /ASCII85Decode /FlateDecode ]
|
||||
>>
|
||||
stream
|
||||
Gb!$G9lldX&;KZO$6>[i<IGuRN_QB2FF*29>MB7rZHWN)"1W7JI9.UYlZ<L/;?`+/OkH#tBWY>h]$5g;pQC>o16QJVB)WJF,J/I>"tr_Lo2ub_.\hZ-#P*<9nX(,>I7)R0:>k!obGiiGC9RYcl`R5a[X>S.5=tPd7ZIe))>R`$'e@F<1^o`4&!cNKR9Q_(li&Q14'hU:fUj@X?1u=,0HDW<_g(C+j(Rs0g8<nD7kb?3'%duus-NO2$'jW[a\#7$RlOPJ;XoW>-fKcTl68EqH[h]<F7Y%oi/>+UU28m+o@tbn6.a*TOLL97ktRjS\f<\',FXS,EY]M4D`n#lhd32,8mK1AdLqPpiB0&Vhj:s'"n,d,?73NBbAgD&H00oC4elb`)9%r]l.m'NE`"LJ%L!KOBV$0^QZ^o4TTsf+2kJWDa9Q7\LtQUi,BGunN8gm:;3gUGg8<HjeLYsP#b3=hBZW@rMEg;ldlr++#NdF?rpuFIN2/"q--#J1Z7ETZNmq.0R=mS@C<"pPG@J'Z_UD)ccc<]cHqLp)ZY3mPGS)Yi9Ou;C?(!!.$&5t>SbHRqF;b\:;!)^<)P!W;1-TQs/2Tt4@6sYa4YR7oGq&@eApD%0)TJ[\R:Shoh(a]PWq$Yu.c$#^"^"Eq@sm!o)/>\g*HbAu"(q)eDag-NbP2EPn<?J[V@Aps7L@n]XEXZ%CtE`M`Hi;-.ZoN]].j\Q'$a4`WO;38bA3HN!'c;cCtahNA<cT\:p',&[J$t5)<WH(![j$%;\hLK'-DSn_HBQBn5Ate"3RH2X3!9p)VgdF+u.@NUPXdoKas!M;Da@I8\ph-&Do@ckLMb%\J(VX6?1TiN('n7iDZS^VbH!:D1Bi8oZ;N&W]-T49heJg<Omi)]0gEEe,E!YW'gRe8I*(4~>
|
||||
Gb!$G966RV&:j6I$6>[i<BUnSA!:U:SR+A=f(OX!*&GFh!3YX;hj'_)[6"P>W?RDD(>>&K[+a&&pK@"E;%aI=7^>b(bYJg)ne?&[i58-$Sjaft1.k*G,Ms:ZpNa$oG@W/^"POVu%Y_&_IJN?/LSjLoEcjm$P3au`*#&<4o#5Pt<g:ek4C"2U.bfY49oEWDrYNqPY5<,#:D(l)qr:A;%MbmMI.!&*BlPG9eZlJ+3"J"\fGa_g`Onf0V(!QjLf&7Mk=S>rhU(L8]T?)uaQI^7&+jdXT!1$G/8hU=)n<jD2j.P4]%HHAp=Uh,0f2Pd",CSYP6"c\!b;&6`s$lsN1lNHJK$pK1iS6!gdllu5&DhFp:BoX!JX_e:+`B3,Ndu'<R]/_^9"pf*4sFA^%T+Q6[iV_Z^=+2!a.A)N9%$,;3gT\M&T[:IVZcp=l<n9*l-fME$W3I];@`:-O8dI#\>fJR6mSuR3kDo]<Ws"o+'8/H*p=T'ZncpCb5U,d-YP>\"2,AAiFEYhp<!:Ko9H2N?T_S)(?E`;KpuW%F?O@_N]=XL@c*iAE,,,KglD$3-;@]"1%tE_]4k/36_k7V2Jc04<:cP8>4f$Y[(8cU#/32HtkXs\2_LKF#$CJ'Y:u\.QD)Vci.2'Qs%H#JHb,!/qWW`ABY$`L$i'o:]?>irAbeoGm6)NPUM?IB4D\q.3+h#?#/?<XBXL`5X(#kfQ]/`OcdNL?+%&oe^DoqAMR&,2K7Yh5@qZh^%nm6&=g]rL<RN+qVg6FBf4QH?\<]H@j6YQ@5JR9W6g5)=,Nl;+t7?UYJ^srrm[BHL:[cf+V],X_-#c5)89Ce^2<\sD#.YuU*l#HTjC*>ChejWWle?.fH$u-R.am59ca'PBc*"E~>
|
||||
endstream
|
||||
endobj
|
||||
6 0 obj
|
||||
|
@ -39,7 +39,6 @@ endobj
|
|||
36 0 R
|
||||
38 0 R
|
||||
40 0 R
|
||||
42 0 R
|
||||
]
|
||||
endobj
|
||||
8 0 obj
|
||||
|
@ -95,7 +94,7 @@ endobj
|
|||
18 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [ 108.0 468.666 138.164 456.666 ]
|
||||
/Rect [ 108.0 468.666 178.832 456.666 ]
|
||||
/C [ 0 0 0 ]
|
||||
/Border [ 0 0 0 ]
|
||||
/A 19 0 R
|
||||
|
@ -105,7 +104,7 @@ endobj
|
|||
20 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [ 108.0 450.466 178.832 438.466 ]
|
||||
/Rect [ 108.0 450.466 144.836 438.466 ]
|
||||
/C [ 0 0 0 ]
|
||||
/Border [ 0 0 0 ]
|
||||
/A 21 0 R
|
||||
|
@ -115,7 +114,7 @@ endobj
|
|||
22 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [ 108.0 432.266 144.836 420.266 ]
|
||||
/Rect [ 108.0 432.266 163.496 420.266 ]
|
||||
/C [ 0 0 0 ]
|
||||
/Border [ 0 0 0 ]
|
||||
/A 23 0 R
|
||||
|
@ -125,7 +124,7 @@ endobj
|
|||
24 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [ 108.0 414.066 163.496 402.066 ]
|
||||
/Rect [ 108.0 414.066 146.168 402.066 ]
|
||||
/C [ 0 0 0 ]
|
||||
/Border [ 0 0 0 ]
|
||||
/A 25 0 R
|
||||
|
@ -135,7 +134,7 @@ endobj
|
|||
26 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [ 108.0 395.866 146.168 383.866 ]
|
||||
/Rect [ 108.0 395.866 180.14 383.866 ]
|
||||
/C [ 0 0 0 ]
|
||||
/Border [ 0 0 0 ]
|
||||
/A 27 0 R
|
||||
|
@ -145,7 +144,7 @@ endobj
|
|||
28 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [ 108.0 377.666 185.14 365.666 ]
|
||||
/Rect [ 108.0 377.666 163.156 365.666 ]
|
||||
/C [ 0 0 0 ]
|
||||
/Border [ 0 0 0 ]
|
||||
/A 29 0 R
|
||||
|
@ -155,7 +154,7 @@ endobj
|
|||
30 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [ 108.0 359.466 163.156 347.466 ]
|
||||
/Rect [ 108.0 359.466 161.824 347.466 ]
|
||||
/C [ 0 0 0 ]
|
||||
/Border [ 0 0 0 ]
|
||||
/A 31 0 R
|
||||
|
@ -165,7 +164,7 @@ endobj
|
|||
32 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [ 108.0 341.266 161.824 329.266 ]
|
||||
/Rect [ 108.0 341.266 159.832 329.266 ]
|
||||
/C [ 0 0 0 ]
|
||||
/Border [ 0 0 0 ]
|
||||
/A 33 0 R
|
||||
|
@ -175,7 +174,7 @@ endobj
|
|||
34 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [ 108.0 323.066 159.832 311.066 ]
|
||||
/Rect [ 108.0 323.066 188.476 311.066 ]
|
||||
/C [ 0 0 0 ]
|
||||
/Border [ 0 0 0 ]
|
||||
/A 35 0 R
|
||||
|
@ -185,7 +184,7 @@ endobj
|
|||
36 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [ 108.0 304.866 188.476 292.866 ]
|
||||
/Rect [ 108.0 304.866 157.168 292.866 ]
|
||||
/C [ 0 0 0 ]
|
||||
/Border [ 0 0 0 ]
|
||||
/A 37 0 R
|
||||
|
@ -195,7 +194,7 @@ endobj
|
|||
38 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [ 108.0 286.666 157.168 274.666 ]
|
||||
/Rect [ 108.0 286.666 167.824 274.666 ]
|
||||
/C [ 0 0 0 ]
|
||||
/Border [ 0 0 0 ]
|
||||
/A 39 0 R
|
||||
|
@ -205,7 +204,7 @@ endobj
|
|||
40 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [ 108.0 268.466 167.824 256.466 ]
|
||||
/Rect [ 108.0 268.466 211.804 256.466 ]
|
||||
/C [ 0 0 0 ]
|
||||
/Border [ 0 0 0 ]
|
||||
/A 41 0 R
|
||||
|
@ -213,22 +212,27 @@ endobj
|
|||
>>
|
||||
endobj
|
||||
42 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [ 108.0 250.266 211.804 238.266 ]
|
||||
/C [ 0 0 0 ]
|
||||
/Border [ 0 0 0 ]
|
||||
/A 43 0 R
|
||||
/H /I
|
||||
>>
|
||||
endobj
|
||||
44 0 obj
|
||||
<< /Length 1840 /Filter [ /ASCII85Decode /FlateDecode ]
|
||||
>>
|
||||
stream
|
||||
Gatm<gMZ%0&:O:S#lBhd#q]'Lm8K0BdOs7mG2j>dRQf(2D/1_]/k*h&hfiVeL:60]korB/as-"lk0+7;-_oG<khhLs_C2c3X8I&g/O)B[$8"oqXl1A:h-6Yq-FW#_0)Tq,o(sa+#^'BF$#;TuI<7UiNUHq,Q7kpD,MSZJhurhM<jgJ#i-!qGXK91_-onahg$Y66?T5727CU!n\Q7teh"o'[I'0iR]>O&P*?:E!^>EV_7NnI3A>nHiPZ;Ic.POKMT[I5R&AouFk"iWoXd/f:@bj3*=WtCW%/TNO0@91Df<&#q@a/D&nHOW8#ENLRWE)>s0AWsG0"3hRJ]-g$Pb#-SC[I4fg=gt;%m3Xbo(hhR![#=BN@>J_f)gf#9"dL%,kan)<hIB0$+sHD;QYYi:<\oN.>`9^)5pNKHt]o(H,QkfhC`>Y+Ji;CFM?+(,$%9l!eM�qa5,*/e2Dp7I9a=;u(rJ-Ig'e@ti%MaL+Rg0tJK%gQ9\DZ51Wmq=$V>Lkq=0C+$G2N+!I1:^-N3Vr\c/MO\H]ghf@nS=mbg60cNnZdO_Hq4)*g[chu]kZ"@@p]'3+WjNONbUpK#_-l[b)Kh"WfZi(>j3'kbFN-$3gFtV?Id7+J4i\cbit;b#)bg18<#_oWbiq&KbKTh.<b[O5gW7th'=RUjU`[k&G(>&eg@[T;oLPc1?XHWe0`f39(\VB]"]Zsp*>.:/r@;u/`OT7Qs>P@d`C#sf;4'*#/BF=ORB[9?k_!Oc8LC82`P<'@pTZQkt<9\lk8QD@[M"E8tZpM69G?A5q$b:N'3A9f.r,j$QQd9lOn$ua]s^<(#Z4GfYD:oq;@ct7^*W;@-&"=R#>&\"],9'_,I/l$;,bMp-j"Q74=_HRuA;_HdC1UJKiqN_dg_&RVT0(c96pYCp:>ibLS-;@*;PJR.9/sSYfP)nlo6I<b<<ncO/('NuPL;][2!'EBN*TbEQsbqEbamk2U9Uk2gg6DLC9=EJ&s0Sg21p;Z]nGa&'B%clKZWf-^D=1>[RW'XS)iQ14Kc[o]2N]-[:k=Yrc-UL7QV!:Lqj?0f25\]7aj=q4(+TJe<^[_L&CX_]1M0b>_(,g\kdQXV)N$\oP3[b4NInf*eMMM9hr#Sk!#2RoL>?LWas/&"E@GlD`@cFob7KO&RVY]:<6S"Hmugtt:(^a!1THk3Y^;3ElcliH]+O[5i00-ZDu[-@OUgn7S*Sk7qoM"kt8)Ck[UM!7O5AW^`,OCNPhlT:]eVK,Bp`D_f-B6Vpo(UKQa`__c:3sD&XFZVN/GjP@#_m0AsWne,aj^d^<qr>!2e%I`b+]/e/UG<mVH*.AW@u'p!VG92i1ZH,[.X#W9#?q#nap8S4:kUO%`_&Le)K&;JBS;sG5Pc8A.k^4A5KCXa6BT@a#KDDl'F]+ZNsC:l!P6f.*Xp"t$4Z6/`RSu_.a3$kf7Lg0M#Wd60ZPNiGC/a-OMnk9`-c=V95#c\@Xq,*@uXW.5H`A9ih)oKaV1=ee,kn`A6G@JiXYI:)Nu;RBu['=d5\/6<4j#''W1`"fkXum`uRAc3>D>4kT,LRrNaOQ%<*9iS7MDHMg>D\J8T.B$kW.KaACJ70ZI)/^+/p]UPhtg[$W@]@`7WnYD$.l!qGZUlYb-[<X=))KY$)s0^u1E9W'GAq-uq+jTtr)&blcEW-rd`g'^&fJE;JoAZ$Q1^oP.Y'?EgccE)!qh,i&-opjC6U/K`LbHH'?eB2:B9PRYS"W4HDL</d(PBnM`4=bNi@+pPWl^-ErddFbef-LN+F=UtXI^c=U\QU+gmFDegVRQ4t<^"!W)b@1gAcutOVNtuE?"2?"!DUq)85LK,%q]]VmJ~>
|
||||
endstream
|
||||
endobj
|
||||
43 0 obj
|
||||
<< /Type /Page
|
||||
/Parent 1 0 R
|
||||
/MediaBox [ 0 0 612 792 ]
|
||||
/Resources 3 0 R
|
||||
/Contents 42 0 R
|
||||
>>
|
||||
endobj
|
||||
44 0 obj
|
||||
<< /Length 1340 /Filter [ /ASCII85Decode /FlateDecode ]
|
||||
>>
|
||||
stream
|
||||
Gau0Cfrj'f&:O:SkV3*QQE-=l,]-En/WdqiD'*GZ[T.!\.-]UDIXO_LBb#P;jLV9uGTk>j*6pQ#*5110Ibq0?Y#odrpP2a<$'!q(L/4e'heU1eU(S5E'5^gC<c>`g^_u*EooJQA`&R\"frsUQ7,c+Za\Zsi;]0GPk`8ePN-Plpj"@NY>Q=S=rLe@/r]9m+gAF"BV^0Mb.\bm+1,aM1R\`kl&(0s?T0G_V^k.d"!G7Kk,m).Z`5Dd=KZcAI(n]_A,)O?b/.T]5hOUngB,DubPfUf=Q(5pL5_WMn,=8ZWlPo;u24YgGHiH/\Fk`A9:[B#^K=%QfI^[[1ILKiH,Sf%.W3KuPo:mC3e+RA)P4QctoI?\j3V3?k6-/K7[>HCF53ae6>CcfVR:BG5*/q>TF][ePlk\hd5VUOF-'8mu?UD6]l#<NAmH6FCYID(`]Qi<qo*s)he49e@f%Ug9?hKeb]l&I9:IKrE+#RLGr;T_uPBW"7Rb'lDCo<&F)<r(Zfq"oj\mBSL;pWWTAs,]o2NUKIlhfp7-5+\JgN=]M0Vku&8W7ahp3Bdl$:Ln]`0/q[	nm96IBBL^JPkPsmk@GtB*h/=T-TO5Kfhe7MQ_Q*-$D?X@T[[nVPs+T&gN^h1&.MqZDH$mh-!n,^ku=P]*I$Mio'rGmKY`hA%l7rX%cY"U]b`WF%%Q%Z!uXUL,@OsE-H1VZ23>b?t/+qC<k;8cX/gsW8I8pt:9%b$.ge6rbFSg?lt\Ef^CJ=PpgrdT(ooGL6s+"h-@^sI(b@W%&]?Y5#nO[@l-S9^D5+gPa)nUn9(ktlp"I67KaAZ9Ioo_;H>TMkf?H-+6Y(DPn*]s1?T[;CoB.j;fl-V-L\1E7ll%E3?JaiFBgNdmWM_VFC5l;X3<=&[XUnD6#s3FC0Z/4en]$cOq8F$D*n$!HH%ICYTPJ>Mf\V@8=GlbLGQA7AD7S3n6cns_K?ZZ-mJdo:0*QT6&Upn:&ud8E4NP0W*m^^\-4p>LHDW93I\D"):Je5p5=RQ1h]/0iR`%>ibBDYp)`h1O(:dLadQK-0L=<l1jYg6`BHPTDLDRd86)613L1WJZ2F!6kk<,q7d_Hm%?4%/84*;^k+qhl^H9Th8nEl'TjK+W%"]'JYf98=j+i/GR"%Gm'M+3D9DWj/sr)F?YO+8P#/c*38fh[Jo$7G>6oH@N36!J5.5$65#XC6^KuEgcLI2(*bZ'Bl\t';'/,;ip:8:+JVk+JInD<X5]aS)5M?iX(]#nq>$08?#t=t_c+dh?TNl8:Tg',ECs_*g70BD%T&t@nX!kF4_fmehD]krEtZ0RQ),R]^0<EPTZRMG,<g)H!j,b*SH~>
|
||||
endstream
|
||||
endobj
|
||||
45 0 obj
|
||||
<< /Type /Page
|
||||
/Parent 1 0 R
|
||||
|
@ -238,10 +242,10 @@ endobj
|
|||
>>
|
||||
endobj
|
||||
46 0 obj
|
||||
<< /Length 1330 /Filter [ /ASCII85Decode /FlateDecode ]
|
||||
<< /Length 1108 /Filter [ /ASCII85Decode /FlateDecode ]
|
||||
>>
|
||||
stream
|
||||
Gau0C9lo&I&A@C2n7^-I-pC5lkdX?U:-7J]b,OV+-6W[9P#+ElY5@Osr%\;BS4&o_1m/-+Mg`5+m/h[Ag\e_=I,0nJ!8i!i'I+U:E=BTeFOs__;^;tg3??po5&B)'dsr'!]r-@-.j@==`brQ-]b,u0M$?=5;2fe-/#,>35&#ESk5?c2q>G^>Q[2K=c*!g+UYW,+H]2Jb0oNVm:.Y+4E%7X(*MW4r+5]L3?q-9K!#(Bs?if=6,&DcL_PIqmKFVr-ib6>V1l#QAhaT[LB:(%8Pji5Sb:2F$M$gq*Js[[5f:1H)XdaTDp[`N.W4LRQ4L)A5!NE%.o5(Cplkmr3,c.u)WI3%7A]K)_FPR^,NQ0$AoKm"T-M.>X6-:h#[>6PHF4S*uD#ji?U_DM"A(tP].a%m<V($ns++`G?@9HF[KednbF8!H23_4aq%o,"%H9=<Y`ae!+mH8cajm#!2\>m#7`I-^sQ7#o$W`dfkkK7<nf3b[^mamH)eNpsY=Ce$hpet.lb/8b$iL,1%6rpdpPBG-EU3OfmT@ODbe^JP!-1QXU0`6;EnJD[S4=M`QPuQ:nWZ%WNSZbYCM\sF'S1?&6)5:@EDEm"U^:dUU%OfEkhd4,@Q.JiSV="^uJS"/6r*Io>h$u"[C`l700ado01/;JAF\g1d-.B"oh8BBV%">*FC=BQ'>a?<=a&#=UZ_9L5>[L5R9W!?+S?ETl8<gudUJ;Ft-UjL>AlTs)_'kT>gms.U"Gq6UcYbipeEKr"lpXX'qG9Uh+$FoIen2MAX5YU/APR+4@`c<iV=24+cYNnGq6huB?K@NZ(pOBp_"3qo$PH-B,ijG75VNV$'>;hh\("tr(G#F3<$K/s\bo>S&7OT/p'Y]EgQQg-bTX6ZQ`h=M[a87";-UoWi03<TkCbQtG``m_1R(X`");/Fnc*Yt3JX!@q:ndNO2<ncA1.''0m0qM%>D^'UusXK$F@!r?_-I'PV]o@;WOJ:3Zu!^<2FHtn)"=1oaa5B=jc@t1]Ga9pN3<<Xe#K&YU*L%5j)5DYX@aL,4A<r9*ueUMYImV.8PZcPVmRM(%7-i`H"HrckblQ==C)=R*1>C#ROqdo>O,-K]^3#0bNcOl"`f.WMa3*<.nc"C&2*(nDekl&`@us1]]"XNb*EU;VBDmP6@^R9RZW+VmbK/i7:qg1\X11!U'Lr-RbB4XZJ%W)#"\5ZA9+<DDE(QhPim+N/__d!!s^p$Dc#O[e'=>O[+c"Z%sY>3ZVQYDXH]1FmftAHEoa9;aKOX`AjGZ].l,?^ro\ArabcJUN558>ME2(04*_-'u`<!IFm=X"1o()7s!\h"hK_Mo)~>
|
||||
Gau1.:NP5L(rl#l$6@k'Wr>XTVO^GZ47,_qE9L!-#6bL1Xg+iW_Ic%2b$\FO![OAj$j68>QJP-Xc[$no04o\bB"qsq'`S&NQ6D'7&AioPhHeHqPRq=.)?]D>?YAi"mm&"RmXBB)!@If$`G1,;SWJ>0E9tXP'Sq=Z#5i^eQ06`O]$f\E0IMXlhYc5u`gSeBXQh,8T6Eq,)>G!F"VuSO)OY'UL66D6\M3+%qHi@XZ6/0^3s8Q\&-^lK_moU+-rU+&"ZZPB[u[3V"(N_`5;7_Ge&2h)0KhI[C.9%\9TGRHG9$mMNS2h,`#99j4JRuoq#Ual7]m<@*$6tc.!=:a`je'7Y>)P:dB5?f.>2qah)[s]^3hsJLiWa++a!j"R-O#-iA?0H\Fjl/S7MWMCa;Cm6L@f8gHE13&.o=J`[2os&dkgk.\`/Z=fq&=R`^>]gpTsZbK/m/h3pHp:u+*8'dr6#,p4.+-1jYG?4S.Lj[KA#?]L1eh[t\W+&26mZ<XQWns=(911X'E_=1EYN,hH+5N]Xnl?f"u&F8mlM$pUOMU8H*(t>]:9\YiXp)O)?Q'-:h%H8G&N%K<<Shss6*^#u@<Qpd_3q?f9ci(\a1E`Y2&1]UQ,S^I)XKU![qZP$HhJDN#0<ke7a)$Y`?<$HH[?WO:UYXVWH%?lFI]jTR,h,^pYCOe41)[`oJBRCpEeMCV=So\O/*"q8653&7VrAp"PL@0M0@EjD@<6Lu[/ZR.l:-[RWk*N/4L<a:@3`YX4G0@2gQNo_5<-M8D[2mENqiR9Y^fJ:kl08"oBo0B0]2/m]hgeI5EQOH-8WRQ.b3/;X-!'kQh.(M3C7$;aMF^Ui_tPkQJn#pi4cJAR4;O5EO?8-hnOP69(bZcP7&(;I]jW2-`!@qFrL1gCBB_Z.<;5beOg/k4XNl!a679=I?EqenON7G$5+H&`hrQQ2ghPSf@[^rH1UroPOXD>3BT8,'&JaT%HR"gRG>u\MLqp.gT/!77@K9+e&83bK)cXKIP2%X'/8T''-)+ZSdYkSHMc(A@XUKn<Ti.5_JtA;66\gUhOHqER<==(l]p5j->L)oG?(fXh%W?7ata*Tghd`E:\!<&0R3=6D/BF"~>
|
||||
endstream
|
||||
endobj
|
||||
47 0 obj
|
||||
|
@ -252,208 +256,170 @@ endobj
|
|||
/Contents 46 0 R
|
||||
>>
|
||||
endobj
|
||||
48 0 obj
|
||||
<< /Length 1303 /Filter [ /ASCII85Decode /FlateDecode ]
|
||||
>>
|
||||
stream
|
||||
Gau1.9lJcG&;KZQ'g/oic14f-Nbu!L>-pQKpoqPO&%"aZgrbd1d;dWB^E_De8]OHgU-T@FUCVD?4u:+8gY(Ykg#W$`U*]`PRq)X8PU$Q_$JGBL8jT^U.;B9[:HhS255g)O8auB<CPaHl)mdM:oIggOUM0\%A2k_6c.;*N(N3WS.I5$!;43t65&PF?)/k#^Rc`Ir)r7lun[;_A9!^F@e'?Op.t;'<ZMDY4C[L\XC&J4E$79KU@=THVXqr;nk&gdW=#BenZ8A.]0eD^5kOQlSU[tSqa'Y2\E(1(mp+profTnQ87Q:.c3g70mpmA,\Dc>nG)7mIt?+m[2H\(ZhkGc=7E;nFYMLR,OJ,2nVFab1,Nt6hBV?f]J\"L,*Q6]B72+ocTo?05&O!pDF/;AtT!Y`\NQq@tPqj<9=Q:bR\g"pY).E/RT[c?bGN.P.]K"4F-8Hf2$cA-C%-,b6Zkok_<_KM[=o$"baKgjgf#5;7+;Fm;f,<p\i%J^D4R)GCoirT?__I2%/!=KGqAmIJS:4T.25F2uoRD8lomq99_Fk]Ag*@/MEPT+OX>;KSrG1Hi)ile7oB+]ub@l@"$+W?[CI"[16YjC7<&g?1%OrOeuJ5Ek/U<l?t#U7)2(4okOLr!(701HXS0T1Y0/Q?nCWN`MR<?;E/f<$KR"kAU=eabgc!ic`:7J)Tq4<Hbi-qHZXa2_*["c"2iM$T_&9A%ecDd@W0@E9+:1Sl^8a@1hpG,VN%9mpZ4(h-d2'fk^uTEo_D.Km.b/kt(8cZY9I,IN[j./\^=-R_>RSrkBt=F*tsSL;nt/<;W!89<D+21gt,Vr[DHN%@[HjU_%[Fr(2$lh.-X+Me*^!80!*0VuX.[?WPk7_@'jq$8b\SRQd7,[qP$p#fa<Sq%+;2deB(FCAAnE$YOf?/63[ET=j-W?R4*%#bI^W'e+e`EDoUk2pJoJ!r1M"W_Jdh63Hl[WCB*Jdl8[-j'-NP!>"f-62)SQ_U=[?cl%^dA6lT+7!t$GIGto[2i[HTdNK82U'GpB"u3EEeYIp&'d1JcNS3_!sNaOKjBBB'(J7,\8/0eV@(d.XLA-&hk*)%V&IWG6]/UlAuP%/K-^d7=euEs6!)2=$2\>0oDLZT$;-U2/F9'jQ_mPAE)fuBZ1BA/5k)I%ck!!@OqPuL-hUr1R\%)>_*+q\auXGO?JamW4J)nF8]`"g";sk+&+G?Qg6JO'+sgX5LCX6^hV:&5\a%kDW`/=m-E4Hk+c3[?#B>&7&?E9Yl\4*X-Fe)%Dl[>,O<%[Y95jHD[t/B=C@4cH]lsDX:D9,]~>
|
||||
endstream
|
||||
endobj
|
||||
49 0 obj
|
||||
<< /Type /Page
|
||||
/Parent 1 0 R
|
||||
/MediaBox [ 0 0 612 792 ]
|
||||
/Resources 3 0 R
|
||||
/Contents 48 0 R
|
||||
>>
|
||||
endobj
|
||||
50 0 obj
|
||||
<< /Length 380 /Filter [ /ASCII85Decode /FlateDecode ]
|
||||
>>
|
||||
stream
|
||||
Gat%]5u5B@'Z]ZiMKeCsI0(0tO)Aqa`e.m:W<_#&DJ!ZCekPo+V6m+:@U]asn;$c;O8!.UP5CI`$%p[N#EhoZ+Jj0q,hd[f)02qcf&VP/ru6Bm'Yq5j8..b4&p8gmQRFgc)F:rif3i16bb]ZQi+p(8O(Vt+iBc4^Z,=hA^?E5TB(-;pUU0+pA(8(cS/&Y)`fn^Dm\$nG2cg>",rl*(kKHoSU[YI;79qco]C%1r$uJMK*hs(-kS[4XU.%oV+CMsu0o7Sbr=bfG3@uRI%5QZ/_jIJqN$pG)0TcFraE>ZeX$qHHg24B7]O0GLHfK\eMGku0Q1eb$(m4B8<>WoX[\K$tIBIVHD!MEuBtN1DI-oBR)u"guPN)Z2)a$`QlM~>
|
||||
endstream
|
||||
endobj
|
||||
51 0 obj
|
||||
<< /Type /Page
|
||||
/Parent 1 0 R
|
||||
/MediaBox [ 0 0 612 792 ]
|
||||
/Resources 3 0 R
|
||||
/Contents 50 0 R
|
||||
>>
|
||||
endobj
|
||||
53 0 obj
|
||||
<<
|
||||
/Title (\376\377\0\61\0\40\0\114\0\165\0\143\0\145\0\156\0\145\0\40\0\103\0\157\0\156\0\164\0\162\0\151\0\142)
|
||||
/Parent 52 0 R
|
||||
/First 54 0 R
|
||||
/Last 70 0 R
|
||||
/Count -17
|
||||
/Parent 48 0 R
|
||||
/First 50 0 R
|
||||
/Last 65 0 R
|
||||
/Count -16
|
||||
/A 9 0 R
|
||||
>> endobj
|
||||
50 0 obj
|
||||
<<
|
||||
/Title (\376\377\0\61\0\56\0\61\0\40\0\141\0\156\0\164)
|
||||
/Parent 49 0 R
|
||||
/Next 51 0 R
|
||||
/A 11 0 R
|
||||
>> endobj
|
||||
51 0 obj
|
||||
<<
|
||||
/Title (\376\377\0\61\0\56\0\62\0\40\0\142\0\145\0\156\0\143\0\150\0\155\0\141\0\162\0\153)
|
||||
/Parent 49 0 R
|
||||
/Prev 50 0 R
|
||||
/Next 52 0 R
|
||||
/A 13 0 R
|
||||
>> endobj
|
||||
52 0 obj
|
||||
<<
|
||||
/Title (\376\377\0\61\0\56\0\63\0\40\0\144\0\142)
|
||||
/Parent 49 0 R
|
||||
/Prev 51 0 R
|
||||
/Next 53 0 R
|
||||
/A 15 0 R
|
||||
>> endobj
|
||||
53 0 obj
|
||||
<<
|
||||
/Title (\376\377\0\61\0\56\0\64\0\40\0\150\0\151\0\147\0\150\0\154\0\151\0\147\0\150\0\164\0\145\0\162)
|
||||
/Parent 49 0 R
|
||||
/Prev 52 0 R
|
||||
/Next 54 0 R
|
||||
/A 17 0 R
|
||||
>> endobj
|
||||
54 0 obj
|
||||
<<
|
||||
/Title (\376\377\0\61\0\56\0\61\0\40\0\141\0\156\0\164)
|
||||
/Parent 53 0 R
|
||||
/Title (\376\377\0\61\0\56\0\65\0\40\0\151\0\156\0\163\0\164\0\141\0\156\0\164\0\151\0\141\0\164\0\145\0\144)
|
||||
/Parent 49 0 R
|
||||
/Prev 53 0 R
|
||||
/Next 55 0 R
|
||||
/A 11 0 R
|
||||
/A 19 0 R
|
||||
>> endobj
|
||||
55 0 obj
|
||||
<<
|
||||
/Title (\376\377\0\61\0\56\0\62\0\40\0\142\0\145\0\156\0\143\0\150\0\155\0\141\0\162\0\153)
|
||||
/Parent 53 0 R
|
||||
/Title (\376\377\0\61\0\56\0\66\0\40\0\154\0\165\0\143\0\154\0\151)
|
||||
/Parent 49 0 R
|
||||
/Prev 54 0 R
|
||||
/Next 56 0 R
|
||||
/A 13 0 R
|
||||
/A 21 0 R
|
||||
>> endobj
|
||||
56 0 obj
|
||||
<<
|
||||
/Title (\376\377\0\61\0\56\0\63\0\40\0\144\0\142)
|
||||
/Parent 53 0 R
|
||||
/Title (\376\377\0\61\0\56\0\67\0\40\0\155\0\145\0\155\0\157\0\162\0\171)
|
||||
/Parent 49 0 R
|
||||
/Prev 55 0 R
|
||||
/Next 57 0 R
|
||||
/A 15 0 R
|
||||
/A 23 0 R
|
||||
>> endobj
|
||||
57 0 obj
|
||||
<<
|
||||
/Title (\376\377\0\61\0\56\0\64\0\40\0\150\0\151\0\147\0\150\0\154\0\151\0\147\0\150\0\164\0\145\0\162)
|
||||
/Parent 53 0 R
|
||||
/Title (\376\377\0\61\0\56\0\70\0\40\0\155\0\151\0\163\0\143)
|
||||
/Parent 49 0 R
|
||||
/Prev 56 0 R
|
||||
/Next 58 0 R
|
||||
/A 17 0 R
|
||||
/A 25 0 R
|
||||
>> endobj
|
||||
58 0 obj
|
||||
<<
|
||||
/Title (\376\377\0\61\0\56\0\65\0\40\0\151\0\143\0\165)
|
||||
/Parent 53 0 R
|
||||
/Title (\376\377\0\61\0\56\0\71\0\40\0\161\0\165\0\145\0\162\0\171\0\160\0\141\0\162\0\163\0\145\0\162)
|
||||
/Parent 49 0 R
|
||||
/Prev 57 0 R
|
||||
/Next 59 0 R
|
||||
/A 19 0 R
|
||||
/A 27 0 R
|
||||
>> endobj
|
||||
59 0 obj
|
||||
<<
|
||||
/Title (\376\377\0\61\0\56\0\66\0\40\0\151\0\156\0\163\0\164\0\141\0\156\0\164\0\151\0\141\0\164\0\145\0\144)
|
||||
/Parent 53 0 R
|
||||
/Title (\376\377\0\61\0\56\0\61\0\60\0\40\0\161\0\165\0\145\0\162\0\151\0\145\0\163)
|
||||
/Parent 49 0 R
|
||||
/Prev 58 0 R
|
||||
/Next 60 0 R
|
||||
/A 21 0 R
|
||||
/A 29 0 R
|
||||
>> endobj
|
||||
60 0 obj
|
||||
<<
|
||||
/Title (\376\377\0\61\0\56\0\67\0\40\0\154\0\165\0\143\0\154\0\151)
|
||||
/Parent 53 0 R
|
||||
/Title (\376\377\0\61\0\56\0\61\0\61\0\40\0\162\0\145\0\155\0\157\0\164\0\145)
|
||||
/Parent 49 0 R
|
||||
/Prev 59 0 R
|
||||
/Next 61 0 R
|
||||
/A 23 0 R
|
||||
/A 31 0 R
|
||||
>> endobj
|
||||
61 0 obj
|
||||
<<
|
||||
/Title (\376\377\0\61\0\56\0\70\0\40\0\155\0\145\0\155\0\157\0\162\0\171)
|
||||
/Parent 53 0 R
|
||||
/Title (\376\377\0\61\0\56\0\61\0\62\0\40\0\163\0\160\0\141\0\164\0\151\0\141\0\154)
|
||||
/Parent 49 0 R
|
||||
/Prev 60 0 R
|
||||
/Next 62 0 R
|
||||
/A 25 0 R
|
||||
/A 33 0 R
|
||||
>> endobj
|
||||
62 0 obj
|
||||
<<
|
||||
/Title (\376\377\0\61\0\56\0\71\0\40\0\155\0\151\0\163\0\143)
|
||||
/Parent 53 0 R
|
||||
/Title (\376\377\0\61\0\56\0\61\0\63\0\40\0\163\0\160\0\145\0\154\0\154\0\143\0\150\0\145\0\143\0\153\0\145\0\162)
|
||||
/Parent 49 0 R
|
||||
/Prev 61 0 R
|
||||
/Next 63 0 R
|
||||
/A 27 0 R
|
||||
/A 35 0 R
|
||||
>> endobj
|
||||
63 0 obj
|
||||
<<
|
||||
/Title (\376\377\0\61\0\56\0\61\0\60\0\40\0\161\0\165\0\145\0\162\0\171\0\160\0\141\0\162\0\163\0\145\0\162)
|
||||
/Parent 53 0 R
|
||||
/Title (\376\377\0\61\0\56\0\61\0\64\0\40\0\163\0\167\0\151\0\156\0\147)
|
||||
/Parent 49 0 R
|
||||
/Prev 62 0 R
|
||||
/Next 64 0 R
|
||||
/A 29 0 R
|
||||
/A 37 0 R
|
||||
>> endobj
|
||||
64 0 obj
|
||||
<<
|
||||
/Title (\376\377\0\61\0\56\0\61\0\61\0\40\0\161\0\165\0\145\0\162\0\151\0\145\0\163)
|
||||
/Parent 53 0 R
|
||||
/Title (\376\377\0\61\0\56\0\61\0\65\0\40\0\167\0\157\0\162\0\144\0\156\0\145\0\164)
|
||||
/Parent 49 0 R
|
||||
/Prev 63 0 R
|
||||
/Next 65 0 R
|
||||
/A 31 0 R
|
||||
/A 39 0 R
|
||||
>> endobj
|
||||
65 0 obj
|
||||
<<
|
||||
/Title (\376\377\0\61\0\56\0\61\0\62\0\40\0\162\0\145\0\155\0\157\0\164\0\145)
|
||||
/Parent 53 0 R
|
||||
/Title (\376\377\0\61\0\56\0\61\0\66\0\40\0\170\0\155\0\154\0\55\0\161\0\165\0\145\0\162\0\171\0\55\0\160\0\141\0\162\0\163\0\145\0\162)
|
||||
/Parent 49 0 R
|
||||
/Prev 64 0 R
|
||||
/Next 66 0 R
|
||||
/A 33 0 R
|
||||
>> endobj
|
||||
66 0 obj
|
||||
<<
|
||||
/Title (\376\377\0\61\0\56\0\61\0\63\0\40\0\163\0\160\0\141\0\164\0\151\0\141\0\154)
|
||||
/Parent 53 0 R
|
||||
/Prev 65 0 R
|
||||
/Next 67 0 R
|
||||
/A 35 0 R
|
||||
>> endobj
|
||||
67 0 obj
|
||||
<<
|
||||
/Title (\376\377\0\61\0\56\0\61\0\64\0\40\0\163\0\160\0\145\0\154\0\154\0\143\0\150\0\145\0\143\0\153\0\145\0\162)
|
||||
/Parent 53 0 R
|
||||
/Prev 66 0 R
|
||||
/Next 68 0 R
|
||||
/A 37 0 R
|
||||
>> endobj
|
||||
68 0 obj
|
||||
<<
|
||||
/Title (\376\377\0\61\0\56\0\61\0\65\0\40\0\163\0\167\0\151\0\156\0\147)
|
||||
/Parent 53 0 R
|
||||
/Prev 67 0 R
|
||||
/Next 69 0 R
|
||||
/A 39 0 R
|
||||
>> endobj
|
||||
69 0 obj
|
||||
<<
|
||||
/Title (\376\377\0\61\0\56\0\61\0\66\0\40\0\167\0\157\0\162\0\144\0\156\0\145\0\164)
|
||||
/Parent 53 0 R
|
||||
/Prev 68 0 R
|
||||
/Next 70 0 R
|
||||
/A 41 0 R
|
||||
>> endobj
|
||||
70 0 obj
|
||||
<<
|
||||
/Title (\376\377\0\61\0\56\0\61\0\67\0\40\0\170\0\155\0\154\0\55\0\161\0\165\0\145\0\162\0\171\0\55\0\160\0\141\0\162\0\163\0\145\0\162)
|
||||
/Parent 53 0 R
|
||||
/Prev 69 0 R
|
||||
/A 43 0 R
|
||||
>> endobj
|
||||
71 0 obj
|
||||
66 0 obj
|
||||
<< /Type /Font
|
||||
/Subtype /Type1
|
||||
/Name /F3
|
||||
/BaseFont /Helvetica-Bold
|
||||
/Encoding /WinAnsiEncoding >>
|
||||
endobj
|
||||
72 0 obj
|
||||
67 0 obj
|
||||
<< /Type /Font
|
||||
/Subtype /Type1
|
||||
/Name /F5
|
||||
/BaseFont /Times-Roman
|
||||
/Encoding /WinAnsiEncoding >>
|
||||
endobj
|
||||
73 0 obj
|
||||
68 0 obj
|
||||
<< /Type /Font
|
||||
/Subtype /Type1
|
||||
/Name /F1
|
||||
/BaseFont /Helvetica
|
||||
/Encoding /WinAnsiEncoding >>
|
||||
endobj
|
||||
74 0 obj
|
||||
69 0 obj
|
||||
<< /Type /Font
|
||||
/Subtype /Type1
|
||||
/Name /F2
|
||||
/BaseFont /Helvetica-Oblique
|
||||
/Encoding /WinAnsiEncoding >>
|
||||
endobj
|
||||
75 0 obj
|
||||
70 0 obj
|
||||
<< /Type /Font
|
||||
/Subtype /Type1
|
||||
/Name /F7
|
||||
|
@ -462,218 +428,207 @@ endobj
|
|||
endobj
|
||||
1 0 obj
|
||||
<< /Type /Pages
|
||||
/Count 5
|
||||
/Kids [6 0 R 45 0 R 47 0 R 49 0 R 51 0 R ] >>
|
||||
/Count 4
|
||||
/Kids [6 0 R 43 0 R 45 0 R 47 0 R ] >>
|
||||
endobj
|
||||
2 0 obj
|
||||
<< /Type /Catalog
|
||||
/Pages 1 0 R
|
||||
/Outlines 52 0 R
|
||||
/Outlines 48 0 R
|
||||
/PageMode /UseOutlines
|
||||
>>
|
||||
endobj
|
||||
3 0 obj
|
||||
<<
|
||||
/Font << /F3 71 0 R /F5 72 0 R /F1 73 0 R /F2 74 0 R /F7 75 0 R >>
|
||||
/Font << /F3 66 0 R /F5 67 0 R /F1 68 0 R /F2 69 0 R /F7 70 0 R >>
|
||||
/ProcSet [ /PDF /ImageC /Text ] >>
|
||||
endobj
|
||||
9 0 obj
|
||||
<<
|
||||
/S /GoTo
|
||||
/D [45 0 R /XYZ 85.0 659.0 null]
|
||||
/D [43 0 R /XYZ 85.0 659.0 null]
|
||||
>>
|
||||
endobj
|
||||
11 0 obj
|
||||
<<
|
||||
/S /GoTo
|
||||
/D [45 0 R /XYZ 85.0 339.066 null]
|
||||
/D [43 0 R /XYZ 85.0 339.066 null]
|
||||
>>
|
||||
endobj
|
||||
13 0 obj
|
||||
<<
|
||||
/S /GoTo
|
||||
/D [45 0 R /XYZ 85.0 266.613 null]
|
||||
/D [43 0 R /XYZ 85.0 266.613 null]
|
||||
>>
|
||||
endobj
|
||||
15 0 obj
|
||||
<<
|
||||
/S /GoTo
|
||||
/D [45 0 R /XYZ 85.0 180.96 null]
|
||||
/D [43 0 R /XYZ 85.0 180.96 null]
|
||||
>>
|
||||
endobj
|
||||
17 0 obj
|
||||
<<
|
||||
/S /GoTo
|
||||
/D [47 0 R /XYZ 85.0 637.8 null]
|
||||
/D [45 0 R /XYZ 85.0 637.8 null]
|
||||
>>
|
||||
endobj
|
||||
19 0 obj
|
||||
<<
|
||||
/S /GoTo
|
||||
/D [47 0 R /XYZ 85.0 565.347 null]
|
||||
/D [45 0 R /XYZ 85.0 565.347 null]
|
||||
>>
|
||||
endobj
|
||||
21 0 obj
|
||||
<<
|
||||
/S /GoTo
|
||||
/D [47 0 R /XYZ 85.0 479.694 null]
|
||||
/D [45 0 R /XYZ 85.0 479.694 null]
|
||||
>>
|
||||
endobj
|
||||
23 0 obj
|
||||
<<
|
||||
/S /GoTo
|
||||
/D [47 0 R /XYZ 85.0 394.041 null]
|
||||
/D [45 0 R /XYZ 85.0 407.241 null]
|
||||
>>
|
||||
endobj
|
||||
25 0 obj
|
||||
<<
|
||||
/S /GoTo
|
||||
/D [47 0 R /XYZ 85.0 321.588 null]
|
||||
/D [45 0 R /XYZ 85.0 334.788 null]
|
||||
>>
|
||||
endobj
|
||||
27 0 obj
|
||||
<<
|
||||
/S /GoTo
|
||||
/D [47 0 R /XYZ 85.0 249.135 null]
|
||||
/D [45 0 R /XYZ 85.0 249.135 null]
|
||||
>>
|
||||
endobj
|
||||
29 0 obj
|
||||
<<
|
||||
/S /GoTo
|
||||
/D [47 0 R /XYZ 85.0 163.482 null]
|
||||
/D [45 0 R /XYZ 85.0 163.482 null]
|
||||
>>
|
||||
endobj
|
||||
31 0 obj
|
||||
<<
|
||||
/S /GoTo
|
||||
/D [49 0 R /XYZ 85.0 603.4 null]
|
||||
/D [47 0 R /XYZ 85.0 616.6 null]
|
||||
>>
|
||||
endobj
|
||||
33 0 obj
|
||||
<<
|
||||
/S /GoTo
|
||||
/D [49 0 R /XYZ 85.0 530.947 null]
|
||||
/D [47 0 R /XYZ 85.0 544.147 null]
|
||||
>>
|
||||
endobj
|
||||
35 0 obj
|
||||
<<
|
||||
/S /GoTo
|
||||
/D [49 0 R /XYZ 85.0 458.494 null]
|
||||
/D [47 0 R /XYZ 85.0 471.694 null]
|
||||
>>
|
||||
endobj
|
||||
37 0 obj
|
||||
<<
|
||||
/S /GoTo
|
||||
/D [49 0 R /XYZ 85.0 386.041 null]
|
||||
/D [47 0 R /XYZ 85.0 399.241 null]
|
||||
>>
|
||||
endobj
|
||||
39 0 obj
|
||||
<<
|
||||
/S /GoTo
|
||||
/D [49 0 R /XYZ 85.0 313.588 null]
|
||||
/D [47 0 R /XYZ 85.0 326.788 null]
|
||||
>>
|
||||
endobj
|
||||
41 0 obj
|
||||
<<
|
||||
/S /GoTo
|
||||
/D [49 0 R /XYZ 85.0 241.135 null]
|
||||
/D [47 0 R /XYZ 85.0 254.335 null]
|
||||
>>
|
||||
endobj
|
||||
43 0 obj
|
||||
48 0 obj
|
||||
<<
|
||||
/S /GoTo
|
||||
/D [49 0 R /XYZ 85.0 168.682 null]
|
||||
>>
|
||||
endobj
|
||||
52 0 obj
|
||||
<<
|
||||
/First 53 0 R
|
||||
/Last 53 0 R
|
||||
/First 49 0 R
|
||||
/Last 49 0 R
|
||||
>> endobj
|
||||
xref
|
||||
0 76
|
||||
0 71
|
||||
0000000000 65535 f
|
||||
0000012946 00000 n
|
||||
0000013032 00000 n
|
||||
0000013124 00000 n
|
||||
0000011873 00000 n
|
||||
0000011952 00000 n
|
||||
0000012044 00000 n
|
||||
0000000015 00000 n
|
||||
0000000071 00000 n
|
||||
0000001070 00000 n
|
||||
0000001190 00000 n
|
||||
0000001334 00000 n
|
||||
0000013247 00000 n
|
||||
0000001469 00000 n
|
||||
0000013310 00000 n
|
||||
0000001606 00000 n
|
||||
0000013376 00000 n
|
||||
0000001743 00000 n
|
||||
0000013442 00000 n
|
||||
0000001878 00000 n
|
||||
0000013507 00000 n
|
||||
0000002015 00000 n
|
||||
0000013571 00000 n
|
||||
0000002152 00000 n
|
||||
0000013637 00000 n
|
||||
0000002289 00000 n
|
||||
0000013703 00000 n
|
||||
0000002426 00000 n
|
||||
0000013769 00000 n
|
||||
0000002563 00000 n
|
||||
0000013835 00000 n
|
||||
0000002700 00000 n
|
||||
0000013901 00000 n
|
||||
0000002836 00000 n
|
||||
0000013967 00000 n
|
||||
0000002973 00000 n
|
||||
0000014031 00000 n
|
||||
0000003110 00000 n
|
||||
0000014097 00000 n
|
||||
0000003247 00000 n
|
||||
0000014163 00000 n
|
||||
0000003384 00000 n
|
||||
0000014229 00000 n
|
||||
0000003521 00000 n
|
||||
0000014295 00000 n
|
||||
0000003658 00000 n
|
||||
0000014361 00000 n
|
||||
0000003795 00000 n
|
||||
0000005728 00000 n
|
||||
0000005836 00000 n
|
||||
0000007259 00000 n
|
||||
0000007367 00000 n
|
||||
0000008763 00000 n
|
||||
0000008871 00000 n
|
||||
0000009343 00000 n
|
||||
0000014427 00000 n
|
||||
0000009451 00000 n
|
||||
0000001045 00000 n
|
||||
0000001165 00000 n
|
||||
0000001302 00000 n
|
||||
0000012167 00000 n
|
||||
0000001437 00000 n
|
||||
0000012230 00000 n
|
||||
0000001574 00000 n
|
||||
0000012296 00000 n
|
||||
0000001711 00000 n
|
||||
0000012362 00000 n
|
||||
0000001846 00000 n
|
||||
0000012427 00000 n
|
||||
0000001983 00000 n
|
||||
0000012491 00000 n
|
||||
0000002120 00000 n
|
||||
0000012557 00000 n
|
||||
0000002257 00000 n
|
||||
0000012623 00000 n
|
||||
0000002394 00000 n
|
||||
0000012689 00000 n
|
||||
0000002531 00000 n
|
||||
0000012755 00000 n
|
||||
0000002667 00000 n
|
||||
0000012821 00000 n
|
||||
0000002804 00000 n
|
||||
0000012887 00000 n
|
||||
0000002941 00000 n
|
||||
0000012951 00000 n
|
||||
0000003078 00000 n
|
||||
0000013017 00000 n
|
||||
0000003215 00000 n
|
||||
0000013083 00000 n
|
||||
0000003352 00000 n
|
||||
0000013149 00000 n
|
||||
0000003489 00000 n
|
||||
0000013215 00000 n
|
||||
0000003626 00000 n
|
||||
0000005559 00000 n
|
||||
0000005667 00000 n
|
||||
0000007100 00000 n
|
||||
0000007208 00000 n
|
||||
0000008409 00000 n
|
||||
0000013281 00000 n
|
||||
0000008517 00000 n
|
||||
0000008718 00000 n
|
||||
0000008838 00000 n
|
||||
0000009008 00000 n
|
||||
0000009136 00000 n
|
||||
0000009318 00000 n
|
||||
0000009506 00000 n
|
||||
0000009652 00000 n
|
||||
0000009772 00000 n
|
||||
0000009942 00000 n
|
||||
0000010070 00000 n
|
||||
0000010252 00000 n
|
||||
0000010386 00000 n
|
||||
0000010574 00000 n
|
||||
0000010720 00000 n
|
||||
0000010872 00000 n
|
||||
0000011012 00000 n
|
||||
0000011199 00000 n
|
||||
0000011362 00000 n
|
||||
0000011519 00000 n
|
||||
0000011682 00000 n
|
||||
0000011875 00000 n
|
||||
0000012026 00000 n
|
||||
0000012189 00000 n
|
||||
0000012390 00000 n
|
||||
0000012503 00000 n
|
||||
0000012613 00000 n
|
||||
0000012721 00000 n
|
||||
0000012837 00000 n
|
||||
0000009804 00000 n
|
||||
0000009944 00000 n
|
||||
0000010126 00000 n
|
||||
0000010289 00000 n
|
||||
0000010446 00000 n
|
||||
0000010609 00000 n
|
||||
0000010802 00000 n
|
||||
0000010953 00000 n
|
||||
0000011116 00000 n
|
||||
0000011317 00000 n
|
||||
0000011430 00000 n
|
||||
0000011540 00000 n
|
||||
0000011648 00000 n
|
||||
0000011764 00000 n
|
||||
trailer
|
||||
<<
|
||||
/Size 76
|
||||
/Size 71
|
||||
/Root 2 0 R
|
||||
/Info 4 0 R
|
||||
>>
|
||||
startxref
|
||||
14478
|
||||
13332
|
||||
%%EOF
|
||||
|
|
|
@ -150,9 +150,6 @@ document.write("Last Published: " + document.lastModified);
|
|||
<a href="api/contrib-highlighter/index.html">Highlighter</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
<a href="api/contrib-icu/index.html">ICU</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
<a href="api/contrib-instantiated/index.html">Instantiated</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
|
|
|
@ -150,9 +150,6 @@ document.write("Last Published: " + document.lastModified);
|
|||
<a href="api/contrib-highlighter/index.html">Highlighter</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
<a href="api/contrib-icu/index.html">ICU</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
<a href="api/contrib-instantiated/index.html">Instantiated</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
|
|
|
@ -148,9 +148,6 @@ document.write("Last Published: " + document.lastModified);
|
|||
<a href="api/contrib-highlighter/index.html">Highlighter</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
<a href="api/contrib-icu/index.html">ICU</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
<a href="api/contrib-instantiated/index.html">Instantiated</a>
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
|
|
|
@ -70,12 +70,6 @@
|
|||
<p>See <a href="../api/contrib-highlighter/index.html">highlighter javadoc</a></p>
|
||||
</section>
|
||||
|
||||
<section id="icu"><title>icu</title>
|
||||
<p>Provides integration with ICU (International Components for Unicode) for
|
||||
stronger Unicode and internationalization support. </p>
|
||||
<p>See <a href="../api/contrib-icu/index.html">icu javadoc</a></p>
|
||||
</section>
|
||||
|
||||
<section id="instantiated"><title>instantiated</title>
|
||||
<p>RAM-based index that enables much faster searching than RAMDirectory in certain situations.</p>
|
||||
<p>See <a href="../api/contrib-instantiated/index.html">instantiated javadoc</a></p>
|
||||
|
|
|
@ -57,7 +57,6 @@ See http://forrest.apache.org/docs/linking.html for more info
|
|||
<javadoc-contrib-bdb-je label="Bdb-je" href="ext:javadocs-contrib-bdb-je"/>
|
||||
<javadoc-contrib-benchmark label="Benchmark" href="ext:javadocs-contrib-benchmark"/>
|
||||
<javadoc-contrib-highlighter label="Highlighter" href="ext:javadocs-contrib-highlighter"/>
|
||||
<javadoc-contrib-icu label="ICU" href="ext:javadocs-contrib-icu"/>
|
||||
<javadoc-contrib-instantiated label="Instantiated" href="ext:javadocs-contrib-instantiated"/>
|
||||
<javadoc-contrib-lucli label="Lucli" href="ext:javadocs-contrib-lucli"/>
|
||||
<javadoc-contrib-memory label="Memory" href="ext:javadocs-contrib-memory"/>
|
||||
|
@ -105,7 +104,6 @@ See http://forrest.apache.org/docs/linking.html for more info
|
|||
<javadocs-contrib-bdb-je href="api/contrib-bdb-je/index.html"/>
|
||||
<javadocs-contrib-benchmark href="api/contrib-benchmark/index.html"/>
|
||||
<javadocs-contrib-highlighter href="api/contrib-highlighter/index.html"/>
|
||||
<javadocs-contrib-icu href="api/contrib-icu/index.html"/>
|
||||
<javadocs-contrib-instantiated href="api/contrib-instantiated/index.html"/>
|
||||
<javadocs-contrib-lucli href="api/contrib-lucli/index.html"/>
|
||||
<javadocs-contrib-memory href="api/contrib-memory/index.html"/>
|
||||
|
@ -113,7 +111,6 @@ See http://forrest.apache.org/docs/linking.html for more info
|
|||
<javadocs-contrib-queries href="api/contrib-queries/index.html"/>
|
||||
<javadocs-contrib-queryparser href="api/contrib-queryparser/index.html"/>
|
||||
<javadocs-contrib-remote href="api/contrib-remote/index.html"/>
|
||||
<javadocs-contrib-similarity href="api/contrib-similarity/index.html"/>
|
||||
<javadocs-contrib-spatial href="api/contrib-spatial/index.html"/>
|
||||
<javadocs-contrib-spellchecker href="api/contrib-spellchecker/index.html"/>
|
||||
<javadocs-contrib-swing href="api/contrib-swing/index.html"/>
|
||||
|
|
|
@ -29,6 +29,8 @@ New Features
|
|||
hyphenated words broken into two lines back together.
|
||||
- o.a.l.analysis.pattern: Package for pattern-based analysis, containing a
|
||||
CharFilter, Tokenizer, and Tokenfilter for transforming text with regexes.
|
||||
- o.a.l.analysis.synonym.SynonymFilter: A synonym filter that supports multi-word
|
||||
synonyms.
|
||||
(... in progress)
|
||||
|
||||
* LUCENE-2413: Consolidated all Lucene analyzers into common.
|
||||
|
@ -45,4 +47,5 @@ New Features
|
|||
|
||||
Build
|
||||
|
||||
* LUCENE-2413: The 'smartcn' component now depends on 'common'. (Robert Muir)
|
||||
* LUCENE-2413: All analyzers in contrib/analyzers and contrib/icu were moved to the
|
||||
analysis module. The 'smartcn' component now depends on 'common'. (Robert Muir)
|
||||
|
|
|
@ -16,6 +16,11 @@ FILES
|
|||
lucene-analyzers-common-XX.jar
|
||||
The primary analysis module library, containing general-purpose analysis
|
||||
components and support for various languages.
|
||||
|
||||
lucene-analyzers-icu-XX.jar
|
||||
An add-on analysis library that provides improved Unicode support via
|
||||
International Components for Unicode (ICU). Note: this module depends on
|
||||
the ICU4j jar file (version > 4.4.0)
|
||||
|
||||
lucene-analyzers-smartcn-XX.jar
|
||||
An add-on analysis library that provides word segmentation for Simplified
|
||||
|
@ -26,11 +31,13 @@ lucene-analyzers-stempel-XX.jar
|
|||
including tables for the Polish language.
|
||||
|
||||
common/src/java
|
||||
icu/src/java
|
||||
smartcn/src/java
|
||||
stempel/src/java
|
||||
The source code for the three libraries.
|
||||
The source code for the four libraries.
|
||||
|
||||
common/src/test
|
||||
icu/src/test
|
||||
smartcn/src/test
|
||||
stempel/src/test
|
||||
Unit tests for the three libraries.
|
||||
Unit tests for the four libraries.
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
<description>
|
||||
Additional Analyzers
|
||||
- common: Additional Analyzers
|
||||
- icu: Analyzers that use functionality from ICU
|
||||
- smartcn: Smart Analyzer for Simplified Chinese Text
|
||||
- stempel: Algorithmic Stemmer for Polish
|
||||
</description>
|
||||
|
@ -30,6 +31,10 @@
|
|||
<ant dir="common" />
|
||||
</target>
|
||||
|
||||
<target name="icu">
|
||||
<ant dir="icu" />
|
||||
</target>
|
||||
|
||||
<target name="smartcn">
|
||||
<ant dir="smartcn" />
|
||||
</target>
|
||||
|
@ -39,25 +44,29 @@
|
|||
</target>
|
||||
|
||||
<target name="default" depends="compile"/>
|
||||
<target name="compile" depends="common,smartcn,stempel" />
|
||||
<target name="compile" depends="common,icu,smartcn,stempel" />
|
||||
|
||||
<target name="clean">
|
||||
<ant dir="common" target="clean" />
|
||||
<ant dir="icu" target="clean" />
|
||||
<ant dir="smartcn" target="clean" />
|
||||
<ant dir="stempel" target="clean" />
|
||||
</target>
|
||||
<target name="compile-core">
|
||||
<ant dir="common" target="compile-core" />
|
||||
<ant dir="icu" target="compile-core" />
|
||||
<ant dir="smartcn" target="compile-core" />
|
||||
<ant dir="stempel" target="compile-core" />
|
||||
</target>
|
||||
<target name="compile-test">
|
||||
<ant dir="common" target="compile-test" />
|
||||
<ant dir="icu" target="compile-test" />
|
||||
<ant dir="smartcn" target="compile-test" />
|
||||
<ant dir="stempel" target="compile-test" />
|
||||
</target>
|
||||
<target name="test">
|
||||
<ant dir="common" target="test" />
|
||||
<ant dir="icu" target="test" />
|
||||
<ant dir="smartcn" target="test" />
|
||||
<ant dir="stempel" target="test" />
|
||||
</target>
|
||||
|
@ -66,18 +75,21 @@
|
|||
|
||||
<target name="dist-maven" depends="default">
|
||||
<ant dir="common" target="dist-maven" />
|
||||
<ant dir="icu" target="dist-maven" />
|
||||
<ant dir="smartcn" target="dist-maven" />
|
||||
<ant dir="stempel" target="dist-maven" />
|
||||
</target>
|
||||
|
||||
<target name="javadocs">
|
||||
<ant dir="common" target="javadocs" />
|
||||
<ant dir="icu" target="javadocs" />
|
||||
<ant dir="smartcn" target="javadocs" />
|
||||
<ant dir="stempel" target="javadocs" />
|
||||
</target>
|
||||
|
||||
<target name="javadocs-index.html">
|
||||
<ant dir="common" target="javadocs-index.html" />
|
||||
<ant dir="icu" target="javadocs-index.html" />
|
||||
<ant dir="smartcn" target="javadocs-index.html" />
|
||||
<ant dir="stempel" target="javadocs-index.html" />
|
||||
</target>
|
||||
|
|
|
@ -17,13 +17,15 @@
|
|||
limitations under the License.
|
||||
-->
|
||||
|
||||
<project name="icu" default="default">
|
||||
<project name="analyzers-icu" default="default">
|
||||
|
||||
<description>
|
||||
Provides integration with ICU (International Components for Unicode) for
|
||||
stronger Unicode and internationalization support.
|
||||
</description>
|
||||
|
||||
<property name="build.dir" location="../build/icu" />
|
||||
<property name="dist.dir" location="../dist/icu" />
|
||||
|
||||
<path id="additional.dependencies">
|
||||
<fileset dir="lib" includes="icu4j-*.jar"/>
|
||||
|
@ -34,7 +36,7 @@
|
|||
refid="additional.dependencies"
|
||||
/>
|
||||
|
||||
<import file="../contrib-build.xml"/>
|
||||
<import file="../../../lucene/contrib/contrib-build.xml"/>
|
||||
|
||||
<property name="gennorm2.src.dir" value="src/data/utr30"/>
|
||||
<property name="gennorm2.src.files"
|
Loading…
Reference in New Issue