JAgileSearch 1.3 alpha, a further step for me

2008-02-23 09:33:03来源:互联网 阅读 ()

新老客户大回馈,云服务器低至5折

I successfully establish a WS as a part of the product. Thus ohter language-based site also can use the component, without strange feagure like link from .ASP to .JSP. I have used C# to invoke the method and successfully got the rearch result.

And, i modified the default Servlet and search page(.jsp), make it more powerful to suit all kinds of search type. But still need to be modified better.

My partner have found a way to make the search process interrupted and restart. Since we use lucene, ithe constructor of indexwrite can recieve a parameter to resume the index instead of overwrite. and i just need to save some other collect data. The function is possibly done soon.

Still, some problem remains:

like:

  • the encode problem. we parse the index page of SCDN. the charset is UTF-8, anyway, i just got mass code. but no problem in gb2312 and iso-8859-1 page,i may have some further research.
  • Aonther problem is due to lucene. Since we use StandardAnalyze class to analyze the content and user's input query, but i found when i input such as C# , C , it just search as C.
  • The performance of collect still need to be improved

上一篇: 一步一步教你远程调用EJB
下一篇: 程序实际是在操纵集合完成特定功能

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:快速Vsftpd配置手记

下一篇:生产者消费者模型的Java简单实现