Deprecated API


Contents
Deprecated Annotation Types
org.elasticsearch.util.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 Fields
org.elasticsearch.util.http.multipart.Part.BOUNDARY_BYTES
            
 

Deprecated Methods
org.elasticsearch.util.collect.Ordering.from(Ordering)
          no need to use this 
org.elasticsearch.util.http.multipart.Part.getBoundary()
          uses a constant string. Rather use Part.getPartBoundary()