I am using camel 2.14.

http://someurl?q=*:*&facet=true&facet.query={!key=%22[*%20TO%20NOW-30]%22}dt_created:[*%20TO%20NOW-30DAY]&facet.query={!key=%22[NOW-30DAY%20TO%20NOW-15DAY]%22}dt_created:[NOW-30DAY%20TO%20NOW-15DAY]&facet.query={!key=%22[NOW-15DAY%20TO%20NOW-7DAY]%22}dt_created:[NOW-15DAY%20TO%20NOW-7DAY]&facet.query={!key=%22[NOW-7DAY%20TO%20NOW-1DAY]%22}dt_created:[NOW-7DAY%20TO%20NOW-1DAY]&facet.query=RAW({!key=%22[NOW-1DAY%20TO%20NOW]%22}dt_created:[NOW-1DAY%20TO%20NOW+1DAY])&fq=nm_task_type:(OTM_QUERY
OR OTM_CLIENT_QUERY)&rows=0


Camel Route firing above url:
<route id="httpexecutor">
                        <from uri="direct:httpexecutor" />
                        <process ref="httpPreprocessor" />
                        <recipientList>
                                
<simple>${property[inputSearchParameter.url]}</simple>
                        </recipientList>
</route>

RAW keyword is not getting removed.
Is this a issue with the same key being repeated - facet.query?








--
View this message in context: 
http://camel.465427.n5.nabble.com/HEADS-UP-Configuring-passwords-in-Camel-endpoints-is-now-easier-with-new-RAW-syntax-tp5729782p5768040.html
Sent from the Camel Development mailing list archive at Nabble.com.

Reply via email to