public static final class LuceneBackendSettings.Defaults extends Object
Modifier and Type | Field and Description |
---|---|
static Version |
LUCENE_VERSION
If nothing else is specified we use
Version.LATEST as the default Lucene version. |
static MultiTenancyStrategyName |
MULTI_TENANCY_STRATEGY |
public static final Version LUCENE_VERSION
Version.LATEST
as the default Lucene version. This version
parameter was introduced by Lucene to attempt providing backwards compatibility when upgrading Lucene versions
and not wanting to rebuild the index from scratch. It's highly recommended to specify a version, so that you
can upgrade Hibernate Search and control when to eventually upgrade the Lucene format.public static final MultiTenancyStrategyName MULTI_TENANCY_STRATEGY
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.