search for: white127

Displaying 4 results from an estimated 4 matches for "white127".

2013 Feb 05
1
make error in xapian-application/omega
...k out the trunk code from svn yesterday *svn co svn://svn.xapian.org/xapian/trunk xapian* compile process: *./bootstrap* *mkdir build* *cd build* *../configure --disable-documentation* *make* then the error occur: cd xapian-applications/omega && make all make[1]: Entering directory `/home/white127/xapian-svn/build/xapian-applications/omega' /usr/bin/perl -I'/home/white127/xapian-svn/xapian-applications/omega/common' '/home/white127/xapian-svn/xapian-applications/omega/gen-myhtmltags' '/home/white127/xapian-svn/xapian-applications/omega' < myhtmlparse.tokens /bi...
2013 Feb 05
0
make error in xapian-application/omega (jiangwen jiang)
...xapian.org/xapian/trunk xapian* > > compile process: > *./bootstrap* > *mkdir build* > *cd build* > *../configure --disable-documentation* > *make* > > then the error occur: > cd xapian-applications/omega && make all > make[1]: Entering directory > `/home/white127/xapian-svn/build/xapian-applications/omega' > /usr/bin/perl > -I'/home/white127/xapian-svn/xapian-applications/omega/common' > '/home/white127/xapian-svn/xapian-applications/omega/gen-myhtmltags' > '/home/white127/xapian-svn/xapian-applications/omega' < my...
2013 Jun 16
3
Backend for Lucene format indexes-How to get doclength
...when doing copydatabase, and store them in somewhere. But doclengh is hard to do this way. 1. some other data instead of doclength? 2. Xapian support other rank algorithm which does not need doclength? Is there some suggestions to solve this problem? And the demo patch is here: https://github.com/white127/xapian-patch/blob/master/xapian_lucene_demo.patch Regards Jiang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20130616/42f7567a/attachment.htm>
2013 Mar 13
1
patch-Add standard ExpandDecider subclass to restrict to terms with a particular prefix
...dDecider subclass to restrict to terms with a particular prefix). A new ExpandDecider class is added in expanddecider.cc/h, which delete all unprefix terms I am a newbiee to open source contribution, please let me know if this patch is work. Patch is here(generate by svn diff): https://github.com/white127/xapian-patch/blob/master/Expand.patch It would be nice for all your answers. Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20130313/9aa0ec3a/attachment.htm>