» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with License:LGPL + search

searchable-JTree

A free open source Java implementation of a search feature for a JTree.

The current version is v1.1 which features better customization and keyboard support.

Features

  • Works with any pre-loaded JTree
  • Installs easily in one line of code : SearchableJTree.makeSearchable(JTree tree);
  • Pops up when user types a key when the JTree has focus. Hides away when user presses ESC or ENTER
  • iTunes like search UI. Search results are updated in realtime as user types each character.

Webstart Demo (uses JNLP)

Web Search Plugin

Search a selected text in Googe and various other search engines

Eclipse: del.icio.us/tag/eclipse

GotoFile Eclipse Plugin

"a plugin that [lets] you enter partial filenames in a "quicksearch" box and open the file directly" - features hotkey and fuzzy matching

Eclipse: del.icio.us/tag/eclipse

Open Taxonomy

Open Taxonomy is a project to build a web based collaborative web directory system.

It allows users to navigate a tag based taxonomy that has been created by them. Users can share their categories, or tags with others, then vote on and rank each other’s tags. Users can search the indexed web content for keywords in specified sub-trees of the taxonomy, which greatly increases the content’s findability.

Hyper Estraier

Hyper Estraier is a full-text search system. You can search lots of documents for some documents including specified words. If you run a web site, it is useful as your own search engine for pages in your site. Also, it is useful as search utilities of mail boxes and file servers.

The characteristic of Hyper Estraier is the following.

  • High performance of search
  • High scalability of target documents
  • Perfect recall ratio by N-gram method
  • Phrase search, attribute search, and similarity search
  • Multilingualism with Unicode
  • Independent of file format and repository
  • Simple and powerful API
  • Supporting P2P architecture

CLucene

CLucene is a C++ port of Lucene, a high-performance, full-featured text search engine. It is, however, faster than Lucene as it is written in C++ .