Re: Facet query pb

2009-10-11 Thread clico
clico wrote: > > > clico wrote: >> >> >> >> clico wrote: >>> >>> That's not a pb >>> I want to use that in order to drill down a tree >>> >>> >>> Christian Zambrano wrote: Clico, Because you are doing a wildcard query, the token 'AMERICA' will not be analyzed

Re: Facet query pb

2009-10-08 Thread clico
clico wrote: > > > > clico wrote: >> >> That's not a pb >> I want to use that in order to drill down a tree >> >> >> Christian Zambrano wrote: >>> >>> Clico, >>> >>> Because you are doing a wildcard query, the token 'AMERICA' will not be >>> analyzed at all. This means that 'AMERICA*' w

Re: Facet query pb

2009-10-08 Thread clico
clico wrote: > > That's not a pb > I want to use that in order to drill down a tree > > > Christian Zambrano wrote: >> >> Clico, >> >> Because you are doing a wildcard query, the token 'AMERICA' will not be >> analyzed at all. This means that 'AMERICA*' will NOT match 'america'. >> >> On

Re: Facet query pb

2009-10-07 Thread clico
That's not a pb I want to use that in order to drill down a tree Christian Zambrano wrote: > > Clico, > > Because you are doing a wildcard query, the token 'AMERICA' will not be > analyzed at all. This means that 'AMERICA*' will NOT match 'america'. > > On 10/07/2009 12:30 PM, Avlesh Singh w

Re: Facet query pb

2009-10-07 Thread Todd Benge
Aq On 10/7/09, clico wrote: > > Hello > I have a pb trying to retrieve a tree with facet use > > I 've got a field location_field > Each doc in my index has a location_field > > Location field can be > continent/country/city > > > I have 2 queries: > > http://server/solr//select?fq=(location_

Re: Facet query pb

2009-10-07 Thread Christian Zambrano
Clico, Because you are doing a wildcard query, the token 'AMERICA' will not be analyzed at all. This means that 'AMERICA*' will NOT match 'america'. On 10/07/2009 12:30 PM, Avlesh Singh wrote: I have no idea what "pb" mean but this is what you probably want - fq=(location_field:(NORTH AMERICA

Re: Facet query pb

2009-10-07 Thread Avlesh Singh
I have no idea what "pb" mean but this is what you probably want - fq=(location_field:(NORTH AMERICA*)) Cheers Avlesh On Wed, Oct 7, 2009 at 10:40 PM, clico wrote: > > Hello > I have a pb trying to retrieve a tree with facet use > > I 've got a field location_field > Each doc in my index has a