> I am experiencing an unexpected behavior using solr 3.4.0. > > if my query includes a star, all the properties of type > 'long' or 'LatLon' > have 0 as value > (ex: select/?start=0&q=way*&rows=10&version=2) > > Though the same request without stars returns correct > values > (ex: select/?start=0&q=way&rows=10&version=2) > > Does anyone have an idea?
Please keep in mind that wildcard queries are not analyzed. What query parser are you using? lucene, dismax, edismax?