Description
Given a schema with
<field name="price" type="float" indexed="true" stored="true"/>
<field name='numpages' type='int' indexed='true' stored='true'/>
the following query returns no rows:
However, setting wt=json or wt=xml, it works.
Attachments
Attachments
Issue Links
- is related to
-
SOLR-1298 FunctionQuery results as pseudo-fields
- Closed