----- Original Message ---- From: Lance Norskog <goks...@gmail.com> To: solr-user@lucene.apache.org Sent: Wed, December 29, 2010 6:11:32 PM Subject: Re: dynamic fields revisited
>>> B/ Is the search done on the dynamic filed name in the schema, or on the >name >> that was matched? >The dynamic wildcard field name convention is only implemented by the >code that checks the schema. >It is not in the query syntax. Only the real field names are in the >query syntax or returned facets. If I understand you correctly, for an INT dynamic field called *_int2 filled with field callled my_number_int2 during data import in a query, I will search in the index on the field called: "my_number_int2" correct?