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

Anatolii Siuniaev updated SOLR-14291:
-------------------------------------
    Description: 
If you send a query with range facets using old olap-style syntax DMV(see pdf 
here), OldAnalyticsRequestConverter just silently (no exception thrown) omits 
parameters like
{code:java}
olap.<request>.rangefacet.<field>.start
{code}
in case if _<field>_ has dots inside (for instance field name is 
_Project.Value_). And thus no range facets are returned in response.  

Probably the same happens in case of field faceting. 

  was:
If you send a query with range facets using old olap-style syntax (see here), 
OldAnalyticsRequestConverter just silently (no exception thrown) omits 
parameters like
{code:java}
olap.<request>.rangefacet.<field>.start
{code}
in case if _<field>_ has dots inside (for instance field name is 
_Project.Value_). And thus no range facets are returned in response.  

Probably the same happens in case of field faceting. 


> OldAnalyticsRequestConverter should support fields names with dots
> ------------------------------------------------------------------
>
>                 Key: SOLR-14291
>                 URL: https://issues.apache.org/jira/browse/SOLR-14291
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: search, SearchComponents - other
>            Reporter: Anatolii Siuniaev
>            Priority: Trivial
>
> If you send a query with range facets using old olap-style syntax DMV(see pdf 
> here), OldAnalyticsRequestConverter just silently (no exception thrown) omits 
> parameters like
> {code:java}
> olap.<request>.rangefacet.<field>.start
> {code}
> in case if _<field>_ has dots inside (for instance field name is 
> _Project.Value_). And thus no range facets are returned in response.  
> Probably the same happens in case of field faceting. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to