I wouldn't do autosuggestion with normal queries anyway. Because of better performance... :-)
I don't use DIH, so I can't tell what to do then. For us, we import data with a simple PHP script, which was rather easy to write. So we have full control on Solr's data structure. You somehow have to add information about the category branch into every document for fast queries. Michael Am 13.04.2010 15:22, schrieb stockii: > > heya. > > okay NOW. > > i import from database with DIH. > > every item have "cat_id", more not. for the "normal" search it works to use > fq and Post the search. > > but for my autosuggestion, it didnt work, because our app does not use the > autosuggestion with our API. Because of better performance ... > > > >