<div class="gmail_extra">Thanks! Someone on my team was able compile xapian for iOS. I&#39;ll post more details for interested folks when I get a chance to talk to him this evening. <br><br>Couple of more questions - <br>1. We got a use case where we&#39;d like to increase the relevancy of specific terms on specific pages increases. We&#39;re indexing text books, and we&#39;d like to take the index from back of the book and make the pages where the index words point to bubble higher up in the search result. I&#39;ve looked at the faq and have increased the relevancy of certain documents by changing the wdc count. I&#39;m probably not using it correctly, but I don&#39;t think it gives what we need. <br>

<br>2. How do I highlight results? Wrap something like &lt;strong&gt; tags around the matched terms?  <br><br>3. Does adding more than one database to the enquire do relevancy ranking across the databases?<br><br><br>thanks<br>

Amish<br><br><br><br><div class="gmail_quote">On Mon, Apr 23, 2012 at 6:21 PM, Olly Betts <span dir="ltr">&lt;<a href="mailto:olly@survex.com" target="_blank">olly@survex.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

<div class="im">On Mon, Apr 23, 2012 at 12:21:44PM -0700, Amish Shah wrote:<br>
&gt; 1. How do I perform filter by facets using the C++ api?<br>
<br>
</div><a href="http://getting-started-with-xapian.readthedocs.org/en/latest/howtos/facets.html#restricting-by-facets" target="_blank">http://getting-started-with-xapian.readthedocs.org/en/latest/howtos/facets.html#restricting-by-facets</a><br>


<div class="im"><br>
&gt; 2. Has anyone ported xapian to objective C<br>
<br>
</div>Not that I&#39;m aware of.<br>
<br>
SWIG has some support for Objective C, which might be the easiest way to<br>
produce bindings.  This support is being improved as a GSoC project this<br>
year:<br>
<br>
<a href="http://www.google-melange.com/gsoc/project/google/gsoc2012/itawswati/10001" target="_blank">http://www.google-melange.com/gsoc/project/google/gsoc2012/itawswati/10001</a><br>
<br>
Cheers,<br>
    Olly<br>
</blockquote></div><br></div>