You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by "Patel, Viral" <vi...@countryfinancial.com> on 2004/10/05 22:29:32 UTC

RE: ezmlm response

Does anyone know how can I iterate through entire index and display all of the "records" without typing anything in the query?

-----Original Message-----
From: lucene-user-help@jakarta.apache.org
[mailto:lucene-user-help@jakarta.apache.org]
Sent: Tuesday, October 05, 2004 3:25 PM
To: Patel, Viral
Subject: ezmlm response


Hi! This is the ezmlm program. I'm managing the
lucene-user@jakarta.apache.org mailing list.

I'm working for my owner, who can be reached
at lucene-user-owner@jakarta.apache.org.

No information has been provided for this list.

--- Administrative commands for the lucene-user list ---

I can handle administrative requests automatically. Please
do not send them to the list address! Instead, send
your message to the correct command address:

To subscribe to the list, send a message to:
   <lu...@jakarta.apache.org>

To remove your address from the list, send a message to:
   <lu...@jakarta.apache.org>

Send mail to the following for info and FAQ for this list:
   <lu...@jakarta.apache.org>
   <lu...@jakarta.apache.org>

Similar addresses exist for the digest list:
   <lu...@jakarta.apache.org>
   <lu...@jakarta.apache.org>

To get messages 123 through 145 (a maximum of 100 per request), mail:
   <lu...@jakarta.apache.org>

To get an index with subject and author for messages 123-456 , mail:
   <lu...@jakarta.apache.org>

They are always returned as sets of 100, max 2000 per request,
so you'll actually get 100-499.

To receive all messages with the same subject as message 12345,
send an empty message to:
   <lu...@jakarta.apache.org>

The messages do not really need to be empty, but I will ignore
their content. Only the ADDRESS you send to is important.

You can start a subscription for an alternate address,
for example "john@host.domain", just add a hyphen and your
address (with '=' instead of '@') after the command word:
<lu...@jakarta.apache.org>

To stop subscription for this address, mail:
<lu...@jakarta.apache.org>

In both cases, I'll send a confirmation message to that address. When
you receive it, simply reply to it to complete your subscription.

If despite following these instructions, you do not get the
desired results, please contact my owner at
lucene-user-owner@jakarta.apache.org. Please be patient, my owner is a
lot slower than I am ;-)

--- Enclosed is a copy of the request I received.

Return-Path: <vi...@countryfinancial.com>
Received: (qmail 72273 invoked by uid 99); 5 Oct 2004 20:24:45 -0000
X-ASF-Spam-Status: No, hits=3.2 required=10.0
	tests=HTML_MESSAGE,HTML_SHORT_COMMENT,HTML_TITLE_EMPTY,MISSING_SUBJECT
X-Spam-Check-By: apache.org
Received-SPF: pass (hermes.apache.org: local policy)
Received: from [216.43.57.220] (HELO mail2.countryfinancial.com) (216.43.57.220)
  by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 05 Oct 2004 13:24:44 -0700
Received: from mail2.countryfinancial.com (localhost [127.0.0.1])
	by localhost.countryfinancial.com (Postfix) with ESMTP id 86CF726663
	for <lu...@jakarta.apache.org>; Tue,  5 Oct 2004 15:21:18 -0500 (CDT)
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01C4AB19.56EB4D90"
X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0
Subject: 
Date: Tue, 5 Oct 2004 15:24:39 -0500
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Index: AcSrGVci8ZazItqwTMC4OUko8mOL6Q==
From: "Patel, Viral" <vi...@countryfinancial.com>
To: <lu...@jakarta.apache.org>
Message-Id: <20...@mail2.countryfinancial.com>
X-Virus-Checked: Checked

This is a multi-part message in MIME format.

------_=_NextPart_001_01C4AB19.56EB4D90
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Does anyone know how can I iterate through entire index and display all =
of the "records" without typing anything in the query?





------_=_NextPart_001_01C4AB19.56EB4D90
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
6.5.7226.0">
<TITLE></TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=3D2 FACE=3D"Arial">Does anyone know how can I iterate =
through entire index and display all of the &quot;records&quot; without =
typing anything in the query?</FONT></P>
<BR>
<BR>
<BR>

</BODY>
</HTML>
------_=_NextPart_001_01C4AB19.56EB4D90--

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org


Re: ezmlm response

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
On Oct 5, 2004, at 4:29 PM, Patel, Viral wrote:
> Does anyone know how can I iterate through entire index and display 
> all of the "records" without typing anything in the query?

You can use the IndexReader API to navigate the index and walk through 
all of the documents.

	Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org