ColdFusion-ElasticSearch-Client icon indicating copy to clipboard operation
ColdFusion-ElasticSearch-Client copied to clipboard

Full featured CFML client for ElasticSearch.

Results 4 ColdFusion-ElasticSearch-Client issues
Sort by recently updated
recently updated
newest added

The following characters are illegal in the "query" attribute for some query types (MultiMatch, Match, etc): - \- && || ! ( ) { } [ ] ^ " ~...

Several compatibility fixes for ColdFusion 9: 1. index in arguments and local (var) scope threw an error so renamed var index to var ix 2. typeMapping.getJson() was throwing an error...

I couldn't get this working on CF9 without namespacing everything with a mapping. I'm not 100% certain I caught everything, so please review with diligence. If there is an easier...

Would be great to be able to configure this client to output explanation with results to investigate relevancy and scores assigned