Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 315 Bytes

lucene.md

File metadata and controls

13 lines (8 loc) · 315 Bytes

Lucene

An java library for searching and indexing in one machine

Data -> lucene types -> index to local files

Types:

  • Document: an object contains different fields, it is similar to JSON
  • Index: contains multiple documents
  • Fields: like variable in a class
  • Terms: smallest unit after tokenization