It was being dropped by one of the processing steps in the field for the query. 
Fixed now.

Thanks,

-tj


TZE-JOHN TANG
Platform Informatics and Knowledge Management

1 N Waukegan Road
North Chicago, IL 60064 
Dept R42T, Building AP10-2
OFFICE    +1 847-935-3134
CELL         +1 312-560-3763
EMAIL  tze-john.t...@abbvie.com
abbvie.com

This communication may contain information that is proprietary, confidential, 
or exempt from disclosure. If you are not the intended recipient, please note 
that any other dissemination, distribution, use or copying of this 
communication is strictly prohibited. Anyone who receives this message in error 
should notify the sender immediately by telephone or by return e-mail and 
delete it from his or her computer.



> -----Original Message-----
> From: Ahmet Arslan [mailto:iori...@yahoo.com.INVALID]
> Sent: Saturday, June 14, 2014 5:58 AM
> To: solr-user@lucene.apache.org
> Subject: Re: weirdness when searching with mix alpha numeric query word
> 
> Hi,
> 
> Can you paste your field type definition? Could it be you have acat1 in your
> stopwords.txt?
> 
> 
> 
> On Saturday, June 14, 2014 7:03 AM, "Tang, Tj" <tze-john.t...@abbvie.com>
> wrote:
> 
> 
> 
> 
> I am seeing issues where when I search for ‘ACAT1’ I do not get any results,
> but with ‘ACAT’ I get the result, where the exact match is ‘ACAT1’.
> I tried using debug query to see what was going on, and whenever I have a
> mixed alphanumeric token, my parsedQuery comes back as empty.
> 
> Total garbage query seems reasonable…
> 
> "debug": {
>     "rawquerystring": "weteweww",
>     "querystring": "weteweww",
>     "parsedquery": "textng:weteweww",
>     "parsedquery_toString": "textng:weteweww",
> 
> A query where the word has numbers in it…
> "debug": {
>     "rawquerystring": "acat1",
>     "querystring": "acat1",
>     "parsedquery": "",
>     "parsedquery_toString": "",
> 
> Does anyone have any idea why the parsed  query becomes empty? If I
> separate them into two tokens, I also get something reasonable…
>     "rawquerystring": "acat 1",
>     "querystring": "acat 1",
>     "parsedquery": "+textng:acat +textng:1",
>     "parsedquery_toString": "+textng:acat +textng:1",
> 
> Thanks,
> 
> -tj
> 
> ________________________________
> 
> Tze-John Tang
> Platform Informatics and Knowledge Management
> 1 N Waukegan Road
> North Chicago, IL 60064
> Dept R42T, Building AP10-2
> OFFICE    +1 847-935-3134
> CELL         +1 312-560-3763
> EMAIL  tze-john.t...@abbvie.com
> abbvie.com
> 
> This communication may contain information that is proprietary,
> confidential, or exempt from disclosure. If you are not the intended
> recipient, please note that any other dissemination, distribution, use or
> copying of this communication is strictly prohibited. Anyone who receives
> this message in error should notify the sender immediately by telephone or
> by return e-mail and delete it from his or her computer.
> 
> ________________________________

Reply via email to