Does the website have a middleware? As in, is it static website or
something served dynamically from PHP, Ruby, Java, etc? If the later,
then you do the same thing blacklight does: you run your Solr server
and your middleware talks to it over HTTP connection. Then, you have
to figure out how to get data into Solr, so you need to index the
content from the database/files/etc.

If your website is fully static, then you still need some sort of
middleware for search, as it is not Safe exposing Solr directly to
users.

Regards,
   Alex.
Personal blog: http://blog.outerthoughts.com/
LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch
- Time is the quality of nature that keeps events from happening all
at once. Lately, it doesn't seem to be working.  (Anonymous  - via GTD
book)


On Mon, Apr 29, 2013 at 1:22 PM, kneerosh <roshni_rajago...@yahoo.co.in> wrote:
> Thanks a lot for the responses. Now Im sure I need blacklight.
>
> Suppose I had a website designed using any other standard method- how would
> I have embedded a solr search in it? Velocity & Blacklight are , as I
> understand useful when you are building a system from scratch and can design
> a new search specific GUI.
>
> But what if I had a website, and i needed to embed solr search in it- how
> would I have called solr queries from an existing website? Any tutorial
> available for this?
>
> A newbie, so please bear with me.
>
>
>
>
>
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Customizing-Solr-GUI-tp4059257p4059823.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to