Enumerating all Terms

2002-10-09 Thread lucene . user

Is there a way of getting a list of all Terms that have been indexed?  I
guess it would approximate a wildcard query of the form *:* if that were
valid, and instead of returning matching documents, just returning the
fields and values.
-- 
Thanks, Adrian.

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE : Enumerating all Terms

2002-10-09 Thread Laurent Trillaud

Yes You can.

IQ-Computing, one of the contributors, has already made the job for you,
when they implement the highlighting for Lucene.
http://www.iq-computing.de/lucene/highlight.htm
Follow their instructions and you will be able to use a getTerms().

Laurent Trillaud

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Envoyé : mercredi 9 octobre 2002 13:51
À : [EMAIL PROTECTED]
Objet : Enumerating all Terms

Is there a way of getting a list of all Terms that have been indexed?  I
guess it would approximate a wildcard query of the form *:* if that
were
valid, and instead of returning matching documents, just returning the
fields and values.
-- 
Thanks, Adrian.

--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]