Re: PHP output at a multiValued AND dynamicField

2010-06-02 Thread Michael Kuhlmann
Am 02.06.2010 16:42, schrieb Jörg Agatz:
> i don't understand what you mean!
> 
Then you should ask more precisely.


Re: PHP output at a multiValued AND dynamicField

2010-06-02 Thread Jörg Agatz
i don't understand what you mean!


Re: PHP output at a multiValued AND dynamicField

2010-06-02 Thread Michael Kuhlmann
Am 02.06.2010 16:15, schrieb Jörg Agatz:
> yes i done.. but i dont know how i get the information out of the big
> Array...

They're simply the keys of a single response array.


Re: PHP output at a multiValued AND dynamicField

2010-06-02 Thread Jörg Agatz
yes i done.. but i dont know how i get the information out of the big
Array...

Al fields like P_VIP_ADR_*


Re: PHP output at a multiValued AND dynamicField

2010-06-02 Thread Erik Hatcher
You probably should try the php or phps response writer - it'll likely  
make your PHP integration easier.


Erik

On Jun 2, 2010, at 9:50 AM, Jörg Agatz wrote:


Hallo Users...

I have a Problem...
In my SolR, i have a lot of multiValued, dynamicFields and now i  
must print

ther Fields in php..

But i dont know how...


In schema.xml:

 stored="true"/>

 
 stored="true"/>

 
 stored="true"/>

 
 stored="true"/>
 stored="true"/>


output from Solr:


A201005311740560002.xml
NO
A201005311740560002
2010-05-31 17:40:56
−

Q:\DatenIBP\AADMS\telli_vip\xml\A201005311740560002.xml


D





Leichlingen


42799











Schlo� Eicherhof

ADRESS
KYETG201005311740560002


I don now ha is the name of the Fields, so i dont know how i get the  
name to

"printr" it in PHP

Maby someone of you has a answer of the problem?

King