VOOZH about

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

⇱ Apache Solr Archives - Java Code Geeks


  • Software Development👁 Image
    Yatin BatraOctober 21st, 2024
    0 342

    Solr vs Lucene Comparison

    When it comes to open-source search engines, Apache Lucene and Apache Solr are two popular choices. They both serve similar…

    Read More »
  • DevOps👁 Image
    Amjad AfanahDecember 22nd, 2015
    4 262

    Docker Java Application With Solr, Mongo & Cassandra: Design, Deployment, Service Discovery, And Management In Production

    Download the PDF Whitepaper You can clone this sample “Names Directory” Java application from GitHub git clone https://github.com/dchqinc/dchq-docker-java-solr-mongo-cassandra-example.git A Step…

    Read More »
  • Core Java👁 Image
    Florian HopfMay 27th, 2014
    0 559

    Prefix and Suffix Matches in Solr

    Search engines are all about looking up strings. The user enters a query term that is then retrieved from the…

    Read More »
  • Core Java👁 Image
    Florian HopfMay 23rd, 2014
    0 318

    See Your Solr Cache Sizes: Eclipse Memory Analyzer

    Solr uses different caches to prevent too much IO access and calculations during requests. When indexing doesn’t happen too frequently…

    Read More »
  • Enterprise Java👁 Image
    Joe SteinMay 15th, 2014
    0 128

    Apache Solr real-time live index updates at scale with Apache Hadoop

    Episode # 22 of the podcast was a talk with Patrick Hunt We talked about the new work that has…

    Read More »
  • Enterprise Java👁 Image
    Michael ScharhagNovember 27th, 2013
    0 419

    Getting started with Spring Data Solr

    Spring Data Solr is an extension to the Spring Data project which aims to simplify the usage of Apache Solr…

    Read More »
  • Enterprise Java👁 Image
    Petri KainulainenJune 4th, 2013
    0 147

    Spring Data Solr Tutorial: Adding Custom Methods to All Repositories

    If we are using Spring Data Solr in a real life software project, the odds are that sooner or later…

    Read More »
  • Enterprise Java👁 Image
    Petri KainulainenMay 31st, 2013
    0 139

    Spring Data Solr Tutorial: Pagination

    In the earlier parts of my Spring Data Solr tutorial, we have implemented a simple search function which is used…

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

    Spring Data Solr Tutorial: Sorting

    When we are implementing a word search function, we typically want to sort the search results in descending order by…

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