Hi guys,
the flag keep All Metadata is broken.
After a debug session
In this line, whatever you click in the ui you get keepAllMetadata=true :


Class :
SolrConnector

Code :

 // extract keep all metadata Flag
    boolean keepAllMetadata = true;
    if (index < outputDescription.length())
    {
      keepAllMetadata = (outputDescription.charAt(index++) == '+');
    }

It seems the implementation has been a little bit changed from our original
patch...
Am I wrong ? Any hint ?

Cheers



-- 
--------------------------

Benedetti Alessandro
Visiting card : http://about.me/alessandro_benedetti

"Tyger, tyger burning bright
In the forests of the night,
What immortal hand or eye
Could frame thy fearful symmetry?"

William Blake - Songs of Experience -1794 England

Reply via email to