Java Mailing List Archive

http://www.java2.5341.com/

Home » java-user.lucene »

How to get the index file entries (IndexReader) in different
order?

jcd92

2008-09-26


Author LoginPost Reply

Hi all,

The index has Millions of entries. I need to display the index content in a
JTable with columns (terms, field, freq) and the user can choose the sorting
order (field, freq, terms), (freq, term, field), etc...

What is the best solution to manage the Index sorting

I just need some entries at a time, the one displayed in the table. Thus I
just sort the entries needed in a TreeMap reading the whole index file
(which is quite slow).

Any Idea would be welcome

Best wishes to all

JCD

--
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@(protected)
For additional commands, e-mail: java-user-help@(protected)

©2008 java2.5341.com - Jax Systems, LLC, U.S.A.