Lucene
Bu sayfanın tamamının ya da bir kısmının Türkçeye çevrilmesi gerekmektedir. Bu sayfanın tamamı ya da bir kısmı Türkçe dışındaki bir dilde yazılmıştır. Madde, alakalı dilin okuyucuları için oluşturulmuşsa o dildeki Vikipedi'ye aktarılmalıdır. İlgili değişiklikler gerçekleşmezse maddenin tamamının ya da çevrilmemiş kısımların silinmesi sözkonusu olabilecektir. İlgili çalışmayı yapmak üzere bu sayfadan destek alabilirsiniz |
Bu sayfada devam eden bir çalışma vardır. Yardım etmek istiyorsanız ya da çalışma yarım bırakılmışsa, çalışmayı yapan kişilerle iletişime geçebilirsiniz. Bu sayfada son yedi gün içinde değişiklik yapılmadığı takdirde şablon sayfadan kaldırılacaktır. En son değişiklik, 15 yıl önce Superyetkin (katkılar | kayıtlar) tarafından gerçekleştirildi ( ). |
Geliştirici(ler) | Apache Yazılım Derneği |
---|---|
Güncel sürüm | 2.4.0 / 12 Ekim 2008 |
Programlama dili | Java |
İşletim sistemi | Çapraz platform |
Tür | Arama ve dizgi |
Lisans | Apache Lisansı 2.0 |
Resmî sitesi | http://lucene.apache.org |
Kod deposu |
Lucene is a free/open source information retrieval library, originally created in Java by Doug Cutting. It is supported by the Apache Software Foundation and is released under the Apache Software License.
Lucene has been ported to programming languages including Delphi, Perl, C#, C++, Python, Ruby and PHP.
Features and common use
While suitable for any application which requires full text indexing and searching capability, Lucene has been widely recognized for its utility in the implementation of Internet search engines and local, single-site searching.
At the core of Lucene's logical architecture is the idea of a document containing fields of text. This flexibility allows Lucene's API to be independent of file format. Text from PDFs, HTML, Microsoft Word documents, as well as many others can all be indexed so long as their textual information can be extracted.
Lucene-based projects
Lucene itself is just an indexing and search library and does not contain crawling and HTML parsing functionality. The Apache project Nutch is based on Lucene and provides this functionality; the Apache project Solr is a fully-featured search server based on Lucene; Compass is a Java Search Engine Framework built on the top of Lucene.
Ayrıca bakınız
References
- Gospodnetic, Otis (2004). Lucene in Action. Manning Publications. ISBN 978-1-932394-28-3. Bilinmeyen parametre
|coauthors=
görmezden gelindi (yardım)
External links
- Lucene homepage
- Chris Conrad. "Behind the Scenes of the SourceForge.net Search System".
- "Lucene Wikipedia indexer". — introductory article with Java code for search on Wikipedia data
- "Full-Text Search for Database Using Lucene Search Engine".
- Compass project
- EB-eye EBI's Lucene based search engine.
- Lucene FAQ
- Luke - Lucene Index Toolbox
- LuSql - Index database records using Lucene