Re: inverted table

2016-08-22 Thread Adrien Grand
curiosity > > when a document is updated or deleted , lucene must update inverted table. > considering the size of record about a specific term (before used) is > changing ... how lucene resave term record? > > maybe flag the old term row as tombstone? >

inverted table

2016-08-22 Thread Cristian Lorenzetto
i have a curiosity when a document is updated or deleted , lucene must update inverted table. considering the size of record about a specific term (before used) is changing ... how lucene resave term record? maybe flag the old term row as tombstone?