Class MarkerWordItem

    • Method Detail

      • isStartAnchor

        public boolean isStartAnchor()
      • isEndAnchor

        public boolean isEndAnchor()
      • equals

        public boolean equals​(Object o)
        Description copied from class: Item
        Returns whether this item is of the same class and contains the same state as the given item.
        Overrides:
        equals in class WordItem
      • createStartOfHost

        public static MarkerWordItem createStartOfHost​(String indexName)
        Creates a special word item which marks the start of a host name
      • createStartOfHost

        public static MarkerWordItem createStartOfHost()
        Creates a special word item which marks the start of a host name, matching the default index
      • createEndOfHost

        public static MarkerWordItem createEndOfHost​(String indexName)
        Creates a special word item which marks the end of a host name
      • createEndOfHost

        public static MarkerWordItem createEndOfHost()
        Creates a special word item which marks the end of a host name matching the default index