Results 1 to 2 of 2

Thread: How to implbement Site Search in Spring MVC 3

  1. #1
    Join Date
    Jul 2008
    Posts
    182

    Default How to implbement Site Search in Spring MVC 3

    Hi,

    I am not sure how to implement a site search for my website.

    I have written the following form:

    <form id="myForm" action="list">
    <div id="myAutoComplete">
    <input id="myInput" type="text"><input id="SiteSearch" type="submit" value="Search">
    <div id="myContainer"></div>
    </div>
    <input id="myHidden" type="hidden">
    </form>
    Is possible to define a site-search in the .xml file? eg. when the Search button is clicked, the defined path in the web.xml file is triggered?

    What is the more convenient way to implement a site search using Spring MVC 3?

    I have searched google for a while, but I found nothing.
    Any suggestion and pointers are very much appreciated.
    Thanks
    Sam

  2. #2
    Join Date
    Aug 2008
    Location
    odessa.ua
    Posts
    26

    Default

    maybe you need to use apache lucene for this?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •