Re: Field Analyzers: which values are indexed?

2011-04-13 Thread Ben Davies
lied before tokenization > to the entire input stream and PatternReplaceFilterFactory > is applied to each token emitted by the tokenizer. > > And to make it even more fun, you can do both! > > Best > Erick > > On Wed, Apr 13, 2011 at 8:14 AM, Ben Davies wrote: &g

Field Analyzers: which values are indexed?

2011-04-13 Thread Ben Davies
Hi there, Just a quick question that the wiki page ( http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters) didn't seem to answer very well. Given an analyzer that has zero or more Char Filter Factories, one Tokenizer Factory, and zero or more Token Filter Factories, which value(s) are ind

Re: Indexing data with Trade Mark Symbol

2011-04-05 Thread Ben Davies
Use admin/analysis.jsp to see which filter is removing it. Configure a field type appropriate to what you want to index. On Mon, Apr 4, 2011 at 9:55 AM, mechravi25 wrote: > Hi, > Has anyone indexed the data with Trade Mark symbol??...when i tried to > index, the data appears as below. > > Data:

Re: question on solr.ASCIIFoldingFilterFactory

2011-04-05 Thread Ben Davies
I can't remember where I read it, but I think MappingCharFilterFactory is prefered. There is an example in the example schema. >From this, I get: org.apache.solr.analysis.MappingCharFilterFactory {mapping=mapping-ISOLatin1Accent.txt} |text|despues| On Tue, Apr 5, 2011 at 5:06 PM, Nemani, Raj