Package com.yahoo.prelude.query
Interface HasIndexItem
- All Known Subinterfaces:
BlockItem,IndexedItem
- All Known Implementing Classes:
AndSegmentItem,BoolItem,CompositeIndexedItem,ExactStringItem,FuzzyItem,GeoLocationItem,IndexedSegmentItem,IntItem,MarkerWordItem,PhraseItem,PhraseSegmentItem,PrefixItem,RangeItem,RegExpItem,SegmentItem,SimpleIndexedItem,SubstringItem,SuffixItem,TaggableSegmentItem,TermItem,UriItem,WordAlternativesItem,WordItem
public interface HasIndexItem
An interface for items where it is useful to access an index name.
- Author:
- Steinar Knutsen
-
Method Summary
Modifier and TypeMethodDescriptionintReturns how many phrase words does this item contain
-
Method Details
-
getIndexName
String getIndexName() -
getNumWords
int getNumWords()Returns how many phrase words does this item contain
-