Skip to content

stimulussoft/lucene4lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Lucene V4 Lookup Test

Test Speed of Lucene v4 vs Lucene v8 ID lookups using TermsFilter

Lucene 8

1000000 docs


Indexing start string Indexing complete string search string complete in 9.713112046 secs


Indexing start numeric Indexing complete numeric search numeric complete in 0.441230859 secs

Lucene 4

1000000 docs


Indexing start string Indexing complete string search string complete in 4.7344909 secs


Indexing start numeric Indexing complete numeric

org.opentest4j.AssertionFailedError: (Numerics dont work with Terms Filter)

Take away

Lucene 8 numeric lookups are much faster!
Lucene 8 string lookup is twice as slow as Lucene 4.

Releases

No releases published

Packages

No packages published

Languages