On Thu, Jan 10, 2013 at 6:16 PM, Petersen, Robert <rober...@buy.com> wrote:
> Thanks, debug.explain.structured=true helps a lot!  Could you also tell me 
> what these `#8;#0;#0;#0;#1; strings represent in the debug output?

That's internally how a number is encoded into a string (5 bytes, the
first being binary 8, the next 0, etc.)  This is not representable in
XML as &#0; is illegal, hence we leave off the '&' so it's not a true
character entity.

-Yonik
http://lucidworks.com

Reply via email to