Orama

UI Extension

Orama is a fast, batteries-included full-text and vector search engine that runs everywhere (browser, server, edge).

Status
Planned
Supported Version
TBD
Licensing
Open Source
Priority
Rank #96
KEY FEATURES
Full-text search
Vector search
Typo tolerance
Faceted search
Geosearch
Stemming
Runs everywhere
Usage Example

Here's how you'll use Orama with Oorian once the extension is available:

Java
// Create and configure Orama component
Orama component = new Orama();
component.setWidth("100%");
component.setHeight("400px");

// Configure component options
component.setEnabled(true);

// Register for events using Oorian's event model
component.registerForEvent(this, OramaEvent.class);

// Add to your page
container.addElement(component);

Note: This is a preview of the expected API. The actual implementation may vary slightly when released.