`
tianyalinfeng
  • 浏览: 434443 次
  • 性别: Icon_minigender_1
  • 来自: 苏州
社区版块
存档分类
最新评论

lucene-3.6

 
阅读更多

Analyzer analyzer = new SimpleAnalyzer(Version.LUCENE_36);

TokenStream ts = analyzer.tokenStream(null, new StringReader(str));

CharTermAttribute termAtt = stream.getAttribute(CharTermAttribute.class);

TypeAttribute typeAtt= ts.getAttribute(TypeAttribute.class);
OffsetAttribute offsetAtt= ts.getAttribute(OffsetAttribute.class);
PositionIncrementAttribute  posAtt= ts.getAttribute(PositionIncrementAttribute.class);

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics