How are you getting the data into Solr?

Solr is not a storage or a database method. It's a search engine. So,
usually, you would have your filesystem with files and then you feed
those to Solr for indexing. When you found what you are looking for,
you can have the particular file delivered by whatever implementation
you chose (outside of Solr).

Regards,
   Alex
Personal website: http://www.outerthoughts.com/
Current project: http://www.solr-start.com/ - Accelerating your Solr proficiency


On Sun, May 11, 2014 at 2:53 AM, blach <stag...@gmail.com> wrote:
> Hello all!
>
> I have been using solr for a few days, but I still don't understand, how can
> I get direct link to open the document i'm looking for.
>
> I tried to do that, but the only information I can retrieve from the Json
> result from Solr is ID, Name, Modified date ...
>
> well, I'm working on android application, and I want to make the user get a
> direct link to the file he searched for.
>
> thanks.
>
>
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/getting-direct-link-to-solr-result-tp4135084.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to