Interface and Description |
---|
org.elasticsearch.cluster.metadata.IndexMetaData.Custom |
Class and Description |
---|
org.elasticsearch.index.analysis.SnowballAnalyzer
(3.1) Use the language-specific analyzer in modules/analysis instead.
This analyzer WAS removed in Lucene 5.0
|
org.elasticsearch.action.delete.TransportDeleteAction |
org.elasticsearch.action.index.TransportIndexAction |
org.elasticsearch.action.bulk.TransportSingleItemBulkWriteAction |
Exceptions and Description |
---|
org.elasticsearch.index.engine.DeleteFailedEngineException |
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)
|
org.elasticsearch.index.engine.IndexFailedEngineException |
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. |
Field and Description |
---|
org.elasticsearch.index.analysis.SynonymTokenFilterFactory.ignoreCase
this property only works with tokenizer property
|
org.elasticsearch.common.network.NetworkUtils.SUPPORTS_V6
transition mechanism only, do not use
|
org.elasticsearch.index.analysis.SynonymTokenFilterFactory.tokenizerFactory
This filter tokenize synonyms with whatever tokenizer and token filters appear before it in the chain in 6.0.
|
Enum Constant and Description |
---|
org.elasticsearch.index.translog.Translog.Operation.Type.CREATE |
org.elasticsearch.index.VersionType.FORCE
this will be removed in 7.0 and should not be used! It is *ONLY* for backward compatibility with 5.0 indices
|
org.elasticsearch.action.search.SearchType.QUERY_AND_FETCH |