Re: Fixed value in dataimporthandler

2010-11-08 Thread Renato Wesenauer
Yes, I am. 2010/11/8 Ahmet Arslan > Did you add transformer="TemplateTransformer" to your data-config.xml file? > > Also /solr/admin/dataimport.jsp is useful for debugging. > > --- On Mon, 11/8/10, Renato Wesenauer wrote: > > > From: Renato Wesenaue

Re: Fixed value in dataimporthandler

2010-11-08 Thread Renato Wesenauer
Hi Ahmet Arslan, I'm using this in schema.xml: I'm using this in dataimporthandler: The indexing process work correctly, but it's happening something wrong with the results of queries. All queries with some field with 2 words or more, plus the field "indativo:true", it isn't returning any r

Fixed value in dataimporthandler

2010-11-08 Thread Renato Wesenauer
Hi guys, I need to indexing some fields with fixed value. Example: Schema.xml I want to indexing the value 'false' fixed in the dataimporthandler. How do I do this? Thank you, Renato F. Wesenauer

Re: I need to indexing the first character of a field in another field

2010-10-19 Thread Renato Wesenauer
nt/7b6e2cc37bbb95c8/faceting_and_first_letter_of_fields#7b6e2cc37bbb95c8 > > > : Date: Mon, 18 Oct 2010 19:31:28 -0200 > : From: Renato Wesenauer > : Reply-To: solr-user@lucene.apache.org > : To: solr-user@lucene.apache.org > : Subject: I need to indexing the first charact

I need to indexing the first character of a field in another field

2010-10-18 Thread Renato Wesenauer
lautor", ''); } } else { linha.put("inicialautor", ''); } return linha; } What's wrong? Thank's, Renato Wesenauer