| Author |
Regarding Search Functionality implementation
|
harithasanjana reddy
Greenhorn
Joined: Nov 22, 2011
Posts: 2
|
|
|
Hi i have a query related to search functionality implementation for a web page .Could you please guide me how to implement that in my jsp page.
|
 |
Surender Suri
Ranch Hand
Joined: May 28, 2010
Posts: 41
|
|
|
Not sure what exactly you are trying to implement, but you can look into Apache Solr search or you can use the Apache Lucene library directly for custom search.
|
Thanks,
Suri
|
 |
harithasanjana reddy
Greenhorn
Joined: Nov 22, 2011
Posts: 2
|
|
In reply to previous one ..my exact scenario is "we have google search functionality right ,when type a letter it shows all corresponding messages".This is what i want to implement.
my query is i want to implement it in simple way as im not aware of Apache /lucene what you said..can you suggest simpler approach?
|
 |
Surender Suri
Ranch Hand
Joined: May 28, 2010
Posts: 41
|
|
|
You need to use AJAX to implement auto-suggest functionality. For simple examples look into jQuery plugiin AutoSuggest jQuery .. also One more example
|
 |
 |
|
|
subject: Regarding Search Functionality implementation
|
|
|