<div>Hi, all guys:</div><div> </div><div>I invented a new ranking algorithm inspired by the theory of spread activation and probabilistic model, which can find the latent semantic relationship between docs and terms, and I took one afternoon to implement this idea, which is almost linear time, and the testing result shows that the speed of this algorithm is much faster than the famous Latent Semantic Analysis algorithm,while the affect is almost as good as the LSA. I wanna share my idea to all of you and add the algorithm to the Xapian project, and I think the Xapian will return better result the user wants with my algorithm then.<br>
</div><div class="gmail_quote">2012/10/3  <span dir="ltr">&lt;<a href="mailto:xapian-devel-request@lists.xapian.org" target="_blank">xapian-devel-request@lists.xapian.org</a>&gt;</span><br><blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">
Send Xapian-devel mailing list submissions to<br>
        <a href="mailto:xapian-devel@lists.xapian.org">xapian-devel@lists.xapian.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.xapian.org/mailman/listinfo/xapian-devel" target="_blank">http://lists.xapian.org/mailman/listinfo/xapian-devel</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:xapian-devel-request@lists.xapian.org">xapian-devel-request@lists.xapian.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:xapian-devel-owner@lists.xapian.org">xapian-devel-owner@lists.xapian.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Xapian-devel digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Exception in thread &quot;main&quot; java.lang.UnsatisfiedLinkError: no<br>
      xapian_jni in java.library.path (Naveen A.N.)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 2 Oct 2012 18:12:47 +0530<br>
From: &quot;Naveen A.N.&quot; &lt;<a href="mailto:naveen@searchlabs.org">naveen@searchlabs.org</a>&gt;<br>
Subject: [Xapian-devel] Exception in thread &quot;main&quot;<br>
        java.lang.UnsatisfiedLinkError: no xapian_jni in java.library.path<br>
To: <a href="mailto:xapian-devel@lists.xapian.org">xapian-devel@lists.xapian.org</a><br>
Message-ID:<br>
        &lt;<a href="mailto:CAN4Td5pQrJoc_h8b2cScWhfdCDST6T9C9n3s3KW%2BhE4W_eH-9Q@mail.gmail.com">CAN4Td5pQrJoc_h8b2cScWhfdCDST6T9C9n3s3KW+hE4W_eH-9Q@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hello<br>
<br>
I am trying to use the java binding for xapian .<br>
<br>
I am using ubuntu i have compiled the java binding and i got .so and .jar<br>
file in build directory.<br>
<br>
i tried to compiled the sample program from eclipse i get this exception<br>
<br>
Exception in thread &quot;main&quot; java.lang.UnsatisfiedLinkError: no xapian_jni in<br>
java.library.path<br>
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1681)<br>
at java.lang.Runtime.loadLibrary0(Runtime.java:840)<br>
at java.lang.System.loadLibrary(System.java:1047)<br>
at org.xapian.XapianJNI.&lt;clinit&gt;(XapianJNI.java:44)<br>
at org.xapian.WritableDatabase.&lt;init&gt;(WritableDatabase.java:42)<br>
at SimpleIndex.main(SimpleIndex.java:41)<br>
<br>
Where do i need to copy the .so file and i am using openjdk.<br>
<br>
regards,<br>
Naveen.A.N<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://lists.xapian.org/pipermail/xapian-devel/attachments/20121002/d8b44e75/attachment.html" target="_blank">http://lists.xapian.org/pipermail/xapian-devel/attachments/20121002/d8b44e75/attachment.html</a>&gt;<br>

<br>
------------------------------<br>
<br>
_______________________________________________<br>
Xapian-devel mailing list<br>
<a href="mailto:Xapian-devel@lists.xapian.org">Xapian-devel@lists.xapian.org</a><br>
<a href="http://lists.xapian.org/mailman/listinfo/xapian-devel" target="_blank">http://lists.xapian.org/mailman/listinfo/xapian-devel</a><br>
<br>
<br>
End of Xapian-devel Digest, Vol 90, Issue 1<br>
*******************************************<br>
</blockquote></div><br>