Re: index of facet fields are not same as original string

2010-01-31 Thread Solr user
Hi Lance, I created a new fieldtype with solr.KeywordTokenizerFactory class in analyser and it worked for me. Thanks for all your help. Regards, Uma Lance Norskog-2 wrote: > > After you change the schema.xml file, you have to rebuild the index > completely. At that point, g_number fields sh

Re: index of facet fields are not same as original string

2010-01-28 Thread Lance Norskog
After you change the schema.xml file, you have to rebuild the index completely. At that point, g_number fields should not be stemmed. You can examine what these text field types do. http://wiki.apache.org/solr/FAQ#My_search_returns_too_many_.2BAC8_too_little_.2BAC8_unexpected_results.2C_how_to_de

Re: index of facet fields are not same as original string

2010-01-28 Thread Solr user
Hi Sergey, In schema.xml, i have got by default ^M ^M ^M ^M ^M ^M ^M ^M ^M ^M ^M ^M ^M ^M ^M ^M and i added following entry in schema.xml file, But it didnt help. Still the texts are

Re: index of facet fields are not same as original string

2010-01-28 Thread Joe Calderon
facets are based off the indexed version of your string nor the stored version, you probably have an analyzer thats removing punctuation, most people index the same field multiple ways for different purposes, matching. storting, faceting etc... index a copy of your field as string type and facet o

Re: index of facet fields are not same as original string

2010-01-28 Thread Sergey Pavlikovskiy
Hi, probably, it's because of stemming if you need unstemmed text you can use 'textgen' data type for the field Sergey On Thu, Jan 28, 2010 at 12:25 PM, Solr user wrote: > > Hi, > > I am new to Solr. I found facets fields does not reflect the original > string in the record. For example, > > t