Class SearchQueryCondition

  • Direct Known Subclasses:
    SearchQueryConditionList

    public class SearchQueryCondition
    extends java.lang.Object
    Represents the search query criteria that is used by search logic controller to build query.

    • Method Detail

      • getValue

        public java.lang.Object getValue()
      • setValue

        public void setValue​(java.lang.Object value)
      • isFilteringCondition

        public boolean isFilteringCondition()
        Tells if this criteria should be used as filtering criteria if feasible. Some search engines are able to narrow the dataset on which the actual search will be executed using such filtering criterias. It also means all filtering criterias will be logically connected with other criterias with AND operator.
        Returns:
        if true this criteria should be used as filtering criteria
      • setFilteringCondition

        public void setFilteringCondition​(boolean filteringCondition)
      • getPartialHash

        public java.lang.String getPartialHash()