Thanks for the response. I found the issue. The data was being ingested
correctly it just being echoed incorrectly. while inspecting the final HTML
output I was able to find that the richtext-doc.vm file was used to display
my data. The code in this file generated the links to local files. I did
so
Solr doesn't do anything with links natively, it just echoes back what you
put in. So you're sending file-based http links to Solr...
Best
Erick
On Thu, Mar 21, 2013 at 1:40 PM, zeroeffect wrote:
> While I am still in the beginning phase of solr I have been able to index a
> directory of HTML
While I am still in the beginning phase of solr I have been able to index a
directory of HTML files. I can search keywords and get results. The problem
I am having is the links to the HTML document is file based and http based.
I get the link but it points to file:\\ and not http:\\. I have been lo