> Actually I wanted every single step to be clear, thats why I asked.
> Now there is written:
>
> "Ensure that your solr schema (schema.xml) has the fields 'id',
> 'name', 'desc'. Change the appropriate details in the data-config.xml"
>
> My schema.xml is not having these fields. That means I have to declare
> them. Can you tell me where? Where to declare them in that file? Isn't
> there the same option as in solr 3.5.0, Using a command, schema was
> built and we placed that output in schema.xml file?
>
No, there's no magic. You should just know what is the SOLR schema and
how to define fields and types. That's all. You can find all what you
need here:
http://wiki.apache.org/solr/SchemaXml
Read carefully and create / change your schema with those fields.
> Also its written:
>
> "Drop your JDBC driver jar file into the <solr-home>/lib directory."
>
You don't have mysql driver. They are not shipped with jetty or solr. Go
here
http://dev.mysql.com/downloads/connector/j/
And download the apprpriate version. Next, place that jar in the "lib"
directory under solr/collection1 (if there's no such dir create it first).