similar to: Debian packages

Displaying 20 results from an estimated 10000 matches similar to: "Debian packages"

2016 Dec 14
2
Pull requests: CJK words and Snippet generator
I haven't had a chance to look at the patch and won't be able to do before January. Its design description sounds promising, though. The snippet generator code linked to by Bron contains mostly the same code as in my pull request, with two exceptions: it adds a flag to make the generator return the empty string for snippets without any matching terms. And it includes a fix to a possible
2013 Jun 19
2
Broken links on trac release overview page
http://trac.xapian.org/wiki/ReleaseOverview/1.2.15 The links to individual NEWS items are broken: i.e. http://svn.xapian.org/*checkout*/tags/1.2.15/xapian-core/NEWS http://svn.xapian.org/Xapian/tags/1.2.15/xapian-core/NEWS?view=markup might be a better link. Regards, Bron. -- Bron Gondwana brong at fastmail.fm
2016 Dec 13
2
Pull requests: CJK words and Snippet generator
On Tue, Oct 04, 2016 at 10:37:49AM +1100, Bron Gondwana wrote: > Robert is in Australia visiting the FastMail office to co-work with us for a > couple of months, and I'd love to get this Xapian integration work done > during this time. We're also looking to release Cyrus IMAPd version 3.0 some > time in the next few months, and it would be great to not depend on too many >
2019 Feb 03
2
Amount of writes during index creation
Bron Gondwana writes: > This is quite possibly part of the underlying write explosion that we ran into when we wrote: > > https://fastmail.blog/2014/12/01/email-search-system/ > > Which now almost 5 years on, has been running like a champion! We're really pleased with how well it works. Xapian reads from multiple databases are really easy, and the immediate writes onto
2013 Apr 02
0
FastMail's search using Xapian
G'day, I thought some folks on this list would be interested to know that the new full text email search feature rolled out today by FastMail http://blog.fastmail.fm/2013/04/02/fast-full-message-searching-across-all-folders/ is powered by Xapian. All the code for indexing and searching emails is Open Source and in Fastmail's version of the Cyrus IMAP server.
2019 Feb 03
0
Amount of writes during index creation
Indexing to tmpfs is nice because there is no disk Io! So I would guess as much as you have memory for at once. We have one index per user, and we have never had a user so big that we can't fit their index in memory, so initial index creation is always build entire index in memory then compact it to archive. On Sun, Feb 3, 2019, at 10:07, Jean-Francois Dockes wrote: > Bron Gondwana writes:
2016 Jul 29
3
Pull requests: CJK words and Snippet generator
Hi James, thanks for the feedback. On Thu, Jul 28, 2016, at 00:22, James Aylett wrote: > This sounds great! I know sufficiently little about CJK that I won't > try to comment on that at all :) I've just opened a pull request for the CJK tokenizer: https://github.com/xapian/xapian/pull/114 > I wonder if we can arrange suitable defaults to use your > implementation with the
2016 Aug 03
2
Pull requests: CJK words and Snippet generator
Hi, On Fri, Jul 29, 2016, at 13:45, James Aylett wrote: > On Fri, Jul 29, 2016 at 12:12:25PM +0200, rsto at paranoia.at wrote: > > The FastMail snippet generator has been written when MSet didn't create > > snippets. I'll first compare both implementations to see if there is a > > good reason for them to coexist, or might just as well merge any > > additional
2017 Apr 03
0
errors on rebuild
On Sun, 2 Apr 2017, at 20:29, Olly Betts wrote: > On Sat, Mar 25, 2017 at 06:36:25PM -0500, Ryan Cross wrote: > > After upgrades my stack is now: > > > > Python 2.7 > > Django 1.8 > > Haystack 2.6.0 > > Xapian 1.4.3. (latest xapian haystack backend with some modifications) > > > > Using the same rebuild command as below but with
2006 Apr 10
6
Bandwidth Management
Hi, understand that the bandwidth utilized for each call is dependent on the codec used, wonder if Asterisk can monitor the total bandwidth utilized and restrict/reject new calls when the resource is insufficient to support them reliably? Regards Andy Tan -- Andy Tan andytan@fastmail.fm -- http://www.fastmail.fm - Does exactly what it says on the tin
2019 Feb 02
0
Amount of writes during index creation
This is quite possibly part of the underlying write explosion that we ran into when we wrote: https://fastmail.blog/2014/12/01/email-search-system/ Which now almost 5 years on, has been running like a champion! We're really pleased with how well it works. Xapian reads from multiple databases are really easy, and the immediate writes onto tmpfs and daily compacts work really well. We also
2013 Jun 19
2
Compact databases and removing stale records at the same time
I'm trying to compact (or at least merge) multiple databases, while stripping search records which are no longer required. Backstory: I've inherited the Cyrus IMAPd xapian-based search code from Greg Banks when he left Opera. One of the unfinished parts was removing expunged emails from the search database. We moved from having a single search database to supporting multiple
2004 Aug 06
2
Can connect to example1.ogg but not example1.ogg.m3u
I have just finished setting up ices2 => icecast 2 on RH9 linux. Have 10 or so .ogg tracks in a playlist. Also downloaded a full copy of winamp 5. If I point my browser at 10.1.1.101:8000/example1.ogg.m3u then winamp opens, and just says Connecting... - it never actually plays anything. If I use the open URL feature in winamp and give it 10.1.1.101:8000/example1.ogg Then winamp connects to the
2007 Mar 15
8
Xen Book
Hi, I had read on this thread - http://lists.xensource.com/archives/html/xen-users/2006-03/msg00759.html - (which is about a year old) about a Xen book being written. Any updates or others currently writing books on Xen? Thank you. -- Mathew Brown mathewbrown@fastmail.fm -- http://www.fastmail.fm - Same, same, but differentÂ… _______________________________________________
2013 Jun 19
2
Compact databases and removing stale records at the same time
On Wed, Jun 19, 2013, at 03:49 PM, Olly Betts wrote: > On Wed, Jun 19, 2013 at 01:29:16PM +1000, Bron Gondwana wrote: > > The advantage of compact - it runs approximately 8 times as fast (we > > are CPU limited in each case - writing to tmpfs first, then rsyncing > > to the destination) and it takes approximately 75% of the space of a > > fresh database with maximum
2004 Aug 06
2
How to handle NAT ?
Now I have the icecast server working within the confines of my home network (ip: 10.1.1.x), I want to be able to connect to it from the other side of my firewall too. I configured the firewall to pass all port 8000 traffic to my linux server (local address 10.1.1.101) If I connect from the other side of my firewall using my external ip (217.x.x.x), then I see the connection come in on the icecast
2019 May 28
1
JMAP support in Dovecot
On Wed, May 22, 2019, at 23:43, Tanstaafl via dovecot wrote: > On Wed May 22 2019 05:44:59 GMT-0400 (Eastern Standard Time), Aki Tuomi > via dovecot <dovecot at dovecot.org> wrote: > > Unfortunately we have not been able to work on this much, but also the > > JMAP spec was until very recently still being worked. We have open > > dialogue with the Thunderbird people,
2007 Apr 10
9
Xen and ACPI Sleep
Hi, I am currently testing Xen on my laptop and was wondering if there was any way to enable ACPI sleep so that I can resume sessions when I''m on the go. Is this possible? If so, could you please highlight how to achieve this? Thank you. -- Mathew Brown mathewbrown@fastmail.fm -- http://www.fastmail.fm - Access all of your messages and folders
2014 Feb 22
1
Disable/patch iOS7 Full Body Search
As mentioned in other posts [1], iOS7 Mail App uses a multi-folder full body search by default. As to my knowledge, this behavior cannot be disabled within the Mail App. Is there any way to disable/patch this behavior on the server side? My users complain that searching now takes 'forever'. They were happy with the old behavior (searching From/To/Subject only). I do NOT want to
2004 Aug 06
3
Moving clients and JOrbis
Here is what I'm trying to do: most of the time, I broadcast from a playlist, just loooping through prerecorded content. Sometimes, say at a special concert or sports game, a live stream (from a laptop's line-in) is broadcast instead. Ideally, the laptop could simply "take over" the stream from IceS, and hand it back when we're finished with the live stuff. Is there a way