Top "Solr-schema" questions

SolrException Plugin init failure for [schema.xml] fieldType "pint": Error loading class 'solr.IntField'

I am getting this error collection1: org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Could not load conf …

apache solr tomcat7 bigdata solr-schema
Solr Composite Unique key from existing fields in schema

I have an index named LocationIndex in solr with fields as follows: <fields> <field name="solr_id" …

java solr solrj unique-key solr-schema
How to set multiple fields as uniqueKey in solr?

I have these fields in my solr schema : <fields> <field name="Id" type="string" indexed="true" stored="…

solr solr-schema