Ok. Maybe I found the problem: in the solrconfig.xml I have <str name="lowernames">true</str>
I set it to false and now rmDocumentTitle is there too... Regards Francesco -----Original Message----- From: Croci Francesco Luigi (ID SWS) [mailto:fcr...@id.ethz.ch] Sent: Donnerstag, 13. März 2014 14:39 To: solr-user@lucene.apache.org Subject: RE: Problem adding fields when indexing a pdf (add-on) Yes, in my test class I always do server.deleteByQuery("*:*", 5); at first. As you can see I have fullText and signatureField defined. And they are there. The only difference is that they are not manually set. Can it be, that if you use the literal.* parameter you have to use lowercase? Regards Francesco -----Original Message----- From: Gora Mohanty [mailto:g...@mimirtech.com] Sent: Donnerstag, 13. März 2014 14:35 To: solr-user@lucene.apache.org Subject: Re: Problem adding fields when indexing a pdf (add-on) On 13 March 2014 18:33, Croci Francesco Luigi (ID SWS) <fcr...@id.ethz.ch> wrote: > 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? No. We have used mixed-case names in the past. Are you sure that you reindexed the first time before checking? Regards, Gora