I'm new to solr. After i tried using Solr 5 client. I want to try Solr 5 source code. So my questions are,
- can i create a custom field for my own core on solr 5 by editing schema.xml? if it's possible, please tell me the location (it wasn't in my conf folder, should i create a new one?).
- Is there any other method for adding a custom field other than using schema api?
- Everytime i try to create a new core and then index the files, there are only
currency.xml
,elevate.xml
,managed-schema
(generated schema),params.json
,protwords.txt
,solrconfig.xml
,stopwords.txt
synonyms.txt
on myconf
folder and there's noschema.xml
. Did i miss something? - Is there any simple tutorial to explain the custom filter on solr 5?
I really appriciate your answer. Thank's