On Wed, Jan 14, 2009 at 8:45 AM, Deo, Shantanu <sd1...@att.com> wrote:
> > I have tried playing around with defining the fieldtype using the > following analyzers: > <fieldType name="mfgTextTight" class="solr.TextField" > positionIncrementGap="100" > > <analyzer> > <tokenizer class="solr.LetterTokenizerFactory"/> > <filter class="solr.LowerCaseFilterFactory"/> > <filter class="solr.RemoveDuplicatesTokenFilterFactory"/> > <filter class="solr.KeepWordFilterFactory" > words="manufacturer.txt"/> > </analyzer> > </fieldType> > > > Any ideas if its possible to get the same facets as are in the data > that's being indexed or would I have to write my own Filter for this > purpose ? Faceting works on the indexed terms. Therefore, you should make sure what you index is exactly as what you stored. You probably need to facet on a "string" type. > > > Thanks > Shantanu Deo > AT&T eCommerce Web Hosting - Release Management > Office: (425)288-6081 > email: sd1...@att.com > -- Regards, Shalin Shekhar Mangar.