Skip to content

Instantly share code, notes, and snippets.

@nz
Created March 20, 2012 21:27
Show Gist options
  • Select an option

  • Save nz/2141456 to your computer and use it in GitHub Desktop.

Select an option

Save nz/2141456 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" ?>
<schema>
<types>
<fieldType name="string" class="solr.StrField" />
</types>
<fields>
<field name="id" type="string" indexed="true" stored="true"/>
</fields>
<uniqueKey>id</uniqueKey>
</schema>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment