Uses of Class
io.vertigo.studio.notebook.search.FacetSketch
-
Packages that use FacetSketch Package Description io.vertigo.studio.notebook.search io.vertigo.studio.plugins.generator.vertigo.search.model -
-
Uses of FacetSketch in io.vertigo.studio.notebook.search
Methods in io.vertigo.studio.notebook.search that return FacetSketch Modifier and Type Method Description static FacetSketch
FacetSketch. createCustomFacetSketch(String name, DtSketch indexDtSketch, DtSketchField dtField, io.vertigo.core.locale.MessageText label, Map<String,String> facetParams, boolean multiSelectable, FacetSketch.FacetOrder order)
Creates a new facetSketch of type 'custom'.static FacetSketch
FacetSketch. createFacetSketchByRange(String name, DtSketch indexDtSketch, DtSketchField dtField, io.vertigo.core.locale.MessageText label, List<FacetSketchValue> facetValues, boolean multiSelectable, FacetSketch.FacetOrder order)
Creates a new facetSketch of type 'range'.static FacetSketch
FacetSketch. createFacetSketchByTerm(String name, DtSketch indexDtSketch, DtSketchField dtField, io.vertigo.core.locale.MessageText label, boolean multiSelectable, FacetSketch.FacetOrder order)
Creates a new facetSketch of type 'term'.FacetSketch
FacetedQuerySketch. getFacetSketch(String facetName)
Retourne la facette identifié par son nom.Methods in io.vertigo.studio.notebook.search that return types with arguments of type FacetSketch Modifier and Type Method Description Collection<FacetSketch>
FacetedQuerySketch. getFacetSketchs()
Constructor parameters in io.vertigo.studio.notebook.search with type arguments of type FacetSketch Constructor Description FacetedQuerySketch(String name, DtSketch indexDtSketch, List<FacetSketch> facetSketchs, DomainSketch criteriaDomain, String listFilterBuilderClassName, String listFilterBuilderQuery, Optional<String> geoSearchQuery)
Constructor. -
Uses of FacetSketch in io.vertigo.studio.plugins.generator.vertigo.search.model
Constructors in io.vertigo.studio.plugins.generator.vertigo.search.model with parameters of type FacetSketch Constructor Description FacetModel(FacetSketch facetSketch)
-