Package omero.api
Interface AMD_IQuery_findAllByFullText
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IQuery_findAllByFullText extends Ice.AMDCallback
Executes a full text search based on Lucene. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:- owner:root AND annotation:someTag
- file:xml AND name:*hoechst*
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(java.util.List<IObject> __ret)
ice_response indicates that the operation completed successfully.
-