Erick,

Thanks for the answer, let me clarify the thing, we would like to have a
combobox with the terms to guide the user in the search i mean, if a have
thousands of documents and want to tell them how many documents in the base
have the particular word, how can i do that?

thanks

On Thu, Dec 18, 2008 at 11:25 AM, Erick Erickson <erickerick...@gmail.com>wrote:

> 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
> >
>



-- 
"Without love, we are birds with broken wings."
Morrie

Reply via email to