Re: Solr 4.2.0 results links

2013-04-03 Thread zeroeffect
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

Re: Solr 4.2.0 results links

2013-03-25 Thread Erick Erickson
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

Solr 4.2.0 results links

2013-03-21 Thread zeroeffect
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