You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by ayyanar <ay...@aspiresys.com> on 2009/01/12 10:37:00 UTC

How to see the indexed terms

I need to see the indexed terms of all my lucene documents. How to see? Luke
not shows the "terms"
-- 
View this message in context: http://www.nabble.com/How-to-see-the-indexed-terms-tp21411226p21411226.html
Sent from the Lucene - Java Developer mailing list archive at Nabble.com.


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


Re: How to see the indexed terms

Posted by Grant Ingersoll <gs...@apache.org>.
Have a look at the TermEnum and TermDocs classes.  http://lucene.apache.org/java/2_4_0/api/org/apache/lucene/index/TermEnum.html

Also, next time please use java-user@lucene.apache.org for usage  
questions.  Java-dev is for discussion on building the internals of  
Lucene and java-user is for usage.

On Jan 12, 2009, at 4:37 AM, ayyanar wrote:

>
> I need to see the indexed terms of all my lucene documents. How to  
> see? Luke
> not shows the "terms"
> -- 
> View this message in context: http://www.nabble.com/How-to-see-the-indexed-terms-tp21411226p21411226.html
> Sent from the Lucene - Java Developer mailing list archive at  
> Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-dev-help@lucene.apache.org
>

--------------------------
Grant Ingersoll

Lucene Helpful Hints:
http://wiki.apache.org/lucene-java/BasicsOfPerformance
http://wiki.apache.org/lucene-java/LuceneFAQ











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