For the complete documentation index, see llms.txt. This page is also available as Markdown.

Updating databases

Trigger database updates through the Import interface when your setup does not start imports automatically.

In most cases, FactFinder handles data updates itself. In some setups, however, the import is not started by FactFinder but through the Import interface. This is especially useful when data is provided with the Push method.

If the FactFinder Search configuration includes a URL for the export data, FactFinder can download the data before starting the import.

REST-Interface

The REST API documentation is part of the search application and is available at [your NG server]/fact-finder/swagger-ui.html. You can also access it here:

Swagger Link: https://ng-demo.fact-finder.de/fact-finder/swagger-ui.html

The relevant methods are documented under records. In addition to parameter documentation, you can test requests and inspect the results directly. Because the documentation is built with Swagger, you can also use Swagger Codegen to generate a client for your code.

Last updated

Was this helpful?