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
value to the existing records.


2) Is there any security mechanism/authorization check to prevent url like
/admin and /update to only a few users.

-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/Adding-new-field-after-data-is-already-indexed-tp1862575p1862575.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 am able to do seach by upload_by: and business:

Even when i add in the url &fl=* i do not get this facet field in the
response

Any idea what i am doing wrong.


-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/Issue-with-facet-fields-tp1883106p1883106.html
Sent from the Solr - User mailing list archive at Nabble.com.


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.


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.nabble.com/analyzer-type-tp1890002p1890002.html
Sent from the Solr - User mailing list archive at Nabble.com.