On 2/23/07, Pierre-Yves LANDRON <[EMAIL PROTECTED]> wrote:
I've used solr for two weeks now, and so far it's a really neat solution.
I've replaced my previous index searcher app by solr in my current project,
but can not find a way to substitute the browseIndex(field, startterm,
numberoftermsretuened) function i've used so far. It's a very usefull method
and I'm sure it can be accomplished with solr, but I can't figure how.
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

Reply via email to