#opsplblog
Explore tagged Tumblr posts
onlinegoa · 3 years ago
Link
Have a huge database and need to access data from it in a short span of time? Meet Lucene. 
Lucene works by creating documents of the data from the database, and these documents are stored in an index. When data is required and needs to be searched, it uses the index to get faster results by fetching the required documents.
Read more: https://opspl.com/blog/indexing-and-searching-using-lucene/
0 notes