Deprecated API


Contents
Deprecated Annotation Types
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. 
 

Deprecated Methods
org.elasticsearch.index.query.QueryBuilders.filtered(QueryBuilder, FilterBuilder)
          Use filteredQuery instead (rename) 
org.elasticsearch.common.lucene.search.XBooleanFilter.finalResult(OpenBitSetDISI, int)
          Either use CachingWrapperFilter, or switch to a different DocIdSet implementation yourself. This method will be removed in Lucene 4.0 
org.elasticsearch.index.query.QueryBuilders.text(String, Object)
          use QueryBuilders.textQuery(String, Object) instead 
org.elasticsearch.index.query.QueryBuilders.textPhrase(String, Object)
          use QueryBuilders.textPhraseQuery(String, Object) instead 
org.elasticsearch.index.query.QueryBuilders.textPhrasePrefix(String, Object)
          use QueryBuilders.textPhrasePrefixQuery(String, Object) instead