Keywords Search

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • edurmus
    New Member
    • Aug 2007
    • 1

    #1

    Keywords Search

    Hi,

    I would like to build a keyword search - something like a search engine but this will be only used for searching the keywords stored in a database. I want to have something similar to what most of the web pages have to support internal site search (e.g. superpages.com) .


    I am looking for a fast and efficient algorithm or source code that could help me build this application.

    Thanks.
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Have you looked at regular expressions yet? The Pattern class API docs
    have quite a nice and complete explanation about matters.

    kind regards,

    Jos

    Comment

    Working...