Ok, i'll try the transformer (javascript needs jdk1.6 i think)
Thanks again.
Noble Paul wrote :
>
>If you use DIH for indexing writing a transformer is the simplest
>thing. You can even write it in javascript
>
;>
>>
>>
>> De : Yonik Seeley
>> À : solr-user@lucene.apache.org
>> Envoyé le : Jeudi, 10 Septembre 2009, 14h24mn 26s
>> Objet : Re: Indexing fields dynamically
>>
>> On Thu, Sep 10, 2009 at 5:58 AM, nourredine khad
;
>
> De : Yonik Seeley
> À : solr-user@lucene.apache.org
> Envoyé le : Jeudi, 10 Septembre 2009, 14h24mn 26s
> Objet : Re: Indexing fields dynamically
>
> On Thu, Sep 10, 2009 at 5:58 AM, nourredine khadri
> wrote:
> > I want to index my fields
indexation/search
> to add suffix corresponding to the type ?
>
> What is the best way to do this?
>
> Nourredine.
>
>
>
>
>
> De : Yonik Seeley
> À : solr-user@lucene.apache.org
> Envoyé le : Jeudi, 10 Septembre 2009, 14h24mn
: Jeudi, 10 Septembre 2009, 14h24mn 26s
Objet : Re: Indexing fields dynamically
On Thu, Sep 10, 2009 at 5:58 AM, nourredine khadri
wrote:
> I want to index my fields dynamically.
>
> DynamicFields don't suit my need because I don't know fields name in advance
> and f
On Thu, Sep 10, 2009 at 5:58 AM, nourredine khadri
wrote:
> I want to index my fields dynamically.
>
> DynamicFields don't suit my need because I don't know fields name in advance
> and fields type must be set > dynamically too (need strong typage).
This is what dynamic fields are meant for - yo
Hello,
I want to index my fields dynamically.
DynamicFields don't suit my need because I don't know fields name in advance
and fields type must be set dynamically too (need strong typage).
I think the solution is to handle this programmatically but what is the best
way to do this? Which custo