3 Feb 13:54
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
17 Feb 07:37
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.
RSS Feed