/medical-search-engine

Implement a search engine in a collection of medical texts. I use lucene library, jsp, ajax and bootstrap.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Simple Medical Search Engine

Project Dependencies

  1. Lucene 3.6 Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.
  2. dom4j is an easy to use, open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support for DOM, SAX and JAXP.
  3. jstl JavaServer Pages Standard Tag Library (JSTL) encapsulates as simple tags the core functionality common to many Web applications. JSTL has support for common, structural tasks such as iteration and conditionals, tags for manipulating XML documents, internationalization tags, and SQL tags. It also provides a framework for integrating existing custom tags with JSTL tags.