ArangoSearch Views powered by IResearch

    ArangoSearch allows one to:

    • filter documents based on AQL boolean expressions and functions
    • sort the result set based on how closely each document matched the filterA concept of value “analysis” that is meant to break up a given value intoa set of sub-values internally tied together by metadata which influences boththe filter and sort stages to provide the most appropriate match for thespecified conditions, similar to queries to web search engines.
    • request documents where the attribute best matches a DNA sub sequence
    • request documents where the attribute best matches gender

    IResearch is a cross-platform open source indexing and searching engine writtenin modern C++, optimized for speed and memory footprint, with source availablefrom

    The IResearch framework in general can be further extended at runtime withcustom implementations of analyzers (used during the indexing and filteringstages) and scorers (used during the sorting stage) allowing full control overthe behavior of the engine.

    Using ArangoSearch Views