The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<HTML>
<HEAD>
<TITLE>ARSperl Manual - GetFullTextInfo Hash Values</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">

<H2>GetFullTextInfo Hash Values</H2>

This structure is returned by 
<A href="ars_GetFullTextInfo.html">ars_GetFullTextInfo</a>.
<p>


<PRE>
{
 "StopWords"     =&gt; <B>reference</B> to an array of strings,
 "CaseSensitive" =&gt; integer,
 "State"         =&gt; integer,
 "CollectionDir" =&gt; string,
 "MatchOp"       =&gt; integer
}
</PRE>

<DL>
<DT><CODE>CaseSensitive</CODE><DD>
   0 = Insensitive, 1 = Sensitive
<DT><CODE>MatchOp</CODE><DD>
   0 = Force Leading and Trailing <BR>
   1 = Ignore Leading and Force Trailing <BR>
   2 = Ignore Leading <BR>
   3 = Remove Loading and Trailing <BR>
   4 = Query Unchanged
<DT><CODE>State</CODE><DD>
   0 = Disabled
   1 = Enabled
</DL>

<P>
<HR WIDTH="30%">
<P>
<A HREF="toc.html"><IMG ALT="&lt;--" SRC="arrow.gif" ALIGN=CENTER> Table of Contents </A>
<p>
<address>
Last changes to this page 21st July 1997 by jcmurphy@arsperl.org<br>
&#169; J.C.Murphy, J.W.Murphy 1997 arsperl@arsperl.org
</address>
</BODY>
</HTML>