Skip to content

Tantivy 0.6.1

Compare
Choose a tag to compare
@fulmicoton fulmicoton released this 10 Jul 00:15
  • Bugfix #324. GC removing was removing file that were still in u
    seful
  • Added support for parsing AllQuery and RangeQuery via QueryParser
    • AllQuery: *
    • RangeQuery:
      • Inclusive field:[startIncl to endIncl]
      • Exclusive field:{startExcl to endExcl}
      • Mixed field:[startIncl to endExcl} and vice versa
      • Unbounded field:[start to *], field:[* to end]