Lucene
Sign in to saveAlso known as Apache Lucene Core, Lucene Core, Java Lucene
Java library for full-text search
Described at
TAPoR
tapor.ca →Link to a page describing this subject · 2,569 chars · not written by Vinony
Source code
1. Install JDK 25 using your package manager or download manually from OpenJDK, Adoptium, Azul, Oracle or any other JDK provider. 2. Clone Lucene's git repository (or download the source distribution). 3. Run gradle launcher script ( gradlew ). We'll assume that you know how to get and set up the JDK - if you don't, then we suggest starting at and learning more about Java, before returning to this README. Bug fixes, improvements and new features are always welcome! Please review the Contributing to Lucene Guide for information on contributing. Additional Developer Documentation: dev-docs/ Discussion and Support Users Mailing List Developers Mailing List IRC: lucene and lucene-dev on freenode.net
Excerpt from the source-code README · 3,053 chars · not written by Vinony
Wikidata facts
- Developer
- Apache Software Foundation
- Platform
- Java virtual machine
- Official website
- lucene.apache.org
- Has use
- search algorithm
Show 10 more facts
- programmed in
- Java
- software version identifier
- 10.4.0
- Commons category
- Apache Lucene
- inception
- 2000-03-30
- described at URL
- marketplace.sshopencloud.eu/tool-or-service/9YqhGw
- operating system
- cross-platform
- native label
- Apache Lucene
- copyright license
- Apache Software License 2.0
- Stack Exchange tag
- stackoverflow.com/tags/lucene
- source code repository URL
- github.com/apache/lucene
via Wikidata · CC0
Article · Italiano
Apache Lucene è una API gratuita ed open source per il reperimento di informazioni inizialmente implementata in Java da . È supportata dall'Apache Software Foundation ed è resa disponibile con l'Apache License. Lucene è stata successivamente reimplementata in Perl, C#, C++, Python, Ruby e PHP. Sebbene concepita per realizzare applicazioni che necessitano di funzionalità di indicizzazione e ricerca full text, Lucene è molto nota ed usata per la realizzazione di motori di ricerca sia sul World Wide Web che sulle Intranet private. Questo ha portato all'affermazione di una percezione del prodotto come di un motore di ricerca dotato di web spider e parser HTML. In realtà l'utilizzo di Lucene richiede che tali moduli siano forniti esternamente. I dati gestiti da Lucene sono rappresentati come documenti (document) dotati di campi (fields) testuali. Questa genericità consente di realizzare, con le API di Lucene, prodotti indipendenti dal formato dei file: possono essere indicizzati con Lucene testi in PDF, HTML, Microsoft Word così come in ogni altro tipo di file dal quale sia possibile estrarre informazioni. Lucene è stato re-implementato (o è in corso di re-implementazione) anche in C, C++, Delphi, C#/.NET, Perl, Ruby, PHP e Common Lisp. Il software Apache Tika per la ricerca testuale è stato per un periodo un sottoprogetto di Lucene, prima di diventare autonomo nel 2007.
Abstract from DBpedia / Wikipedia · CC BY-SA