Some limitations regarding the TAPIR implementation of the PyWrapper.

Limitations of current implementation

  • streaming of responses not implemented in searches. DOM objects still being used for the entire response structure
  • some datasource settings not implemented:
    • response limitations on basis of document size is not implemented. Only max total number of elements(maxResponseTags), max depth (maxElementLevels) and max breadth (maxElementRepetitions) is done.
    • maxQueryTermLength not supported. As one can issue requests without any filter, a maximum number of characters in a like comparison is no priority.
  • only MySQL and PostgreSQL are currently being supported. Others will follow soon...
  • only a subset of XML Schema is supported. See the SupportedXmlSchema page for details.