hi all wanted to know that I have indexed documents for search purpose in solr and now for auto suggestion purpose I want to index new data that is the popular query term searched by users and frequency of them to get searched on website....but as it has no relation with the product data on which I have build search...can I like index this new table in same data-config.xml within new document tag and if so then how to configure request handler for auto suggestion to search in this new index only and not the search index document.
thanks regards rohan