Guest User

Untitled

a guest
Nov 21st, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. bash-4.1$ ./solr create -c solr-testing -d _default -force
  2.  
  3. WARNING: Using _default configset. Data driven schema functionality is enabled by default, which is NOT RECOMMENDED for production use.
  4.  
  5. To turn it off:
  6.  
  7. curl http://localhost:8983/solr/solr-testing/config -d '{"set-user-property": {"update.autoCreateFields":"false"}}'
  8.  
  9. ERROR: Error CREATEing SolrCore 'solr-testing': Unable to create core [solr-testing] Caused by: _root_ field must be defined using the exact same fieldType as the uniqueKey field (referenceID) uses: long
Add Comment
Please, Sign In to add comment