On Jun 23, 2007, at 1:38 PM, Michael Kimsal wrote:
Is there any benefit to using a fixed schema as opposed to the 'wildcard'approach demonstrated in the sample schema.xml file?
It's nice to have known straightforward field names for querying, like: title:"web development" AND author:kimsal With wildcarded fields, you won't end up with such clean field names.Other than aesthetics and how the client application will interact with Solr, there really is no difference.
Erik