Re: Solr schema filters

2008-01-16 Thread Chris Hostetter
: For this exact example, use the WordDelimiterFilter exactly as : configured in the "text" fieldType in the example schema that ships : with solr. The trick is to then use some slop when querying. : : FT-50-43 will be indexed as FT, 50, 43 / 5043 (the last two tokens : are in the same position)

Re: Solr schema filters

2008-01-11 Thread Yonik Seeley
On Jan 10, 2008 8:51 PM, Brian Artiaco <[EMAIL PROTECTED]> wrote: > I'm kinda under the gun for this problem, and I thought that I would > be able to solve this problem using the different Tokenizers and Query > Analyzers that come with Solr, but I seem to be running into a brick > wall. > > I'm cu

Solr schema filters

2008-01-10 Thread Brian Artiaco
I'm kinda under the gun for this problem, and I thought that I would be able to solve this problem using the different Tokenizers and Query Analyzers that come with Solr, but I seem to be running into a brick wall. I'm currently using Acts_as_solr 0.9. So my requirements of my project is this: I