VOOZH about

URL: https://www.javacodegeeks.com/tag/lucene

⇱ Lucene 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 »
  • Enterprise Java👁 Image
    Yatin BatraJune 25th, 2024
    0 818

    Lucene MMapDirectory and ByteBuffersDirectory Examples

    Apache Lucene is a powerful search library written in Java. It provides various directory implementations for storing index files, such…

    Read More »
  • Enterprise Java👁 Image
    Michael McCandlessMarch 24th, 2021
    0 235

    Open-source collaboration, or how we finally added merge-on-refresh to Apache Lucene

    The open-source software movement is a clearly a powerful phenomenon. A diverse (in time, geography, interests, gender (hmm not really,…

    Read More »
  • Software Development👁 Image
    Florian HopfMarch 26th, 2018
    0 361

    Indonesian Language in Lucene, Solr and Elasticsearch

    Indonesian, or Bahasa Indonesia, is a very approachable language for westerners. It uses latin characters, there’s a clear structure, no…

    Read More »
  • Software Development👁 Image
    Michael McCandlessSeptember 5th, 2017
    0 599

    Lucene’s near-real-time segment index replication

    [TL;DR: Apache Lucene 6.0 quietly introduced a powerful new feature called near-real-time (NRT) segment replication, for efficiently and reliably replicating…

    Read More »
  • Software Development👁 Image
    Michael McCandlessJuly 3rd, 2017
    0 128

    Lucene gets concurrent deletes and updates!

    Long ago, Lucene could only use a single thread to write new segments to disk. The actual indexing of documents,…

    Read More »
  • Enterprise Java👁 Image
    Florian HopfMay 19th, 2016
    0 109

    Learning Lucene

    I am currently working with a team starting a new project based on Lucene. While most of the time I…

    Read More »
Back to top button
Close