Re: Fixed value in dataimporthandler

2010-11-08 Thread Ken Stanley
On Mon, Nov 8, 2010 at 3:50 PM, Renato Wesenauer wrote: > > Hi Ahmet Arslan, > > I'm using this in schema.xml: > stored="true"/> > > > I'm using this in dataimporthandler: > > > > The indexing process work correctly, but it's happening something wrong with > the results of queries. > > All que

Re: Fixed value in dataimporthandler

2010-11-08 Thread Ahmet Arslan
> Yes, I am. > > forEach="/ROW" > url="${f.fileAbsolutePath}" > transformer="TemplateTransformer"> Can you post numFound values of these three queries: q=indativo:true q=indativo:false q=secao:"accessories for cars"

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 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 Wesenauer > Subject: Re: Fixed value in dataimporthandler > To: solr-user@lucen

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

Re: Fixed value in dataimporthandler

2010-11-08 Thread Ahmet Arslan
> I need to indexing some fields with fixed value. > > Example: > > Schema.xml > stored="true"/> > > I want to indexing the value 'false' fixed in the > dataimporthandler. How do > I do this? with TemplateTransformer http://wiki.apache.org/solr/DataImportHandlerFaq#How_would_I_insert_a_static

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