Index all tables from the database using Apache Solr
How to index most of the t开发者_如何学Cables(ex:20 table) using Apache solr
We need to add entity tag for each and every table in the dataconfig.xml?
Thanks in advance
Dilip
I had index tables from database using solrj.
I had entered Field tag in schema.xml with user-defined name.
Sample Field Tag:
<field name="id" type="string" indexed="true" stored="true" required="true" />
Also refer to Schema XML File
Hope it answers your doubts..
精彩评论