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 Karl Koch <Th...@gmx.net> on 2004/01/18 18:10:20 UTC

Gettting all index fields of an index

How can I get a list of all fields in an index from which I know only the
directory string?

Karl

-- 
+++ GMX - die erste Adresse für Mail, Message, More +++
Bis 31.1.: TopMail + Digicam für nur 29 EUR http://www.gmx.net/topmail


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


Re: Gettting all index fields of an index

Posted by Doug Cutting <cu...@apache.org>.
Try calling IndexReader.getFieldNames().

Karl Koch wrote:
> How can I get a list of all fields in an index from which I know only the
> directory string?
> 
> Karl
> 


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