Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 26559 invoked from network); 25 Apr 2006 16:59:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Apr 2006 16:59:30 -0000 Received: (qmail 94224 invoked by uid 500); 25 Apr 2006 16:59:25 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 93930 invoked by uid 500); 25 Apr 2006 16:59:24 -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 93919 invoked by uid 99); 25 Apr 2006 16:59:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Apr 2006 09:59:24 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [195.121.6.177] (HELO hnexfe11.hetnet.nl) (195.121.6.177) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Apr 2006 09:59:23 -0700 Received: from [192.168.0.100] ([86.85.154.64]) by hnexfe11.hetnet.nl with Microsoft SMTPSVC(5.0.2195.6874); Tue, 25 Apr 2006 18:59:00 +0200 Mime-Version: 1.0 (Apple Message framework v749.3) In-Reply-To: <4084844.post@talk.nabble.com> References: <4084844.post@talk.nabble.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <232A6CF7-798D-4524-86C2-00922D18CB29@snigel.net> Content-Transfer-Encoding: 7bit From: karl wettin Subject: Re: search problem Date: Tue, 25 Apr 2006 19:01:42 +0200 To: java-user@lucene.apache.org X-Mailer: Apple Mail (2.749.3) X-OriginalArrivalTime: 25 Apr 2006 16:59:00.0804 (UTC) FILETIME=[8CC31040:01C66889] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 25 apr 2006 kl. 17.54 skrev April06: > > We indexed several logfiles which contain for example a timestamp, > an ip and > additional information (all defined as a field) all in one line. > A logfile itself contains many of these lines. > > We used a BooleanQuery (timestamp / ip) to search for a ip between > a defined > range of time. > > Problem: while there is a hit, only the timestamp and ip of the > very first > line in the logfile are shown, but not the "matching" ip and > timestamp later > in the logfile. Any suggestions how to get to the "right entries" ? First inspect your index using Luke and see if it the expected data is there. If not, take a look at your index writing code. Else take a look at how you retrieve the data from your index. If you can't figure it out, post the code and tell us what the index contains and how you expected it to look like. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org