freebsdj | 30 Dec 10:09
Picon

How to count I/O consuming in OProfile while profiling xapian

Hi,


I have tried to profile xapian, according to the Wiki: http://trac.xapian.org/wiki/ProfilingXapian, we can profiling I/O bound cases with oprofile, but from many other articles, it seems that we can not do it in oprofile.

I have followed that wiki page, installed oprofile and libc6-dbg, but it doesn't work, only CPU bound functions are counted.

Anyone know how to count I/O cost in oprofile? Many thanks!

Best Regards!
_______________________________________________
Xapian-devel mailing list
Xapian-devel <at> lists.xapian.org
http://lists.xapian.org/mailman/listinfo/xapian-devel
Yaron Feigin | 23 Dec 10:17
Picon

Xapian 1.2.8 core for Windows

Hello all,
I was wondering if anyone has a compiled windows Xapian-core 1.2.8 available (dll and lib) to share with me...
Many thanks in advance,
Yaron
_______________________________________________
Xapian-devel mailing list
Xapian-devel <at> lists.xapian.org
http://lists.xapian.org/mailman/listinfo/xapian-devel
swair shah | 23 Dec 08:39
Picon

Looking for a project

Hi ml,

I'm an senior year CS student working in information retrieval. I was looking for a project to do (preferably related to information retrieval). Can someone guide me and sort of mentor me part time?

Thanks,
Swair.

_______________________________________________
Xapian-devel mailing list
Xapian-devel <at> lists.xapian.org
http://lists.xapian.org/mailman/listinfo/xapian-devel
Shen Li | 15 Dec 00:16
Picon
Gravatar

How to enable stemming with default_op set to OP_NEAR

Hi All,

I know that from version 1.2.6, if default_op is OP_NEAR or OP_PHRASE then stemming of the terms is disabled, since positional information isn't indexed for stemmed terms by default. However, I would like to try using OP_NEAR as default_op with stemming because I think the near operator is somehow different from exact phrase. Then I wanna see how the search results looks with this setting compared to those with OP_AND as default_op. However, even I managed to index stemmed terms with position information I couldn't find where to make changes to enable stemming in queryparser. I checked with queryparser.cc and queryparser_internal.cc, but haven't find the exact piece of codes which disabled stemming when default_op is OP_NEAR. So I guess maybe someone here could offer some he lp, and I really appreciate your time!

Thanks,
Shen
_______________________________________________
Xapian-devel mailing list
Xapian-devel <at> lists.xapian.org
http://lists.xapian.org/mailman/listinfo/xapian-devel
Sven Hartrumpf | 1 Dec 13:30
Picon

Bindings for a Scheme implementation?

Hi all.

Are there any (SWIG) bindings for implementations of the Scheme programming language?

Greetings
Sven
周燎明 | 25 Aug 16:55
Picon

apply for attend xapian develope !

apply for attend xapian develope !

thanks !

--

-- 
Adson zhou
Aman (neshu) Agarwal | 24 Aug 12:23
Picon

Compilation error

Hi All,

I am compiling the development code of xapian (http://trac.xapian.org/browser/trunk)  and while doing 'make' it will give following error

PYTHONPATH="xapian:$PYTHONPATH" /usr/bin/python -c "import _xapian"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: dlopen(/Users/iphonedev/xapian/xapian-bindings/python/xapian/_xapian.so, 2): Library not loaded: /usr/local/lib/libxapian.0.dylib
  Referenced from: /Users/iphonedev/xapian/xapian-bindings/python/xapian/_xapian.so
  Reason: image not found
make[4]: *** [xapian/__init__.pyc] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all] Error 2

 don't get it what's the problem :-/

I already installed all necessary package .. did I miss some thing ?

--

Aman Agarwal

"If you want to follow you should follow it 100%"

_______________________________________________
Xapian-devel mailing list
Xapian-devel <at> lists.xapian.org
http://lists.xapian.org/mailman/listinfo/xapian-devel
Aman (neshu) Agarwal | 23 Aug 15:18
Picon

Hi,

Hi


My Name is Aman Agarwal, I want to contribute in xapian and I hope to get some easy task in starting to familiarize the code base.

Kindly guide me for the same.


Regards
--
Aman Agarwal

"If you want to follow you should follow it 100%"

_______________________________________________
Xapian-devel mailing list
Xapian-devel <at> lists.xapian.org
http://lists.xapian.org/mailman/listinfo/xapian-devel
Olly Betts | 19 Aug 03:49
Favicon
Gravatar

GSoC Final Evaluations

The cut-off date for work which can be included for consideration when
the mentors fill in the final evaluations for Google is this coming
Monday - 2011-08-22 at 19:00 UTC.

It is totally OK to continue to work on your project after this date,
and indeed we'd like to encourage you to do so!  But Google ask us to
only consider work done before this point for the purposes of the final
evaluation.

There's also a survey for students to fill out, which you should be
able to find at:

http://www.google-melange.com/gsoc/dashboard/google/gsoc2011

Google will also want "code samples" uploading in the next week or two,
but I don't know exactly what the details are yet for this year, but in
past years, something like a diff between trunk and your tree has been
suitable.  This should be done for the state of your tree at or before
the cut-off date.  But for now, just wait for more details of this.

Cheers,
    Olly
Varun Agrawal | 27 Jul 11:15
Picon
Gravatar

Interest in developement as a student

Hello.


I am an undergraduate student studying computer science and I am interested in working in your Open Source projects.
I read about you from TeachingOpenSource.org.

I am, however, new to Open Source project development thus I am seeking a mentor and an opportunity to present my skills and make valuable contributions to your projects.

Thanking you.

--
Varun Agrawal

B.Tech-II
Computer Science and Engineering
National Institute of Technology
Surat, India.

_______________________________________________
Xapian-devel mailing list
Xapian-devel <at> lists.xapian.org
http://lists.xapian.org/mailman/listinfo/xapian-devel
Bruce Zhang | 14 Jul 10:39
Favicon

How to add support of Chinese & Japanese

I wonder anyone has successful experience on supporting Chinese and Japanese?

 

Where did you make change to support index creation, where did you change the code to support search?

 

did you be able to support Synonymy? where to support this?

 

did you support auto completion(user enter partial of a word, the search engine find the complete words)?

 

thanks for any info sharing,

 

Bruce

_______________________________________________
Xapian-devel mailing list
Xapian-devel <at> lists.xapian.org
http://lists.xapian.org/mailman/listinfo/xapian-devel

Gmane