search for: sourcedoc

Displaying 11 results from an estimated 11 matches for "sourcedoc".

2004 May 05
1
buffered tables, sessions, and transactions
Quartz has a QuartzDiskTable class which is a thin wrapper for a pair of Btree objects (or just one if the table is opened readonly): http://www.xapian.org/docs/sourcedoc/html/classQuartzDiskTable.html There's also a QuartzBufferedTable class which adds memory buffering of changes to this: http://www.xapian.org/docs/sourcedoc/html/classQuartzBufferedTable.html However, as of 0.8.0 we now buffer changes to the posting lists in QuartzWritableDatabase (in the &q...
2010 Jun 09
1
TermGenerator incorrectly tokenizes German text which contains special characters
...P 5.2.13 with the pre build xapian bindings from Flax: Xapian Support enabled Xapian Compiled Version @PACKAGE_VERSION@ Xapian Linked Version 1.2.0 The problem is that after indexing text which contains special characters like ?, ?, ? and ?, using TermGenerator::index_text ( http://xapian.org/docs/sourcedoc/html/classXapian_1_1TermGenerator.html#b358784fa685139e8bdd71d37f39573e), terms get cut off (stopped) after the special character. For example the term gesundheitssch?dlich is indexed as gesundheitssch? and Zgesundheitssch? (stemmed). All character encodings are set to UTF-8, the MySql database is...
2016 Jul 28
2
Weighting Schemes: Implementing Piv+ Normalization
> Two of those are compile errors, suggesting you aren't pulling in the > right header file (it's in common/serialise-double.h I believe). Thanks, fixed those errors. > I can't tell for sure without seeing the diff. You may mean just > `ptr++`? But it could be something else, depending on what you're > trying to do. I'm trying to unserialise normalization
2013 Feb 28
0
Implemented test coverage for using TradWeight with an Rset
....org/latest/weight/tradweight.cc.gcov.html I have added a test to api_anydb.cc which tests the TradWeight scheme using an Rset . I simply modified the rset2 test in api_anydb.cc so that the Mset is made using the TradWeight scheme and passed an Rset to Enquire.get_mset( ) . http://xapian.org/docs/sourcedoc/html/api__anydb_8cc_source.html#l01128 The results were as expected and the test passed on all the backends . I then changed the order of the documents in the second call to mset_expected_order( ) and as expected, the test failed.So,I think that the test works fine.Should I send a pull request fo...
2013 Aug 27
2
What does collection_freq means?
Hi, all: I am confused with the concept of colletion_freq There's no informations about it on http://xapian.org/docs/glossary.html What does it means? Thanks Regards! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20130827/370cc6a3/attachment.html>
2011 Sep 23
2
understanding stemming and synonyms
I am working with version 1.2.7 and want to use stemming and synonyms. I use the perl-bindings and get some problems. First of all: the perl-bindings dont allow the QueryParser a third argument when calling parse_query! So i cannot set a default prefix (which perhaps is the solution to my problem, but later more) i have a simple testcase: 3 documents, every document only has one word:
2011 Apr 07
1
Problems with /bin/cat and flintlock?
...the following: 29944 30022 29942 29939 ? -1 Sl 33 0:09 | | \_ Passenger ApplicationSpawner: /srv/www/www.oriontransfer.co.nz 30022 30041 29942 29939 ? -1 S 33 0:00 | | | \_ /bin/cat [Using the following source code as a reference http://xapian.org/docs/sourcedoc/html/flint__lock_8cc_source.html] At this point, using strace I found that the application process seemed to be stuck in on 00219 ssize_t n = read(fds[0], &ch, 1); Obviously child process was cat, nothing really interesting about that. After I killed cat, then the process was freed u...
2013 Mar 03
0
Sent a pull request for testing TradWeight using an Rset.
...gcov.html > > I have added a test to api_anydb.cc which tests the TradWeight scheme using > an Rset . I simply modified the rset2 test in api_anydb.cc so that the Mset > is made using the TradWeight scheme and passed an Rset to Enquire.get_mset( > ) . > > http://xapian.org/docs/sourcedoc/html/api__anydb_8cc_source.html#l01128 > > The results were as expected and the test passed on all the backends . I > then changed the order of the documents in the second call to > mset_expected_order( ) and as expected, the test failed.So,I think that > the test works fine.Should...
2016 Jul 29
2
Weighting Schemes: Implementing Piv+ Normalization
...u're deserialising something that wasn't serialised, or wasn't > serialised properly. > > If I put 'xapian bad encoded double short mantissa' into Google, I get > this page as the top result (it may be further down the page for you): > > https://xapian.org/docs/sourcedoc/html/serialise-double_8cc_source.html > > The error message is at line 173 of unserialise_double. I don't need > to read the code to understand what the error is telling me, because > mantissa is a common term when dealing with floating point numbers > (again, Google is directly...
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:
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>