I think I'd pin the user down and have him give me the real-world
use-cases that require this, then see if there's a more reasonable
 way to satisfy that use-case. Do they want type-ahead? What
is the user of the system going to see? Because, for instance,
a drop-down of 10,000 terms is totally useless.

Best
Erick

On Wed, Dec 17, 2008 at 10:02 PM, roberto <miles.c...@gmail.com> wrote:

> Grant
>
> It completely crazy do something like this i know, but the customer want´s,
> i´m really trying to figure out how to do it in a better way, maybe using
> the (auto suggest) filter from solr 1.3 to get all the words starting with
> some letter and cache the letter in the client side, out client is going to
> be write in swing, what do you guys think?
>
> Thanks,
>
> On Wed, Dec 17, 2008 at 8:05 PM, Grant Ingersoll <gsing...@apache.org
> >wrote:
>
> > All terms from all docs?  Really?
> >
> > At any rate, see http://wiki.apache.org/solr/TermsComponent  May need a
> > mod to not require any field, but for now you can enter all fields (which
> > you can get from LukeRequestHandler)
> >
> > -Grant
> >
> >
> >
> > On Dec 17, 2008, at 2:17 PM, roberto wrote:
> >
> > Hello,
> >>
> >> I need to get all terms from all documents to be placed in my interface
> >> almost like the facets, how can i do it?
> >>
> >> thanks
> >>
> >> --
> >> "Without love, we are birds with broken wings."
> >> Morrie
> >>
> >
> > --------------------------
> > Grant Ingersoll
> >
> > Lucene Helpful Hints:
> > http://wiki.apache.org/lucene-java/BasicsOfPerformance
> > http://wiki.apache.org/lucene-java/LuceneFAQ
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
>
>
> --
> "Without love, we are birds with broken wings."
> Morrie
>

Reply via email to