: get fresh log messages when the server is started again. The new
: schema.xml that shows the changes is via:
:
: http://localhost:8983/solr/admin/get-file.jsp?file=schema.xml
:
: Maybe there's some extra magic to getting the new field to show up at
: all as null or something valuable? Is that the behaviour of the
: default field tag?

whoa ... wait a minute: i think there is a disconect in what exactly
should happen when you change your schema.xml ... adding a new field
doesn't automaticly create a value ofr that field for every document --
a new stored field won't magicly appear as empty in every document
returned when you do a search, adding a new field just means that you can
now add documents with that field.

so it seems like your new schema.xml probably is being loaded fine when
you restart your server -- you can be certain if you try to index a
document with that new field and it works.



-Hoss

Reply via email to