Hi, I am trying to upgrade a system which had an older version of Lucene library. I want to implement AutoCompletion feature using solrj client. In the earlier version they have used IndexSearcher class of lucene to do that. Is there any similar way to achieve it using solrj?
I basically want to type a field's name and it should give me suggestions as a dropdown in my webpage. Thanks in Advance. Arunan