Hui v0.10.1 Hui.Query View Source
This module is deprecated. Please use the `get/2` and `post/2` functions in `Hui` instead.
.
Link to this section Summary
Link to this section Types
Link to this type
faceting_struct()
View Source
faceting_struct() :: Hui.Query.Facet.t() | Hui.Query.FacetRange.t() | Hui.Query.FacetInterval.t()
Link to this type
highlighting_struct()
View Source
highlighting_struct() :: Hui.Query.Highlight.t() | Hui.Query.HighlighterUnified.t() | Hui.Query.HighlighterOriginal.t() | Hui.Query.HighlighterFastVector.t()
Link to this type
misc_struct()
View Source
misc_struct() :: Hui.Query.MoreLikeThis.t() | Hui.Query.Suggest.t() | Hui.Query.SpellCheck.t()
Link to this type
querying_struct()
View Source
querying_struct() :: Hui.Query.Standard.t() | Hui.Query.Common.t() | Hui.Query.DisMax.t()
Link to this type
solr_query()
View Source
solr_query() :: Keyword.t() | map() | solr_struct() | [solr_struct()]
Link to this type
solr_struct()
View Source
solr_struct() :: querying_struct() | faceting_struct() | highlighting_struct() | misc_struct()
Link to this type
solr_update_query()
View Source
solr_update_query() :: binary() | Hui.Query.Update.t()