Quantcast
Channel: Technical Blogs » Solr
Browsing latest articles
Browse All 3 View Live

Searching in Apache Solr with Solr4j

We will describe a function for searching in Apache Solr - public static Map searchIndexSolr(String searchString) throws Exception { //Instantiate the Apache Solr Server SolrServer solr = new...

View Article



Apache Solr Server integration with Solr4j – Adding Documents with...

When we want to integrate Apache Solr Server within Java Application, we need to use Solr4j Api. For Adding the Solr Documents programmatically, We will code step by step - Adding the Solr Server in...

View Article

Apache Solr Installation and Confiuguration

Apache Solr is a serach engine build on top of Apache Lucene as a product and it has a full functional web server based search engine in it. We can use this as Search Engine for our requirement in...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images