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

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

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 (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

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

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

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) 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

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

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

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

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