Re: Excluding Characters and SubStrings in a Faceted Wildcard Query

2009-07-01 Thread Norberto Meijome
On Mon, 29 Jun 2009 15:10:59 +0100 Ben wrote: > Hi Erik, > > I'm not sure exactly how much context you need here, so I'll try to keep > it short and expand as needed. > > The column I am faceting contains a comma deliniated set of vectors. > Each vector is made up of {Make,Year,Model} e.g. >

Re: Excluding Characters and SubStrings in a Faceted Wildcard Query

2009-06-29 Thread Ben
Hi Erik, I'm not sure exactly how much context you need here, so I'll try to keep it short and expand as needed. The column I am faceting contains a comma deliniated set of vectors. Each vector is made up of {Make,Year,Model} e.g. _ford_1996_focus,mercedes_1996_clk,ford_2000_focus I have a

Re: Excluding Characters and SubStrings in a Faceted Wildcard Query

2009-06-29 Thread Erik Hatcher
Ben, Could you post an example of the type of data you're dealing with and how you want it handled? I suspect there is a way to accomplish what you want using an analyzed field, or by preprocessing the data you're indexing. Erik On Jun 29, 2009, at 9:29 AM, Ben wrote: Hello,

Excluding Characters and SubStrings in a Faceted Wildcard Query

2009-06-29 Thread Ben
Hello, I've been using SOLR for a while now, but am stuck for information on two issues : 1) Is it possible to exclude characters in a SOLR facet wildcard query? e.g. [^,]* to match any character except an "," ? 2) Can one setup the facet wildcard query to return the exact sub strings it ma