RE: Browse indexed terms in a field

2009-07-08 Thread Pierre-Yves LANDRON
Thanks ! it seems that can do the trick... > Date: Tue, 7 Jul 2009 11:10:15 -0400 > Subject: Re: Browse indexed terms in a field > From: bill.w...@gmail.com > To: solr-user@lucene.apache.org > > You can use facet.perfix to match the beginning of a given word: > > htt

Re: Browse indexed terms in a field

2009-07-07 Thread Bill Au
You can use facet.perfix to match the beginning of a given word: http://wiki.apache.org/solr/SimpleFacetParameters#head-579914ef3a14d775a5ac64d2c17a53f3364e3cf6 Bill On Tue, Jul 7, 2009 at 11:02 AM, Pierre-Yves LANDRON wrote: > > Hello, > > Here is what I would like to achieve : in an indexed d

Browse indexed terms in a field

2009-07-07 Thread Pierre-Yves LANDRON
Hello, Here is what I would like to achieve : in an indexed document there's a fulltext indexed field ; I'd like to browse the terms in this field, ie. get all the terms that match the begining of a given word, for example. I can get all the field's facets for this document, but that's a lot o