Last active
April 29, 2016 22:02
-
-
Save rsds143/36abe7538944fed4a0120bc7cc288c85 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
<?xml version=”1.0" encoding=”UTF-8" standalone=”no”?> | |
<schema name=”autoSolrSchema” version=”1.5"> | |
<types> | |
<fieldType class=”org.apache.solr.schema.TextField” name=”TextField”> | |
<analyzer type="index"> | |
<tokenizer/> | |
</analyzer> | |
</fieldType> | |
<fieldType class=”org.apache.solr.schema.StrField” name=”StrField”/></types>)) | |
<fields> | |
<field indexed=”true” name=”value” stored=”true” type=”TextField”/> | |
<field indexed=”true” name=”id” stored=”true” type=”TextField”/> | |
</fields> | |
<uniqueKey>id</uniqueKey> | |
</schema> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment