: it shows type as undefined for dynamic field ignored_* , and I am using

That means the running solr instance does not know anything about a 
dynamic field named ignored_* -- it doesn't exist.

: but on the admin page it shows schema :

the page showing hte schema file just tells you what's on disk -- it has 
no way of knowing if you modified that file after starting up solr.

... Wait a minute ... i see your problem now...

        ...
: </fields> 
: <dynamicField name="ignored_*" type="ignored" indexed="false" stored="true"
: multiValued="true"/>

...your <dynamicField/> declaration needs to be inside your <fields> 
block.


-Hoss

Reply via email to