Re: Problem adding fields when indexing a pdf (add-on)

2014-03-15 Thread Erick Erickson
o 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 i

RE: Problem adding fields when indexing a pdf (add-on)

2014-03-13 Thread Croci Francesco Luigi (ID SWS)
@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 i

RE: Problem adding fields when indexing a pdf (add-on)

2014-03-13 Thread Croci Francesco Luigi (ID SWS)
? 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) wrot

Re: Problem adding fields when indexing a pdf (add-on)

2014-03-13 Thread Gora Mohanty
On 13 March 2014 18:33, Croci Francesco Luigi (ID SWS) 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 yo

RE: Problem adding fields when indexing a pdf (add-on)

2014-03-13 Thread Croci Francesco Luigi (ID SWS)
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 () and added req.setParam("literal.test", "test title"); in the code. The field (tes

Problem adding fields when indexing a pdf (add-on)

2014-03-13 Thread Croci Francesco Luigi (ID SWS)
I tried to define a new field "test" in the schema () 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