search for: searchlab

Displaying 9 results from an estimated 9 matches for "searchlab".

Did you mean: searchlabs
2013 Mar 02
3
How to add an custom weight to the relevancy value and sort it.
Hello guys, I have an weight value which is calculated by some factor and i need to add the weight with the relevancy value of a result and sort it with that value is that possible in xapian. Thanks, VishnuKumar -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20130302/9831e287/attachment-0001.html>
2012 Oct 04
1
Auto completion using xapian
Hello, Do xapian has analyzer like EdgeNGram to use it for autocomplete. I am trying to use the auto completion using xapian. For example: e ex exa exam example etc.. so that we can get it. I tried to use using the Partial flag but it dose not work Xapian::Query query = parser.parse_query("m*",parser.FLAG_PARTIAL); Do you have any example or any tutorial is appreciated. --Naveen.
2012 Oct 04
1
Synonyms of Abbreviations
Hello, I am looking for a documentation or an example to use the synonym function. I tried this db.add_synonym("omega","xapain"); and this works by adding the flag FLAG_AUTO_SYNONYMS. If i try to use the db.add_synonym("omega","xapain is search engine "); it fails why? Can xapian use synonym for Abbreviations like MBA => Master of business
2012 Oct 04
0
Xapian-devel Digest, Vol 90, Issue 1
...ain" java.lang.UnsatisfiedLinkError: no > xapian_jni in java.library.path (Naveen A.N.) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 2 Oct 2012 18:12:47 +0530 > From: "Naveen A.N." <naveen at searchlabs.org> > Subject: [Xapian-devel] Exception in thread "main" > java.lang.UnsatisfiedLinkError: no xapian_jni in java.library.path > To: xapian-devel at lists.xapian.org > Message-ID: > < > CAN4Td5pQrJoc_h8b2cScWhfdCDST6T9C9n3s3KW+hE4W_eH-9Q at mail.gm...
2013 Mar 02
2
Getting Started
Hello all, I am Mohd Azeem. I want to contribute in Xapian but I am a newbie here. I wonder if anyone could help me in getting started with Xapian. I have some basic knowledge of IR and implemented TF*IDF and PageRank schemes, and also implemented Inverted Index and Web-Crawler. regards, Azeem -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Oct 02
1
Exception in thread "main" java.lang.UnsatisfiedLinkError: no xapian_jni in java.library.path
Hello I am trying to use the java binding for xapian . I am using ubuntu i have compiled the java binding and i got .so and .jar file in build directory. i tried to compiled the sample program from eclipse i get this exception Exception in thread "main" java.lang.UnsatisfiedLinkError: no xapian_jni in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1681) at
2013 Jan 22
0
Xapian setup.
Hai, I am basically from JAVA so i am a user of lucene. What i am trying to do is Using xapian as search and i need to connect it to JAVA i know that xapian has java binding but it is not much good. I need to compile xapian an get .so or .dll file so that i can use it with java using JNA. Which editor is used for xapian development.I use eclipse for JAVA. How to set it up and run it from
2013 Sep 22
2
How to filter search result with query with has white space.
Hello, include <iostream>#include <string>#include <xapian.h>struct document{ std::string title; std::string content; std::string url;}; void indexData(document d) { try { Xapian::WritableDatabase db("/Users/ramesh/Desktop/xapian", Xapian::DB_CREATE_OR_OPEN); Xapian::TermGenerator indexer; Xapian::Stem
2013 Sep 22
2
How to filter search result with query with has white space.
Hello, include <iostream>#include <string>#include <xapian.h>struct document{ std::string title; std::string content; std::string url;}; void indexData(document d) { try { Xapian::WritableDatabase db("/Users/ramesh/Desktop/xapian", Xapian::DB_CREATE_OR_OPEN); Xapian::TermGenerator indexer; Xapian::Stem