Re: Lengthy description is converted to hash symbols

2013-04-03 Thread Danny Watari
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 inde

Re: Lengthy description is converted to hash symbols

2013-04-03 Thread Danny Watari
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-desc

Re: Lengthy description is converted to hash symbols

2013-04-03 Thread Jack Krupansky
ntly. Maybe the schema changed but a full reindex wasn't done. -- Jack Krupansky -Original Message- From: Danny Watari Sent: Wednesday, April 03, 2013 12:15 PM To: solr-user@lucene.apache.org Subject: Re: Lengthy description is converted to hash symbols Yes... the is what I see

Re: Lengthy description is converted to hash symbols

2013-04-03 Thread Danny Watari
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

Re: Lengthy description is converted to hash symbols

2013-04-02 Thread Chris Hostetter
: Here is an example of the field's value: : #

Re: Lengthy description is converted to hash symbols

2013-04-02 Thread Jack Krupansky
Can you enter the text on the Solr Admin UI Analysis page? Then you could tell which stage the issue occurs. StandardTokenizer has a default token length limit of 255. You can override with the "maxTokenLength" attribute: maxTokenLength="1024" /> See: https://lucene.apache.org/core/4