[ 
https://issues.apache.org/jira/browse/SOLR-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jan Høydahl updated SOLR-3626:
------------------------------

      Component/s:     (was: search)
                   Schema and Analysis
    Fix Version/s: 5.0
                   4.0
         Assignee: Jan Høydahl

Currency field currently does not support the sortMissing* options. Will need 
to parse out those params and pass them on to the underlying long field.
                
> CurrencyField with sortMissingLast="true"
> -----------------------------------------
>
>                 Key: SOLR-3626
>                 URL: https://issues.apache.org/jira/browse/SOLR-3626
>             Project: Solr
>          Issue Type: Bug
>          Components: Schema and Analysis
>    Affects Versions: 3.6
>            Reporter: Mikhail Mitrofanov
>            Assignee: Jan Høydahl
>             Fix For: 4.0, 5.0
>
>
> My schema.xml has:
> <fieldType name="currency" class="solr.CurrencyField" sortMissingLast="true" 
> precisionStep="8" currencyConfig="currency.xml" defaultCurrency="RUR" />
> ...
> <field name="price_r" type="currency" indexed="true" stored="true" />
> However, the record without specifying a price_r, if you sort appear in the 
> list.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to