search for: index_text_without_positions

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

2011 May 04
1
Problem in Indexing
...1400 documents [1.6 GB] This takes a lot of time to index and indexing for last 20 hrs or so. I am using omindex. I notice that around 2900 docs are indexed very smoothly and suddenly after that indexing becomes very sluggish. I have tried couple of tricks like replacing the index_text() call to index_text_without_positions(). I also tried after setting the XAPIAN_FLUSH_THRESHLOD to 1500 documents from 10000 default. Above mentioned time is after this tricks. Any help will be appreciated. Thanks, Parth. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/piperm...
2010 Jan 28
3
Problem getting Xapian working with Burmese
...s sort of problem, see: > >http://trac.xapian.org/wiki/FAQ/NoMatches > Hi Olly, thank vor your answer (and sorry not having answered before). Your answer helped me and I think I now understand why "it does not work". For test purpose I index one document with one string with index_text_without_positions() (C++ API) the string "??????????????????????????" See this log: http://tmp.kiwix.org/tmp/kiwix-index.log (utf8 encoded) But if I run "delve -r 1 /path/to/db" on the index I get following answer: Term List for record #1: test ? ? ? ? ? ? (utf8 encoded) See the log : http://tm...
2011 Feb 20
0
No subject
...ht take a look at what's possible, and see about doing away with the existing xapian.php and come up with a different way to talk to the php module. PS. Sorry for the wordy reply :p PSPS. While we're on the subject, 1.2.7 introduced issues with the xapian.php wrapper with index_text() and index_text_without_positions() returning $r values that dont exist (thus throwing php notices). I'll look into logging it / fixing it / whatever, shortly. PSPSPS. I think i even dismissed using xapian the first time i tried it a couple of years ago, because i compiled on centos4 with the older patched zlib 1.2.1 and it ju...
2011 Jun 20
1
Revision: 15699: $tg->index_text ($text, $weight) fails with "No matching function for overloaded 'TermGenerator_index_text'"
Hi, I've been out of touch recently, so perhaps I've missed something (the last time I checked the svn pulse the Perl code was under search-xapian/ - looks like things have moved to swig). The latest trunk (revision 15699) has a problem with Perl: $tg->index_text ($text, $weight); It fails with "No matching function for overloaded 'TermGenerator_index_text'..." I