Class TextSearchFacet.TextSearchFacetConfig
java.lang.Object
com.google.refine.browsing.facets.TextSearchFacet.TextSearchFacetConfig
- All Implemented Interfaces:
FacetConfig
- Enclosing class:
- TextSearchFacet
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionInstantiates the given facet on a particular project.The facet type as stored in json.
-
Field Details
-
_name
-
_columnName
-
_query
-
_mode
-
_caseSensitive
protected boolean _caseSensitive -
_invert
protected boolean _invert
-
-
Constructor Details
-
TextSearchFacetConfig
public TextSearchFacetConfig()
-
-
Method Details
-
apply
Description copied from interface:FacetConfigInstantiates the given facet on a particular project.- Specified by:
applyin interfaceFacetConfig- Returns:
- a computed facet on the given project.
-
getJsonType
Description copied from interface:FacetConfigThe facet type as stored in json.- Specified by:
getJsonTypein interfaceFacetConfig
-