2014-04-11 01:39:10 +04:00
|
|
|
* PRE-ALPHA, THERE IS NOTHING FOR YOU HERE
|
|
|
|
|
2014-04-07 22:24:58 +04:00
|
|
|
* Bloodhound
|
|
|
|
|
|
|
|
Elasticsearch client and query DSL for Haskell
|
|
|
|
|
2014-04-11 09:48:29 +04:00
|
|
|
** Examples
|
|
|
|
|
2014-04-12 14:14:27 +04:00
|
|
|
#+CAPTION: Bloodhound (dog)
|
|
|
|
[[./bloodhound.jpg]]
|
2014-04-11 09:48:29 +04:00
|
|
|
|
2014-04-11 01:39:10 +04:00
|
|
|
** Possible future functionality
|
|
|
|
|
2014-04-11 05:04:24 +04:00
|
|
|
*** GeoShapeFilter
|
|
|
|
|
|
|
|
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-geo-shape-filter.html
|
|
|
|
|
|
|
|
*** Geohash cell filter
|
|
|
|
|
|
|
|
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-geohash-cell-filter.html
|
|
|
|
|
|
|
|
*** HasChild Filter
|
|
|
|
|
|
|
|
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-has-child-filter.html
|
|
|
|
|
|
|
|
*** HasParent Filter
|
|
|
|
|
|
|
|
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-has-parent-filter.html
|
|
|
|
|
2014-04-11 09:48:29 +04:00
|
|
|
*** Indices Filter
|
|
|
|
|
|
|
|
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-indices-filter.html
|
|
|
|
|
|
|
|
*** Query Filter
|
|
|
|
|
|
|
|
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-query-filter.html
|
|
|
|
|
2014-04-12 03:13:19 +04:00
|
|
|
*** Script based sorting
|
|
|
|
|
|
|
|
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-request-sort.html#_script_based_sorting
|
|
|
|
|
2014-04-11 05:04:24 +04:00
|
|
|
*** Runtime checking for cycles in data structures
|
2014-04-11 01:39:10 +04:00
|
|
|
|
|
|
|
check for n > 1 occurrences in DFS:
|
|
|
|
|
|
|
|
http://hackage.haskell.org/package/stable-maps-0.0.5/docs/System-Mem-StableName-Dynamic.html
|
|
|
|
|
|
|
|
http://hackage.haskell.org/package/stable-maps-0.0.5/docs/System-Mem-StableName-Dynamic-Map.html
|
2014-04-12 14:12:17 +04:00
|
|
|
|
|
|
|
** Photo
|
|
|
|
|
|
|
|
[Photo from HA! Designs](https://www.flickr.com/photos/hadesigns/)
|