When using StandardAnalyzer to tokenize string "Pacific_Rim" will get
ST textraw_bytesstartendtypeposition pacific_rim[70 61 63 69 66 69 63 5f 72 69 6d]011<ALPHANUM>1 How to make this string to be tokenized to these two tokens "Pacific", "Rim"? Set _ as stopword? Please kindly help on this. Many thanks. Floyd