public interface BlockItem extends HasIndexItem
Modifier and Type | Method and Description |
---|---|
Substring |
getOrigin()
Returns the substring which is the origin of this item, or null if none
|
String |
getRawWord()
The untransformed raw text from the user serving as base for
this item.
|
SegmentingRule |
getSegmentingRule()
If the block has to be resegmented, what operator should be chosen if it
is necessary to change operator?
|
boolean |
isFromQuery()
Is this block of text conceptually from the user query?
|
boolean |
isStemmed() |
boolean |
isWords()
Does this item represent "usual words"?
|
String |
stringValue()
Returns the value of this term as a string
|
getIndexName, getNumWords
String getRawWord()
Substring getOrigin()
String stringValue()
boolean isFromQuery()
boolean isStemmed()
boolean isWords()
SegmentingRule getSegmentingRule()
Copyright © 2018. All rights reserved.