> ## Documentation Index
> Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Lucidworks Search versus Fusion

export const LwTemplate = ({title = "Key questions to get you started", icon = "sparkles", cta = "Powered by Agent Studio", linkHref = "https://lucidworks.com/demo/?utm_source=docs&utm_medium=referral&utm_campaign=docs_cta_ai"}) => {
  const [isLoaded, setIsLoaded] = useState(false);
  useEffect(() => {
    const timer = setTimeout(() => {
      setIsLoaded(true);
    }, 500);
    return () => clearTimeout(timer);
  }, []);
  return <div className="lw-template-container">
      <Card title={title} icon={icon}>
        {isLoaded && <span dangerouslySetInnerHTML={{
    __html: `<lw-template id="a029c1a9-28be-427e-b0e1-5d918920246a"></lw-template
            >`
  }} />}
        <Link href={linkHref} className="agent-studio-link text-left text-gray-600 gap-2 dark:text-gray-400 text-sm font-medium flex flex-row items-center hover:text-primary dark:hover:text-primary-light group-hover:text-primary group-hover:dark:text-primary-light">Powered by Lucidworks Agent Studio</Link>
      </Card>
    </div>;
};

[localhost link]: http://localhost:3000/docs/lucidworks-search/02-lucidworks-search-vs-fusion/overview

[mintlify link]: https://doc.lucidworks.com/docs/lucidworks-search/02-lucidworks-search-vs-fusion/overview

[old doc.lw link]: https://doc.lucidworks.com/managed-fusion/5.9/j0znfn

With Lucidworks Search, Lucidworks installs, deploys, and scales the platform for you. Some customization options are only available in self-hosted Fusion, while some machine learning features are only available in Lucidworks Search. The following table is a partial comparison of the products based on the most current release of Fusion.

<LwTemplate />

| Feature                                | Fusion (self-hosted) | Lucidworks Search | Notes                                                                                                                                                                |
| -------------------------------------- | -------------------- | ----------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Cloud signal storage                   | ✘                    | ✅                 |                                                                                                                                                                      |
| Consumption dashboard                  | ✅                    | ✅                 | Entitlements and limitation metrics apply to Lucidworks Search clients only.                                                                                         |
| Custom connectors (hosted on Fusion)   | ✅                    | ✘                 |                                                                                                                                                                      |
| Custom Docker images                   | ✅                    | ✘                 |                                                                                                                                                                      |
| Custom index stages and SDKs           | ✅                    | ✘                 |                                                                                                                                                                      |
| Custom query stages and SDKs           | ✅                    | ✘                 |                                                                                                                                                                      |
| Custom connectors (hosted by client)   | ✅                    | ✅                 |                                                                                                                                                                      |
| Full control of your Fusion deployment | ✅                    | ✘                 | Lucidworks manages deployments and upgrades for Lucidworks Search clients.                                                                                           |
| Grafana dashboards                     | Custom               | Read-only         |                                                                                                                                                                      |
| Lucidworks Search-only releases        | ✘                    | ✅                 | Some releases and features are only available for Lucidworks Search clients.                                                                                         |
| Port forwarding                        | ✅                    | ✘                 |                                                                                                                                                                      |
| Remote connectors                      | ✅                    | ✅                 | [Remote connectors](/docs/fusion-connectors/developers/remote-v2-connectors) let you index data behind firewalls.                                                    |
| Reverse search                         | ✘                    | ✅                 | [Reverse search](/docs/lucidworks-search/04-move-data-in/index-pipeline/reverse-search) lets you set up monitoring queries that automatically include new documents. |

<Card title="Managing Fusion" class="note-image" href="https://academy.lucidworks.com/path/managing-fusion" cta="Take this course on the LucidAcademy." icon="graduation-cap" iconType="duotone">
  The learning path for **Managing Fusion** focuses on how to navigate the available technical support and resources for Lucidworks Search.
</Card>
