Hi All Can you please tell if it is possible or not to search in pdf and word files by passing the path via xml docs ... so that the xml file will be something like this..
<doc>
<field name="id">1</field>
<field name="name">A</field>
<field name="sk">Acce</field>
<field name="level">Beginner</field>
<field name="do">Tuto</field>
<field name="open">1</field>
<field name="type">Ct</field>
<field name="extensis">cl_ex</field>
<field name="features">Atos</field>
<field name="downl"></field>
<field name="source">Atoms</field>
<field name="description">Ths.</field>
<field name="file_path">http://www.abcd.com/files/abcd.pdf</field>
</doc>
<doc>
<field name="id">2</field>
<field name="name">Ar</field>
<field name="sk">Acrce</field>
<field name="level">Beginner</field>
<field name="do">Tuto1</field>
<field name="open">11</field>
<field name="type">C1t</field>
<field name="extensis">cl_exd</field>
<field name="features">Atos</field>
<field name="downl"></field>
<field name="source">ddddd</field>
<field name="description">Thsdd.</field>
<field name="file_path">http://www.abcd.com/files/abcd.pdf</field>
</doc>
So here if I search for word "solr word" uaing the solr query, rather than searching only in docs it should also go inside the files(file_path) and search for the word. Any suggestions, assistance in this will be helpfull..