Lengthy description is converted to hash symbols
Hi, I have a field that is defined to be of type "text_en". Occasionally, I notice that lengthy strings are converted to hash symbols. Here is a snippet of my field type: Here is an example of the field's value: ### Any ideas why this might be happening? -- View this message in context: http://lucene.472066.n3.nabble.com/Lengthy-description-is-converted-to-hash-symbols-tp4053338.html Sent from the Solr - User mailing list archive at Nabble.com.
Re: Lengthy description is converted to hash symbols
Yes... the is what I see in the admin console when I perform a search for the document. Currently, I am using solrj and the addBean() method to update the core. Whats strange is in our QA env, the document indexed correctly. But in prod, I see hash symbols and thus any user search against that field fails to find the document. Btw, I see no errors in the logs! -- View this message in context: http://lucene.472066.n3.nabble.com/Lengthy-description-is-converted-to-hash-symbols-tp4053338p4053505.html Sent from the Solr - User mailing list archive at Nabble.com.
Re: Lengthy description is converted to hash symbols
I looked at the text via the admin analysis tool. The text appeared to be ok! Unfortunately, the description is client data... so I can't post it here, but I do not see any issues when running the analysis tool. -- View this message in context: http://lucene.472066.n3.nabble.com/Lengthy-description-is-converted-to-hash-symbols-tp4053338p4053526.html Sent from the Solr - User mailing list archive at Nabble.com.
Re: Lengthy description is converted to hash symbols
Here is a query that should return 2 documents... but it only returns 1. /solr/m7779912/select?indent=on&version=2.2&q=description%3Agateway&fq=&start=0&rows=10&fl=description&qt=&wt=&explainOther=&hl.fl= Oddly enough, the description of the two documents are exactly the same. Except one is indexed correctly and the other contains the hash symbols. Btw, when the core was created, it was built from scratch via a pojo's and the addBeans() method. -- View this message in context: http://lucene.472066.n3.nabble.com/Lengthy-description-is-converted-to-hash-symbols-tp4053338p4053544.html Sent from the Solr - User mailing list archive at Nabble.com.