Dealing with scriptindex, would it mean that : <br>
<br>
name: index index=S field=caption value=5 index=XALLBUTDESC<br>
brand: index index=XBRAND field=brand index=XALLBUTDESC<br>
description: unhtml index field=sample <br>
<br>
?<br>
So my queries using the prefix XALLBUTDESC will search in &quot;name&quot; and &quot;brand&quot; fields only ?<br>
<br>
Thanks !<br>
<br><br><div><span class="gmail_quote">On 2/14/06, <b class="gmail_sendername">Olly Betts</b> &lt;<a href="mailto:olly@survex.com">olly@survex.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Mon, Feb 13, 2006 at 03:15:21PM +0200, David Levy wrote:<br>&gt; I wonder if it is possible to exclude a certain field in a probabilistic<br>&gt; query.<br>&gt; For instance, I want to search a term in all my indexed fields *but* in the
<br>&gt; &quot;description&quot; field, which is too large and not so interesting for this very<br>&gt; query.<br><br>What you need to do is decide which field or fields map to a particular<br>term prefix.<br><br>So if you want to be able to search &quot;all fields but description&quot;, you
<br>need to generate terms with prefix &lt;X&gt; from all fields except<br>description.&nbsp;&nbsp;Note that &lt;X&gt; may be empty (that's all the fields you<br>want to search by default).<br><br>It's also possible you could generate terms from each field separately
<br>(or for particular groups of fields) and OR them at query generation<br>time, but the QueryParser class doesn't support that at present.<br><br>&gt; Maybe I should create another xapian database without this description field
<br>&gt; ....?<br><br>It's probably better to just add it to the same database with a<br>different prefix.&nbsp;&nbsp;That way you don't have a duplicate the record<br>table, etc.<br><br>Cheers,<br>&nbsp;&nbsp;&nbsp;&nbsp;Olly<br></blockquote></div><br>
<br clear="all"><br>-- <br>David LEVY {selenium}<br>Website ~ <a href="http://www.davidlevy.org">http://www.davidlevy.org</a><br>Wishlist Zlio ~ <a href="http://david.zlio.com/wishlist">http://david.zlio.com/wishlist</a><br>
Blog ~ <a href="http://selenium.blogspot.com">http://selenium.blogspot.com</a><br>