analyzer type

2010-11-12 Thread gauravshetti
Can you please help me distinguish between analyzer types. i am not able to find document for the same. I want to add solr.HTMLStripCharFilterFactory in the schema.xml file. And i can see two types defined in my schema.xml for analyzer -- View this message in context: http://lucene.472066.n3

Re: Issue with facet fields

2010-11-12 Thread gauravshetti
thanks. got it! -- View this message in context: http://lucene.472066.n3.nabble.com/Issue-with-facet-fields-tp1883106p102.html Sent from the Solr - User mailing list archive at Nabble.com.

Issue with facet fields

2010-11-11 Thread gauravshetti
I am facing this weird issue in facet fields Within config xml under − I have defined the fl as file_id folder_id display_name file_name priority_text content_type last_upload upload_by business indexed But my out xml doesnt contain the element upload_by and business But i

Adding new field after data is already indexed

2010-11-10 Thread gauravshetti
Hi, I had a few questions regarding Solr. Say my schema file looks like and i index data on the basis of these fields. Now, incase i need to add a new field, is there a way i can add the field without corrupting the previous data. Is there any feature which adds a new field with a default va