: I have a database which has a table for each user(ex: table_name_user) and I : want to make an index for each user, but using the same dataconfig.xml. It : is possible to set dynamic the table used in query? I want to have only one : dataconfig file because I have more than 50 users so it will be easily to : modify only one file than 50 files if I want to change something in my : indexing process.
You should be able to paramaterize hte table name in the SQL using a request parameter... https://wiki.apache.org/solr/DataImportHandler#Accessing_request_parameters -Hoss