: I added several custom fields, and modified the TextField in : schema.xml for some things that are specific to the app, like : disabling stemming and stop words, and using ISOLatin1FilterFactory : (so searches for "bjork" will find "björk", etc).
this was all just config file changes though right, you didn't need to write any new javacode to load into solr to make those work did you? -Hoss