Package org.apache.lucene.codecs.uniformsplit.sharedterms


package org.apache.lucene.codecs.uniformsplit.sharedterms
Pluggable term index / block terms dictionary implementations.

Extension of org.apache.lucene.codecs.uniformsplit with Shared Terms principle: Terms are shared between all fields. It is particularly adapted to index a massive number of fields because all the terms are stored in a single FST dictionary.

  • Designed to be extensible
  • Highly reduced on-heap memory usage when dealing with a massive number of fields.