Created
April 3, 2013 20:57
-
-
Save spatzle/5305212 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<fields> | |
<field name="id" type="string" indexed="true" stored="true" required="true" /> | |
<field name="title" indexed="true" stored="true" type="text" /> | |
<field name="desc" indexed="true" stored="true" type="text" /> | |
<field name="_version_" type="long" indexed="true" stored="true"/> | |
</fields> | |
<uniqueKey>id</uniqueKey> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment