Skip to main content
Indexing Data Flow shows you how your content, signals, and recommendations are indexed in Lucidworks Search. Getting data out of Lucidworks Search can mean querying your content or your signals, or accessing other data for analytics. Querying Lucidworks Search means sending a request to Lucidworks Search’s Query API endpoints, specifying the query profile and any Solr query parameters. The request is processed by the query pipeline associated with the specified profile, and the response includes any enhancements configured in the query pipeline. You can also enter queries in the Query Workbench to test your query pipeline.

Anatomy of Querying

The quick learning for Anatomy of Querying focuses on the basics of query related objects and workflows in Fusion.

Query your content

When you query your content using the default query pipeline and you have signals enabled, you also get query rewrites and automatic boosting to enhance the relevancy of your search results. In addition to matches from your primary collection, you’ll get results produced by Lucidworks Search’s machine learning jobs, based on signals from your users. Query profiles give you a stable endpoint that can be associated with any query pipeline. Just specify the query profile when sending queries to the Query API endpoint. You can always reconfigure the query profile to point to a different pipeline, or to an experiment.
Query your content

Query for recommendations

To get even more relevant results based on AI-powered analysis of your signals data, your query pipeline can perform any number of secondary queries to the collections where the output from machine learning jobs is indexed. Your secondary queries can provide additional search results based on Lucidworks Search’s analysis of your signals.
Query your recommendations

Search applications

Search applications are the front-end interfaces that you build on top of Lucidworks Search. Your application makes calls to Lucidworks Search’s REST API in order to retrieve search results or perform other actions. Certain features, like autocomplete and synonyms, require some configuration on the Lucidworks Search back end. See Application Development.

Query language

Whenever you are getting data out of Lucidworks Search, you may find it handy to consult the Query language cheat sheet. If you are using Lucidworks Search, you can generate and retrieve additional data for analysis or to enhance the end-user experience. For example, Lucidworks Search can produce sophisticated recommendations to guide end users to the best available results, including results that do not exactly match the original user-submitted query. It can also perform machine learning functions that automatically improve search results based on the past activities of users. For more information, see Machine learning.