Hi Oliver,
If you index a field (say source) holding table name, you can filter by that
field.
e.q. fq=source:TableA http://wiki.apache.org/solr/CommonQueryParameters#fq
It is possible to query a specific attribute of a table. This is usually
corresponds to fields in solr.
See https://cwiki
Hi,
I am new to Solr.
I would like to index and querying a relational database. Is it possible to
query a specific table or attribute of the database. Example if I have 2
tables A and B both have the attribute "name" and I want to have only the
results form the table A and not from table B. Is it