Class ElasticSearchFilter

java.lang.Object
io.meeds.notes.legacy.search.es.ElasticSearchFilter

@Deprecated(forRemoval=true, since="6.0.0") public class ElasticSearchFilter extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Copied from commons-search to this module. Should be reworked to be more simple.
Created by The eXo Platform SAS Author : Thibault Clement tclement@exoplatform.com 11/27/15
  • Constructor Details

    • ElasticSearchFilter

      public ElasticSearchFilter()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ElasticSearchFilter

      public ElasticSearchFilter(ElasticSearchFilterType type, String field, String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getType

      public ElasticSearchFilterType getType()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setType

      public void setType(ElasticSearchFilterType type)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getField

      public String getField()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setField

      public void setField(String field)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getValue

      public String getValue()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setValue

      public void setValue(String value)
      Deprecated, for removal: This API element is subject to removal in a future version.