Interface IndexedItem

All Superinterfaces:
HasIndexItem
All Known Implementing Classes:
BoolItem, CompositeIndexedItem, ExactStringItem, FuzzyItem, GeoLocationItem, IndexedSegmentItem, IntItem, MarkerWordItem, PhraseItem, PhraseSegmentItem, PrefixItem, RangeItem, RegExpItem, SimpleIndexedItem, SubstringItem, SuffixItem, TermItem, UriItem, WordAlternativesItem, WordItem

public interface IndexedItem extends HasIndexItem
Interface for Items that are indexed
Author:
Lars Christian Jensen
  • Method Details

    • setIndexName

      void setIndexName(String index)
      Sets the name of the index to search
    • getIndexedString

      String getIndexedString()
      Return the searchable term contents of this item.
      Returns:
      a string representation of what is presumably stored in an index which will match this item