VOOZH about

URL: https://www.javacodegeeks.com/tag/apache-solr/page/2

⇱ Apache Solr Archives - Page 2 of 3 - Java Code Geeks


  • Enterprise Java👁 Image
    Petri KainulainenMay 31st, 2013
    0 140

    Spring Data Solr Tutorial: Dynamic Queries

    Solr is often referred as a search server which we can use when we are implementing full-text search functions. However,…

    Read More »
  • Enterprise Java👁 Image
    Petri KainulainenMay 24th, 2013
    0 166

    Spring Data Solr Tutorial: Adding Custom Methods to a Single Repository

    The previous part of my Spring Data Solr tutorial taught us how we can create static queries by using query…

    Read More »
  • Enterprise Java👁 Image
    Petri KainulainenMay 24th, 2013
    0 178

    Spring Data Solr Tutorial: Query Methods

    We have learned how we can configure Spring Data Solr. We have also learned how we can add new documents…

    Read More »
  • Enterprise Java👁 Image
    Petri KainulainenMay 23rd, 2013
    0 126

    Spring Data Solr Tutorial: CRUD (Almost)

    In the previous part of my Spring Data Solr tutorial, we learned how we can configure Spring Data Solr. Now…

    Read More »
  • Enterprise Java👁 Image
    Petri KainulainenMay 23rd, 2013
    3 361

    Spring Data Solr Tutorial: Configuration

    In the previous part of my Spring Data Solr tutorial, we learned that Solr provides a REST-like HTTP API which…

    Read More »
  • Enterprise Java👁 Image
    Petri KainulainenMay 22nd, 2013
    0 192

    Running Solr with Maven

    Running Solr with Maven Solr is an open source search server which is built by using the indexing and search…

    Read More »
  • Enterprise Java👁 Image
    Petri KainulainenMay 17th, 2013
    5 195

    Spring Data Solr Tutorial: Introduction to Solr

    Most of the applications must have a some kind of a search function. The problem is that search functions are…

    Read More »
  • Enterprise Java👁 Image
    Bilgin IbryamMarch 22nd, 2013
    0 224

    Indexing data in Solr from disparate sources using Camel

    Apache Solr is ‘the popular, blazing fast open source enterprise search platform’ built on top of Lucene. In order to…

    Read More »
  • Enterprise Java👁 Image
    Brian Du PreezOctober 18th, 2012
    1 208

    Setting up and playing with Apache Solr on Tomcat

    A while back a had a little time to play with Solr, and was instantly blown away by the performance…

    Read More »
  • «
  • 1
  • 2
  • 3
  • »
Back to top button
Close