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
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
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
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
lautor", '');
}
}
else {
linha.put("inicialautor", '');
}
return linha;
}
What's wrong?
Thank's,
Renato Wesenauer