Hi all! I am working in a struts project and there I am using Solr Server as the database.
I need the Java codes and procedure to select, insert, update and delete. Can any one help me?
Hi all! I am working in a struts project and there I am using Solr Server as the database.
I need the Java codes and procedure to select, insert, update and delete. Can any one help me?
Solr is not a relational database, therefore there is no SQL or relational algebra.
To add/update/delete/query documents, use the SolrJ library. Here's a quick tutorial.