Grokbase
Topics Posts Groups | in
x
[ help ]

John

Profile | Recent Topics | Saved Groups (10) Posts (2)

Xapian 1.0.6 released

By Olly Betts at Mar 25, 2008, 4:28 pm UTC

I've uploaded Xapian 1.0.6, which as usual you can download from: http://www.xapian.org/download.php Some highlights: This release adds the ability to perform single-ended value range checks. The stemmers have been sped up (by around 2.5%). xapian-check and xapian-compact now handle user metadata... More...

Website outage

By Richard Boulton at Mar 25, 2008, 11:44 am UTC

The xapian website http://xapian.org/ (and the wiki and bugzilla) are currently offline. This is due to problems with connectivity to the machine hosting them. This affects only the main website, the wiki and bugzilla. We hope to get the main website back up shortly; it is likely that the wiki and... More...

[typo] Release of Typo 5.0.2

By Frederic de Villamil at Mar 25, 2008, 06:02 am UTC

Hello, We've released this morning Typo 5.0.2. This is a bugfix release = replacing Typo 5.0 and Typo 5.0.1 It fixes 2 critical bugs : =96 Typo suicidal tendencies when clearing the cache. =96 A Rails bug that prevents sidebars to be saved under sqlite and pgsql It also adds some improvements to... More...

Feature request: Ligthen pressure on backup

By Jesper Krogh at Mar 24, 2008, 11:19 pm UTC

Hi. This i a small feature request for Xapian. Currently I have a xapian-database with >5m records, the files fills around 124GB in the Xapian catalog. With a few "quite large" files: # du -sh * 0 flintlock 4.0K iamflint 1000K position.baseA 63G position.DB 716K postlist.baseA 624K postlist.baseB... More...

how to compile java-swig under linux.

By jarrod roberson at Mar 24, 2008, 6:59 pm UTC

ok, I am moving my development environment for the java portion of my application to linux (Centos 5 to be specific). I have found I can still do my python development on Windows. At least Komodo and Intellij IDEA run on both windows and linux! :-) I lost my Mac due to a job change :-(. Anyway,... More...

[typo] How to write typo plugins

By Ulf Moehring at Mar 24, 2008, 01:18 am UTC

Hi all, I wrote a quick & dirty image gallery plugin for my Typo blog a regular Rails plugin, which means I'm overwriting a few files of the original typo install. So ... I'm wondering if there is a better way to hook up new views to the administration interface or extend existing models. Do you... More...

[typo] Ticket #1210 - content state model flawed

By Benjamin Jackson at Mar 20, 2008, 3:09 pm UTC

Hi all, Just wanted to email the list as my ticket has not been addressed and I'm finding more holes in the state model... just looked at the publication_pending state, and found this: def change_published_state(content, published) content[:published] = published if published &&... More...

UTF-8 Corruption

By Colin Bell at Mar 20, 2008, 2:24 pm UTC

Hi All I was wondering if anyone every came across a problem I seem to be having. I'm indexing in text files using some basic code written in C+ +. The text files may or may not be in UTF-8, ISO 8859-1 or possibly Question is, does Xapian convert none UTF-8 characters when it stores the document. I... More...

[typo] Theme downloads...

By Timothy Freund at Mar 20, 2008, 04:19 am UTC

Hey Everyone -- I migrated to a new server, and the Typo theme repository gracefully. I'm in the process of restoring it, but the upload is taking a while. (My DSL upload speed leaves much room for improvement). I hope to get it back up and running before I call it a night, but if it takes a... More...

Re: Document snippet generation

By Olly Betts at Mar 19, 2008, 9:05 pm UTC

Xapian doesn't currently have such a feature. There's a wishlist bug open for it, which links to some previous list discussion: http://www.xapian.org/cgi-bin/bugzilla/show_bug.cgi?id=211 Cheers, Olly More...

Re: Xapian performance testing

By Arjen van der Meijden at Mar 19, 2008, 7:31 pm UTC

We finally found time to upgrade our 0.9.8 to 1.0.5 and reindex the whole database. The results so far are quite good. When taking the daily average of our forum search result page it went down from about 0.55 seconds to about 0.38 seconds. Looking at the log-files, the slow query log file (queries... More...

scriptindex + zombie processes

By Jim Spath at Mar 19, 2008, 2:13 pm UTC

Last night we experienced a problem with scriptindex where it spawned many (80 or so) zombie processes. This same problem occurred earlier this month as well, and also a couple of times in January. It actually spawned hundreds of these processes during these previous occurrences. Has anyone else... More...

[typo] Typo Integration with existing application

By Tom Cocca at Mar 19, 2008, 1:19 pm UTC

Hello, I am thinking about using Typo as a blog for my existing site. My question is, in my current rails site I already have an authentication system, acts_as_authenticated, is there anyway to integrate this login with Typo so that users do not have to log into the blog separately? Has anyone... More...

simple frequency list

By s|s at Mar 18, 2008, 04:22 am UTC

I wrote a python script for finding frequency of terms in database. Thought of sharing since it could would come handy for introspecting database. Possibly it could be included as an example to python bindings.. regards supreet More...

paperclip

Query time boosting

By Robert Young at Mar 18, 2008, 04:05 am UTC

Does Xapian support query time boosting? More...

Spell Checking

By Martin Hearn at Mar 18, 2008, 04:03 am UTC

Hi I wonder if someone could answer these two questions about spelling correction: 1) Is there any way you can get more than one spelling suggestion from get_spelling_suggestion(); 2) Can anyone confirm that any suggestion given won't necessarily return any results. Many thanks for a great product!... More...

Enquire set_cutoff problem

By Donato Di Leo at Mar 18, 2008, 02:56 am UTC

while testing Xapian we found out that the function set_cutoff doesn't work when called from php on calling set_cutoff this error occurs: Fatal error: No matching function for overloaded 'Enquire_set_cutoff' in /srv/www/htdocs/xapian.php on line 702 I tried with one and two parameters but the error... More...

Memory consume issue

By chun yu at Mar 13, 2008, 07:43 am UTC

Hi, all When there are many files to index, the Omindex continues to consume the memory and never to release till it stops which cause too much memory is occupied. check the source code: follwing codes are found. // FIXME: this should be done by checking memory usage, not the number of // changes.... More...

xapian and autocomplete?

By Wojewsky, Sascha, Springer BauMedien at Mar 12, 2008, 09:44 am UTC

Hi, does anybody know how to realise a autocomplete Searchinput like (for example) google? Thanks. Greetings. Sascha More...

how can i use stopwords?

By Wojewsky, Sascha, Springer BauMedien at Mar 12, 2008, 09:35 am UTC

Hi, I do not understand the stopword function... I've set the termgenerator like this: $self->{'Stemmer'} = new Search::Xapian::Stem(german2); $self->{'Stopper'} = new Search::Xapian::SimpleStopper(); $self->{'TermGenerator'} = new Search::Xapian::TermGenerator;... More...

spacer
Profile | Recent Topics | Saved Groups (10) Posts (2)
Home > People > John > Recent Topics