Skip navigation links

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

Pluggable term index / block terms dictionary implementations.

See: Description

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

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.
Skip navigation links

Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.