You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Rohan Thakur <ro...@gmail.com> on 2013/05/06 13:59:51 UTC

query regarding the multiple documents

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