Filter query with wildcard, fq=a*

2009-04-30 Thread Andrew McCombe
Hi I have half a million records indexed and need to filter results on a term by the first letter. For Example the search term is 'I love' and returns a few thousand records. I need to filter these results for all artists beginning with 'A'. I've tried: 'fq=artistText:A*' But then get no

Re: Filter query with wildcard, fq=a*

2009-04-30 Thread Rob Casson
it sounds to me like the field you're using (artistText) is tokenized and lowercased. it might be good to go over the wiki pages again: http://wiki.apache.org/solr/SolrFacetingOverview if you keep having problems, post your schema...cheers, rob On Thu, Apr 30, 2009 at 10:21 AM, Andrew

Re: Filter query with wildcard, fq=a*

2009-04-30 Thread Otis Gospodnetic
-- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Andrew McCombe eupe...@gmail.com To: solr-user@lucene.apache.org Sent: Thursday, April 30, 2009 10:21:48 AM Subject: Re: Filter query with wildcard, fq=a* Hi It has now introduced a new issue. I am

Re: Filter query with wildcard, fq=a*

2009-04-30 Thread Otis Gospodnetic
://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Andrew McCombe eupe...@gmail.com To: solr-user@lucene.apache.org Sent: Thursday, April 30, 2009 10:04:17 AM Subject: Re: Filter query with wildcard, fq=a* Hi I've sorted it. Wildcard term must be lowercase to get