I am planning to develop a small search engine with auto complete feature based on the key entered contained in database (somewhat like google). Is there a recommend approach to performing the auto-completion. I’m doing it in java.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should subscribe to various events (as required) similar to
TextChangedSee these questions:
Java equivalent to C# TextBox TextChanged event
Auto complete textbox in Java Swing
swing autocomplete text field / drop down