Skip to content

Comment on What is full-text search (and why you need it now)parent

Comments

The main difference is that you can update the document variables without fragmenting the index. In Lucene you need to reindex the document (i.e. delete it and write a new one). If you update your relevance variables an average of 10 times per document it can get really fragmented with Lucene.

ah, got it. The point is the document fields are updated in place instead of delete+reinsert. Seems interesting.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.