Hi, I find 'parsedquery' of Solr's debug output shows human-unreadable strings for non-string values.
For example, "`\b\u0000\u0000\u0000\u0001" for first enum value, "\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u00007N" for a number. 'parsedquery' is generated at org.apache.solr.util.SolrPluginUtils. doStandardQueryDebug(...). Modifying org.apache.lucene.index.Term and org.apache.solr.schema.FieldType can solve the problem. May I try to fix it ? Current modification is - Add 'externalVal' string type member variable to Term class, and new constructor. - Modify Term.text() to return externalVal if externalVal is not null - Modify FieldType.getFieldQuery(...) to pass externalVal to new constructor. Thank you, Best regards, Kim Sang-woo. -- *김상우** (**진져/Ginger**)* | Measurement Platform / QA Tools Team 05510 서울특별시 송파구 송파대로 570 19층 19F, 570, Songpa-daero, Songpa-gu, Seoul, 05510, Rep. of KOREA *tel*: +82 6150 5867 | *fax* : +82 2 6150 5008 *mobile* : +82 10 4440 2357 | *e-mail* : [email protected]
