Karena semester ini mengalbil mata kuliah Information Retrieval, mau tidak mau harus berteman dengan yang namanya search engine library. Yah .. salah satu dan yang top adalah Lucene ,salah satu dari sekian banyak package pada Apache Software Foundation .
Walaupun pada dasarnya menggunakan Java framework, uniknya anda dapat menemukan package dalam format lain seperti Lucene .net dalam PHP dan lainnya di sini.
Penjelasan Detail
Penjelasan Detail
Lucene .NET adalah yang termudah menurut saya (maklum bisanya cuma itu duank)…(a.k.a cupuu ). Dalam lucene .NET anda dapat memodifikasi Tiap class dan tiap objek sefleksibel mungkin .Untuk lebih detailnya :
Lucene.Net.Store.Directory – The Directory is a base class that is used to provide an abstract view of a directory.
Lucene.Net.Analysis.Analyzer – The Analyzer is a base class that is responsible for breaking the text down into single words or terms, and removing any noise word
Lucene.Net.Index.IndexWriter – The IndexWriter takes on the responsibility of coordinating the Analyzer and throwing the results to the Directory for storage.
Lucene.Net.Documents.Document – The Document class is what gets indexed by the IndexWriter. You can think of a Document as an entity that you want to retrieve;
Lucene.Net.Documents.Field – The Document contains a list of Fields that are used to describe the document. Every field has a name and a value.
am portal



great.. aq lagi nyoba menggunakan lucene.net juga nih buat tugas akhir quw,, Bisa berbagi coding nya juga gak? thx ya sebelumnya.. dan mohon bantuannya…
tak balas di imel.. Trims mau comment