Package com.yahoo.prelude.query
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
Interface for Items that are indexed
- Author:
- Lars Christian Jensen
-
Method Summary
Modifier and TypeMethodDescriptionReturn the searchable term contents of this item.voidsetIndexName(String index) Sets the name of the index to searchMethods inherited from interface com.yahoo.prelude.query.HasIndexItem
getIndexName, getNumWords
-
Method Details
-
setIndexName
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
-