Ok, I renamed the filed " rmDocumentTitle" to " rmdocumenttitle" and now the field is there!
Is there some naming rules for the field's names? No uppercase? Greetings Francesco -----Original Message----- From: Croci Francesco Luigi (ID SWS) [mailto:fcr...@id.ethz.ch] Sent: Donnerstag, 13. März 2014 13:57 To: solr-user@lucene.apache.org Subject: Problem adding fields when indexing a pdf (add-on) I tried to define a new field "test" in the schema (<field name="test" type="string" indexed="true" stored="true" multiValued="true"/>) and added req.setParam("literal.test", "test title"); in the code. The field (test) is there O_O. Can someone explain me the difference? Why rmDocumentTitle is not there while test is? Ciao Francesco