Class and Description |
---|
org.elasticsearch.index.query.FuzzyQueryBuilder
Fuzzy queries are not useful enough. This class will be removed with Elasticsearch 4.0. In most cases you may want to use
a match query with the fuzziness parameter for strings or range queries for numeric and date fields.
|
org.elasticsearch.index.search.geo.GeoDistanceRangeQuery |
org.elasticsearch.index.query.IndicesQueryBuilder
instead search on the `_index` field
|
org.elasticsearch.index.search.geo.LegacyIndexedGeoBoundingBoxQuery
This query is no longer used for geo_point indexes created after version 2.1
|
org.elasticsearch.index.search.geo.LegacyInMemoryGeoBoundingBoxQuery
This query is no longer used for geo_point indexes created after version 2.1
|
org.elasticsearch.index.analysis.SnowballAnalyzer
(3.1) Use the language-specific analyzer in modules/analysis instead.
This analyzer WAS removed in Lucene 5.0
|
Exceptions and Description |
---|
org.elasticsearch.script.GeneralScriptException
Use ScriptException for exceptions from the scripting engine,
otherwise use a more appropriate exception (e.g. if thrown
from various abstractions)
|
Annotation Type and Description |
---|
org.elasticsearch.common.inject.assistedinject.AssistedInject
FactoryProvider now works better with the standard @Inject
annotation. When using that annotation, parameters are matched by name and type rather than
by position. In addition, values that use the standard @Inject constructor
annotation are eligible for method interception. |
Constructor and Description |
---|
org.elasticsearch.index.query.IndicesQueryBuilder(QueryBuilder, String...)
instead search on the `_index` field
|
org.elasticsearch.index.analysis.StandardHtmlStripAnalyzer() |
Enum Constant and Description |
---|
org.elasticsearch.common.geo.GeoDistance.ARC |
org.elasticsearch.index.translog.Translog.Operation.Type.CREATE |
org.elasticsearch.index.IndexModule.Type.DEFAULT |
org.elasticsearch.common.geo.GeoDistance.FACTOR
use
SloppyMath.haversinMeters(double, double, double, double) to get distance in meters, law of cosines is being removed |
org.elasticsearch.common.geo.GeoDistance.PLANE |
org.elasticsearch.common.geo.GeoDistance.SLOPPY_ARC |