*<str name="msg">org.apache.solr.search.SyntaxError: Cannot parse
'*mm_state_code:(**TX)*': Encountered " ":" ": "" at line 1, column 14.
Was expecting one of:*

This suggests to me that you kept the df parameter in the query hence it
was forming mm_state_code:mm_state_code:(TX), can you try exactly they way
I gave you - i.e. without the df parameter?
Also, can you post schema.xml and /select handler config from
solrconfig.xml?


On 22 May 2013 18:36, samabhiK <qed...@gmail.com> wrote:

> When I use your query, I get :
>
> <?xml version="1.0" encoding="UTF-8"?>
> <response>
>
> <lst name="responseHeader">
>   <int name="status">400</int>
>   <int name="QTime">12</int>
>   <lst name="params">
>     <str name="facet">true</str>
>     <str name="df">mm_state_code</str>
>     <str name="indent">true</str>
>     <str name="q">*mm_state_code:(**TX)*</str>
>     <str name="_">1369244078714</str>
>     <str name="debug">all</str>
>     <str name="facet.field">sa_site_city</str>
>     <str name="wt">xml</str>
>   </lst>
> </lst>
> <lst name="error">
>   <str name="msg">org.apache.solr.search.SyntaxError: Cannot parse
> '*mm_state_code:(**TX)*': Encountered " ":" ": "" at line 1, column 14.
> Was expecting one of:
>     <EOF>
>     <AND> ...
>     <OR> ...
>     <NOT> ...
>     "+" ...
>     "-" ...
>     <BAREOPER> ...
>     "(" ...
>     "*" ...
>     "^" ...
>     <QUOTED> ...
>     <TERM> ...
>     <FUZZY_SLOP> ...
>     <PREFIXTERM> ...
>     <WILDTERM> ...
>     <REGEXPTERM> ...
>     "[" ...
>     "{" ...
>     <LPARAMS> ...
>     <NUMBER> ...
>     </str>
>   <int name="code">400</int>
> </lst>
> </response>
>
> Not sure why the data wont show up. Almost all the records has the field
> sa_site_city has data and is also indexed. :(
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Solr-Faceting-doesn-t-return-values-tp4065276p4065406.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to