apache - Select Data From Solr Server in Java -
apache - Select Data From Solr Server in Java -
i working in struts project , there using solr server database.
i need java codes , procedure select, insert, update , delete. can 1 help me?
solr not relational database, hence there no sql or relational algebra.
to add/update/delete/query documents, utilize solrj library. here's quick tutorial.
java apache solr
Comments
Post a Comment