I am currently in the process of designing/implementing a small
search engine using Java (EJB/2EE). When you search for a person
last name from an Person collection that has 3 fields (first, last,
age). Does anyone know how search engine work? Do you have any
examples?