Git Product home page Git Product logo

lucene's Introduction

lucene

本科毕业设计项目:基于桌面搜索引擎的索引器研究

计划:

实现文档修改而被动的触发索引更新

  • 使用WatchService,完善该功能,实现对文件夹及其子文件夹的监控,包含新创建文件夹及其子文件夹
  • 编写索引修改的方法,对文档的增删改,对相应的索引同样操作 (已完成)
  • 索引的更新与删除功能测试不通过,须修复;索引的添加功能待测试 (已完成)

下一步任务:将索引的增删改加入到listener中

  • 继续完成上一步任务
  • 完成索引模块功能与监听器功能融合,并测试
  • 优化整体代码

以上任务已完成,下一步界面优化

  • 优化显示界面

解决一些已知BUG

  • 尚未解决BUG:对于空白word文档,创建索引时POI抛出异常

已加入xml文件与html文件的支持,同时修复文本显示超出边界问题

  • 最终版,暂无待解决问题

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.