Re: Addition of new field to Solr schema.xml not getting reflected properly

2009-04-29 Thread ahmed baseet
I added some new documents, and for these docs I can use the new field, right? Though to reflect the changes for all docs I need to delete the old index and build a new one. As I mentioned earlier after a couple of restarts its worked. Still don't know whats the issue. :-) Thanks, Ahmed. On Wed,

Re: Addition of new field to Solr schema.xml not getting reflected properly

2009-04-29 Thread Erik Hatcher
Did you reindex your documents after making changes and restarting? The types of changes you're making require reindexing. Erik On Apr 29, 2009, at 2:13 AM, ahmed baseet wrote: Hi All, I'm trying to add a new field to Solr, so I stopped the tomcat[I'm working on Windows] using the

Addition of new field to Solr schema.xml not getting reflected properly

2009-04-28 Thread ahmed baseet
Hi All, I'm trying to add a new field to Solr, so I stopped the tomcat[I'm working on Windows] using the "Configure Tomcat" menu of Tomcat, then added the following field After restarting Tomcat, I couldn't see the changes, so I did the restart couple of times, and then the schema showed me the ch