Welcome to the Solr world.

Yes, usually you use a client application. If you are working in Java,
you use SolrJ or you can look into Spring Data. For other languages,
there are libraries too. You can see a reasonable list at:
https://wiki.apache.org/solr/IntegratingSolr . Be aware that not all
clients support all the latest features of Solr.

You do not want to expose Solr directly to the clients, so no
Javascript talking directly to Solr in production (unless you really,
really know what you are doing).

To learn Solr itself, do the examples, check out the books (e.g. Solr
in Action).

Once you are past the absolutely basics, you will have much more
detailed questions to ask.

Regards,
   Alex.
----
Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter:
http://www.solr-start.com/


On 13 November 2015 at 11:14, Alfredo Vega Ramírez
<alfredo.v...@vertice.cu> wrote:
> Greetings, I'm new using Solr. I have problem to create a client
> application. As I do, if I need to use frameworks, or Solr has a way to
> create client applications.

Reply via email to