Lucene does it throught the terms method from the class IndexReader, I think
:
abstract TermEnum terms(Term t) : Returns an enumeration of all terms after
a given term.

Does an implementation of this method exists in solr ?

You can get this functionality from the current faceting implementation,
the downside is that it will be slower.

-Yonik

ok. it seems great. time for me to look at faceted search more closely. Have you an idea of how much slower it will be ? does the implementation of an indexbrowsing method worth it (it will take me to learn how to integrate the new java method to the solr package - and I'm not a coding freak :(( ) anyway, at least i know now i can make it the easy way using faceted search, if necessary. thanks !

Pierre-Yves Landron

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

Reply via email to