From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Indexed search with grep-like output Date: Sun, 02 Jan 2011 10:51:02 -0500 Message-ID: References: <831v4wpcue.fsf@gnu.org> <83wrmone2h.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1293983478 11921 80.91.229.12 (2 Jan 2011 15:51:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 2 Jan 2011 15:51:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 02 16:51:14 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PZQDB-0006gO-U1 for ged-emacs-devel@m.gmane.org; Sun, 02 Jan 2011 16:51:14 +0100 Original-Received: from localhost ([127.0.0.1]:53400 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZQDB-0004qw-CE for ged-emacs-devel@m.gmane.org; Sun, 02 Jan 2011 10:51:13 -0500 Original-Received: from [140.186.70.92] (port=59623 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZQD5-0004qc-GX for emacs-devel@gnu.org; Sun, 02 Jan 2011 10:51:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PZQD3-0000XD-PV for emacs-devel@gnu.org; Sun, 02 Jan 2011 10:51:07 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:59329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PZQD3-0000X9-Nx for emacs-devel@gnu.org; Sun, 02 Jan 2011 10:51:05 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PZQD0-0003b7-8X; Sun, 02 Jan 2011 10:51:02 -0500 In-reply-to: (message from Lennart Borgman on Sun, 2 Jan 2011 15:15:39 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:134170 Archived-At: > From: Lennart Borgman > Date: Sun, 2 Jan 2011 15:15:39 +0100 > Cc: emacs-devel@gnu.org > > On Sun, Jan 2, 2011 at 2:53 PM, Eli Zaretskii wrote: > >> From: Lennart Borgman > >> Date: Sun, 2 Jan 2011 14:46:45 +0100 > >> Cc: emacs-devel@gnu.org > >> > >> > Yes, I use one of the tools that builds on Lucene (see > >> > http://www.methods.co.nz/docindexer/) to index MS Office documents > >> > (some 17,000 of them) I have on my office machine.  It is also very > >> > fast: just a few seconds to return a query. > >> > >> Is that from within Emacs or? > > > > It doesn't matter.  Most of the time is to output a long list of > > documents, i.e. I/O. > > Does that mean you actually see the same time inside of Emacs as > outside of Emacs? Yes, the same (2.5 seconds for a query that returns 951 documents).