Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "SchemaXml" page has been changed by TomaszMuras: http://wiki.apache.org/solr/SchemaXml?action=diff&rev1=61&rev2=62 === Poly Field Types === Some !FieldTypes can be "poly" field types. A Poly !FieldType is one that can potentially create multiple Fields per "declared" field. Some examples include the !LatLonType and !PointType, both which use multiple indexed fields internally to represent what the user sees as a single value (e.g. "35.9,-79.0"). Another example is CurrencyField which indexes the value and currency symbol separately (e.g. "10,USD"). - See the [[http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/solr/conf/schema.xml?view=markup|example schema]], SpatialSearch and CurrencyField for more info on using these field types. + See the [[http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/solr/collection1/conf/schema.xml?view=markup|example schema]], SpatialSearch and CurrencyField for more info on using these field types. === TODO === * Perhaps make a DTD for the schema.