Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 52575 invoked from network); 18 Jun 2006 17:00:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Jun 2006 17:00:48 -0000 Received: (qmail 57051 invoked by uid 500); 18 Jun 2006 17:00:37 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 57015 invoked by uid 500); 18 Jun 2006 17:00:37 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 57004 invoked by uid 99); 18 Jun 2006 17:00:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Jun 2006 10:00:37 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jak-lucene-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Jun 2006 10:00:36 -0700 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Fs0d2-0000lR-Po for java-user@lucene.apache.org; Sun, 18 Jun 2006 19:00:04 +0200 Received: from host130-18.pool874.interbusiness.it ([87.4.18.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 18 Jun 2006 19:00:04 +0200 Received: from andreas.moroder by host130-18.pool874.interbusiness.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 18 Jun 2006 19:00:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: java-user@lucene.apache.org From: Andreas Moroder Subject: Lucene as syslog storage Date: Sun, 18 Jun 2006 18:58:16 +0200 Lines: 12 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: host130-18.pool874.interbusiness.it User-Agent: KNode/0.9.0 Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, I would like to write a application to browse around and search the log files of linux machines, like www.splunk.org does. Would lucene be the right db to store such text information ? Because the log info should be stored in the db continuously and not as batch, this would create many thousand small documents. Is this a problem for lucene ? Bye Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org