scot | 3 Feb 13:54
Picon

snapshot source?


Hi,

Just wondering where the xapian snapshots you're providing come from?
Are they based on the xapian trunk or a branch?  Are you applying
patches to them?

thanks!
scott
Richard Boulton | 3 Feb 14:04

Re: snapshot source?


scot wrote:
> Hi,
> 
> Just wondering where the xapian snapshots you're providing come from?
> Are they based on the xapian trunk or a branch?  Are you applying
> patches to them?

They're based on trunk, with the patches from several branches applied 
to provide extra features.

The script which generates the snapshots is in the xappy SVN repo, at 
trunk/utils/make_xappy_tarballs

--

-- 
Richard

Sergey Shepelev | 17 Feb 07:33
Picon
Gravatar

update workflow


How do i delete/replace documents i consider old?
Sergey Shepelev | 17 Feb 07:37
Picon
Gravatar

designing document field set


I'm writing a blog engine and wonder what kind of UnprocessedDocuments
should i create. Probably store-content DB "id" and "url", then
FREETEXT "title" and "text".
But all texts are possibly localized so i wonder if it is possible to
delay specifiying language until creating document.
Or should i create different fields, like "title-en", "title-ru" for
each localization and create documents with either of those fields
filled.

Obviously not every post and comment would be localized and there will
be at most 2 languages.

Gmane