Hello All
Sorry newbie Q.
Im looking at using the Data Import Handler to add my data to solr.
But I am a little confused how I go about updating the index. I
understand there is no update index so just a delete replace but how
will solr know what to remove and add ?
Also hope someone does not mind giving me advice on my scema I should
use.
I will be indexing multiple tables as each table means a different
type of search. Here is the tables and the rows im looking at adding
to solr.
Files:
- id
- display_name
- server_path
- file_type
- project_id
Folders:
- id
- folder_name
- fullpath
- project_id
Dailies:
- id
- scene
- take
- description
- filename (join)
- project_id
Assets
- id
- title
- project_id
Calendar: (Events)
- id
- title
- description
- project_id
On top of this I will be looking at doing full indexing using solr
cell of the documents held in the file data table.
Hope some can point me in the right direction and thank you in advance
Regards
Lee