Just so anyone else can know and save themselves 1/2 hour if they spend 4 minutes searching.
When putting a dynamic field into a document into an index, the name of the field RETAINS the 'constant' part of the dynamic field name. Example ------------- If a dynamic integer field is named '*_i' in the schema.xml file, __and__ you insert a field names 'my_integer_i', which matches the globbed field name '*_i', __then__ the name of the field will be 'my_integer_i' in the index and in your GETs/(updating)POSTs to the index on that document and __NOT__ 'my_integer' like I was kind of hoping that it would be :-( I.E., the suffix (or prefix if you set it up that way,) will NOT be dropped. I was hoping that everything except the globbing character, '*', would just be a flag to the query processor and disappear after being 'noticed'. Not so :-) -- View this message in context: http://lucene.472066.n3.nabble.com/dynamic-fields-revisited-tp2161080p2447814.html Sent from the Solr - User mailing list archive at Nabble.com.