Interface AdvancedSearchQueryTerm

  • All Superinterfaces:
    Query, XMLSerializable

    public interface AdvancedSearchQueryTerm
    extends Query
    Basic term in a Geneious advanced search query.

    Each Geneious search query is either a single term or several CompoundSearchQuery queries combined by an operator}. A term is composed of one field and a condition the contents of that field need to satisfy. For example, "X > 3","X equals DNA" or "10 <= X <= 100" are all conditions where X stands for the contents of the field.

    • Method Detail

      • getField

        DocumentField getField()
        Field to search in.
        Returns:
        the field
      • getCondition

        Condition getCondition()
        Condition on field.
        Returns:
        the condition
      • getValues

        java.lang.Object[] getValues()
        Values associated with condition.
        Returns:
        the values