I have two queries in my data-config.xml which takes values from multiple
tables, like:
select * from EMPLOYEE, CUSTOMER where EMPLOYEE.prod_id= CUSTOMER.prod_id.

When i do a full-import it is indexing all the rows as expected.

But when i search it with a *:* , it is not displaying all the values.
Do I need any extra configurations?

Thanks
con
-- 
View this message in context: 
http://www.nabble.com/Solr-search-not-displaying-all-the-indexed-values.-tp20010401p20010401.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to