SMILA (incubation) API documentation

Deprecated API


Contents
Deprecated Methods
org.eclipse.smila.search.api.helper.QueryBuilder.addAnnotationNamedValue(String, String[], String, String)
          Use QueryBuilder.setAnnotationNamedValue(String,String[],String,String) instead 
org.eclipse.smila.search.api.helper.QueryBuilder.addFacetFilter(Facets, int)
          Use QueryBuilder.addFacetFilterToQuery(Facets,int) instead 
org.eclipse.smila.connectivity.ConnectivityManager.delete(Id[])
          this method is deprecated, as we realized that it may be relevant to send additional information for deletion with the Id, e.g. annotations to process in the delete pipeline. Therefore use the method with records instead. 
org.eclipse.smila.processing.designer.model.processor.impl.ProcessorFactoryImpl.getPackage()
            
org.eclipse.smila.processing.designer.model.record.impl.RecordFactoryImpl.getPackage()
            
org.eclipse.smila.processing.SearchMessage.getQuery()
          use the better named SearchMessage.getQueryRecordId() 
org.eclipse.smila.test.DeclarativeServiceTestCase.getService(Class, long)
           
org.eclipse.smila.test.DeclarativeServiceTestCase.getService(String, long)
           
org.eclipse.smila.test.DeclarativeServiceTestCase.getService(String, String, long)
           
org.eclipse.smila.processing.ProcessorMessage.setRecords(Collection)
          use the better named ProcessorMessage.setRecordsFrom(Collection) 
org.eclipse.smila.search.highlighting.transformer.HighlightingTransformer.transform(ArrayList, ParameterSet)
          use Annotation transform(Annotation highlight) instead 
 


SMILA (incubation) API documentation