File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Other Open Source Projects and the fly likes Regarding Search Functionality implementation Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "Regarding Search Functionality implementation " Watch "Regarding Search Functionality implementation " New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Regarding Search Functionality implementation
 
Similar Threads
Highlight the search keyword
Request for enhancements to forum software
Pg 336 6th ques(hfsj)??
how to get refrance of a current executing thread of a servlet
implementing the windows back button functionality