Interface and Description |
---|
org.hibernate.search.store.IndexShardingStrategy
Deprecated as of Hibernate Search 4.4. Might be removed in Search 5. Use
ShardIdentifierProvider
instead. |
org.hibernate.search.spi.SearchFactoryIntegrator
Do not use, and immediately migrate all code to use org.hibernate.search.spi.SearchIntegrator.
|
Class and Description |
---|
org.hibernate.search.spi.SearchFactoryBuilder
Use SearchIntegrationBuilder instead. This class will be removed!
|
Method and Description |
---|
org.hibernate.search.FullTextSharedSessionBuilder.autoClose() |
org.hibernate.search.FullTextSharedSessionBuilder.autoClose(boolean) |
org.hibernate.search.engine.impl.DocumentBuilderHelper.extractObjectFromFieldable(IndexableField)
we should know the projection rules from the metadata rather than guess from the field properties
|
org.hibernate.search.engine.impl.DocumentBuilderHelper.extractStringFromFieldable(IndexableField)
we should know the projection rules from the metadata rather than guess from the field properties
|
org.hibernate.search.query.engine.spi.HSQuery.getExtendedSearchIntegrator()
should be at most SearchIntegrator, preferably removed altogether
|
org.hibernate.search.MassIndexer.threadsForSubsequentFetching(int)
Being ignored: this method will be removed.
|
org.hibernate.search.batchindexing.impl.MassIndexerImpl.threadsForSubsequentFetching(int) |
org.hibernate.search.query.dsl.FuzzyContext.withThreshold(float) |
Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved