exsolr v0.0.1 Exsolr

Solr wrapper made in Elixir.

Summary

Functions

Adds the document to Solr

Commits the pending changes to Solr

Delete all the documents from the Solr index

Delete the document with id id from the solr index

Send a search request to Solr

Functions

add(document)

Adds the document to Solr.

commit()

Commits the pending changes to Solr

delete_all()

Delete all the documents from the Solr index

https://wiki.apache.org/solr/FAQ#How_can_I_delete_all_documents_from_my_index.3F

delete_by_id(id)

Delete the document with id id from the solr index

get(query_params)

Send a search request to Solr