Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 66516 invoked from network); 28 Dec 2004 13:46:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 28 Dec 2004 13:46:35 -0000 Received: (qmail 45698 invoked by uid 500); 28 Dec 2004 13:46:05 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 45575 invoked by uid 500); 28 Dec 2004 13:46:03 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 45513 invoked by uid 99); 28 Dec 2004 13:46:01 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail.fib.upc.es (HELO mail.fib.upc.es) (147.83.41.105) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 28 Dec 2004 05:45:57 -0800 Received: from fib.upc.edu (tarragona.fib.upc.es [147.83.58.160]) by mail.fib.upc.es (Postfix) with ESMTP id 4F96EC99F9 for ; Tue, 28 Dec 2004 14:45:50 +0100 (CET) Message-ID: <41D16390.6090203@fib.upc.edu> Date: Tue, 28 Dec 2004 14:45:52 +0100 From: Daniel Cortes Organization: FIB User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en MIME-Version: 1.0 To: lucene-user@jakarta.apache.org Subject: time of indexer Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Scaned-FIB: AntiVirus/AntiSpam en fib.upc.es X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi to everybody, and merry christmas for all(and specially people who that me today are "working" instead of stay with the family). I don't understand because my search in the index give this bad results: I index 112 php files how a txt. with this machine Pentium 4 2,4GHz 512 RAM running during the index Windows XP and Eclipse Tiempo de b�squeda total: 80882 ms the fields that I use are doc.add(Field.Keyword("filename", file.getCanonicalPath())); doc.add(Field.UnStored("body", bodyText)); doc.add(Field.Text("titulo", title)); What I'm doing bad? thks --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org