<div class="gmail_quote">On Mon, Dec 22, 2008 at 12:12 AM, Marvin Humphrey <span dir="ltr">&lt;<a href="mailto:marvin@rectangular.com">marvin@rectangular.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
The solution is to turn off analysis for the &quot;path&quot; field:<br>
<br>
 &nbsp;$invindexer-&gt;spec_field(<br>
 &nbsp; &nbsp; name &nbsp; &nbsp; =&gt; &#39;path&#39;<br>
 &nbsp; &nbsp; analyzed =&gt; 0,<br>
 &nbsp;);<br>
<br>
You probably want to do the same with your &quot;date&quot; field as well.<br>
<br>
FYI, in the devel branch delete_docs_by_term() has been replaced by<br>
delete_by_term(), which has subtly different behavior: &quot;If C&lt;field&gt; is<br>
associated with an analyzer, C&lt;term&gt; will be processed automatically (so don&#39;t<br>
pre-process it yourself).&quot;<br></blockquote></div><br><div>Thanks. Setting analyzed =&gt; 0 seems to work great. Will deal with the next version when it goes to CPAN. =)</div><div><br></div><div>Marcus</div>