VOOZH about

URL: https://www.javacodegeeks.com/tag/apache-lucene/page/4

⇱ Apache Lucene Archives - Page 4 of 4 - Java Code Geeks


  • Enterprise Java👁 Image
    Niraj SinghJune 21st, 2013
    15 257

    Searching made easy with Apache Lucene 4.3

    Lucene is a Full Text Search Engine written in Java which can lend powerful search capabilities to any application. At…

    Read More »
  • Enterprise Java👁 Image
    Michael McCandlessJune 18th, 2013
    0 283

    Transactional Lucene

    Many users don’t appreciate the transactional semantics of Lucene’s APIs and how this can be useful in search applications. For…

    Read More »
  • Enterprise Java👁 Image
    Srividhya UmashankerDecember 27th, 2012
    1 224

    Lucene – Quickly add Index and Search Capability

    What is Lucene? Apache LuceneTM is a high-performance, full-featured text search engine library written entirely in Java. It is a…

    Read More »
  • Core Java👁 Image
    Chad DavisApril 18th, 2012
    1 120

    Lucene Overview Part One: Creating the Index

    Introduction I’ve recently been working with the open source search engine Lucene. I’m no expert, but since I have just…

    Read More »
  • Core Java👁 Image
    Ilias TsagklisMay 31st, 2010
    5 541

    “Did you mean” feature with Apache Lucene Spell-Checker

    Google’s “Did you mean” feature After making an introduction to Lucene in a previous post, now it is time to…

    Read More »
  • Core Java👁 Image
    Ilias TsagklisMay 24th, 2010
    21 403

    An Introduction to Apache Lucene for Full-Text Search

    In this tutorial I would like to talk a bit about Apache Lucene. Lucene is an open-source project that provides…

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