# Lucidworks documentation ## Docs - [FAQ Enrichment use case](https://doc.lucidworks.com/api-reference/create-predictions/faq-enrichment-use-case.md): The FAQ enrichment use case uses a large language model (LLM) to ingest input text and return a JSON response that contains a list of question and answer pairs. - [Keyword extraction use case](https://doc.lucidworks.com/api-reference/create-predictions/keyword-extraction-use-case.md): In the keyword-extraction use case, the LLM ingests text and returns a JSON response that contains a list of keywords extracted from the text. No options can be configured. - [Model predictions by use case](https://doc.lucidworks.com/api-reference/create-predictions/model-predictions-by-use-case.md): This is an all-purpose prediction endpoint you can use by specifying a `USE_CASE` and `MODEL_ID`. Upon submission, the API responds with a unique `predictionId` and a `status`. The `predictionId` can be used later in the GET request to retrieve the results. - [Named Entity Recognition (NER) use case](https://doc.lucidworks.com/api-reference/create-predictions/named-entity-recognition-ner-use-case.md): In the Named Entity Recognition (NER) use case, the LLM ingests text and entities to extract and return a JSON response that contains a list of entities extracted from the text. No options can be configured. - [Passthrough use case](https://doc.lucidworks.com/api-reference/create-predictions/passthrough-use-case.md): The passthrough use case lets you use the service as a proxy to the large language model (LLM). The service sends text (no additional prompts or other information) to the LLM. - [RAG use case](https://doc.lucidworks.com/api-reference/create-predictions/rag-use-case.md): The rag use case uses candidate documents that are inserted into a LLM’s context to ground the generated response to those documents instead of generating an answer from details stored in the LLM’s trained weights. This type of search adds guardrails so the LLM can search private data collections. - [Standalone query rewriter](https://doc.lucidworks.com/api-reference/create-predictions/standalone-query-rewriter.md): The standalone query rewriter use case rewrites the text in reference to the context based on the memoryUuid. - [Summarization use case](https://doc.lucidworks.com/api-reference/create-predictions/summarization-use-case.md): In the summarization use case, the LLM ingests text and returns a summary of the text as a response. - [Get prediction results](https://doc.lucidworks.com/api-reference/fetch-predictions/get-prediction-results.md): Fetch the results of a prediction task by its ID. - [Classification use case](https://doc.lucidworks.com/api-reference/get-predictions/classification-use-case.md): The classification use case lets you use embedding models to compute similarity scores between the incoming text and the labels. It returns the labels ranked in order of most similar to least similar. - [Custom model prediction](https://doc.lucidworks.com/api-reference/get-predictions/custom-model-prediction.md): The custom model prediction is an embedding use case. If a custom model is trained and deployed using the Lucidworks AI Models API, the `DEPLOYMENT_ID` in the Models API is the same value as the `MODEL_ID` you enter in the custom model to return a prediction. - [English language model text encoder](https://doc.lucidworks.com/api-reference/get-predictions/english-language-model-text-encoder.md): The English language encoder is an embedding use that takes in plain English text and returns a 768-dimensional vector encoding of that text. This model powers this semantic search. - [FAQ Enrichment use case](https://doc.lucidworks.com/api-reference/get-predictions/faq-enrichment-use-case.md): The FAQ enrichment use case uses a large language model (LLM) to ingest input text and return a JSON response that contains a list of question and answer pairs. - [Keyword extraction use case](https://doc.lucidworks.com/api-reference/get-predictions/keyword-extraction-use-case.md): In the keyword-extraction use case, the LLM ingests text and returns a JSON response that contains a list of keywords extracted from the text. No options can be configured. - [Model predictions by use case](https://doc.lucidworks.com/api-reference/get-predictions/model-predictions-by-use-case.md): This is an all-purpose prediction endpoint you can use by specifying a `USE_CASE` and `MODEL_ID`. - [Named Entity Recognition (NER) use case](https://doc.lucidworks.com/api-reference/get-predictions/named-entity-recognition-ner-use-case.md): In the Named Entity Recognition (NER) use case, the LLM ingests text and entities to extract and return a JSON response that contains a list of entities extracted from the text. No options can be configured. - [Passthrough use case](https://doc.lucidworks.com/api-reference/get-predictions/passthrough-use-case.md): The passthrough use case lets you use the service as a proxy to the large language model (LLM). The service sends text (no additional prompts or other information) to the LLM and returns a response. - [RAG use case](https://doc.lucidworks.com/api-reference/get-predictions/rag-use-case.md): The rag use case uses candidate documents that are inserted into a LLM’s context to ground the generated response to those documents instead of generating an answer from details stored in the LLM’s trained weights. This type of search adds guardrails so the LLM can search private data collections. - [Standalone query rewriter](https://doc.lucidworks.com/api-reference/get-predictions/standalone-query-rewriter.md): The standalone query rewriter use case rewrites the text in reference to the context based on the memoryUuid. - [Summarization use case](https://doc.lucidworks.com/api-reference/get-predictions/summarization-use-case.md): In the summarization use case, the LLM ingests text and returns a summary of the text as a response. - [Cartadd signals](https://doc.lucidworks.com/api-reference/get-signals/cartadd-signals.md): When a user adds an item to the cart for a potential sale, the information is contained in the cartadd signal. - [Click signals](https://doc.lucidworks.com/api-reference/get-signals/click-signals.md): When a user clicks on an item displayed from your site, including results returned from a query, the information is contained in a click signal. - [Purchase complete signals](https://doc.lucidworks.com/api-reference/get-signals/purchase-complete-signals.md): When a user completes a purchase and is taken to the order confirmation page, a signal is recorded. - [Query signals](https://doc.lucidworks.com/api-reference/get-signals/query-signals.md): When a user enters text to search your site, a query request is generated and the information is contained in a query signal. - [Tokenization by MODEL_ID](https://doc.lucidworks.com/api-reference/get-tokens/tokenization-by-model_id.md): The tokenization request for the pre-trained and custom embedding use cases and specified embedding `modelId` (model name) sends text to return results in formats supported by embedding models. - [Get typeahead suggestions](https://doc.lucidworks.com/api-reference/get-typeahead-suggestions.md): The `GET /typeahead/suggestions` request retrieves a list of typeahead suggestions. - [Delete a custom model deployment](https://doc.lucidworks.com/api-reference/manage-deployments/delete-a-custom-model-deployment.md): Delete the specified custom model deployment. - [Deploy a custom model](https://doc.lucidworks.com/api-reference/manage-deployments/deploy-a-custom-model.md): Deploy a custom model. - [List a model's deployments](https://doc.lucidworks.com/api-reference/manage-deployments/list-a-models-deployments.md): Fetch the list of deployments for the specified model. - [List custom model deployments](https://doc.lucidworks.com/api-reference/manage-deployments/list-custom-model-deployments.md): Fetch the list of custom model deployments. Pre-trained models are not returned in the response because they are deployed in all available regions. - [Create a model](https://doc.lucidworks.com/api-reference/manage-models/create-a-model.md): Create a custom model and start a training job. The custom model cannot be modified after it is created. - [Get a model](https://doc.lucidworks.com/api-reference/manage-models/get-a-model.md): Get the details about a specific model. - [List all models](https://doc.lucidworks.com/api-reference/manage-models/list-all-models.md): Fetch the list of pre-trained and custom models. - [Passthrough prompt](https://doc.lucidworks.com/api-reference/passthrough-prompt/passthrough-prompt.md): The prompt request for the passthrough use case and specified generative AI (GenAI) `modelId` (model name) sends text to return results in formats supported by generative AI (GenAI) models. - [Request Access Token](https://doc.lucidworks.com/api-reference/request-access-token/request-access-token.md): Use this API to generate an access token. - [Get results by chunkingId](https://doc.lucidworks.com/api-reference/request-chunked-content/get-results-by-chunkingid.md): Fetch chunked content by chunking ID. The ID is returned in the response of the `POST` operation you used to trigger the chunking operation. - [Chunk text using the specified chunker](https://doc.lucidworks.com/api-reference/split-content-into-chunks/chunk-text-using-the-specified-chunker.md): This is an all-purpose chunking endpoint you can use by specifying the `chunker` and `modelId` to use. - [Chunk using dynamic-sentence](https://doc.lucidworks.com/api-reference/split-content-into-chunks/chunk-using-dynamic-sentence.md): The dynamic-sentence chunker (chunking strategy) splits the provided text into sentences. Sentences are joined until they reach the `maxChunkSize`. If `overlapSize` is provided, adjacent chunks will both have overlapping sentences on the sides. - [Chunk using semantic chunker](https://doc.lucidworks.com/api-reference/split-content-into-chunks/chunk-using-semantic-chunker.md): The semantic chunker (chunking strategy) creates chunks based on semantic similarity. - [Split text on a regex](https://doc.lucidworks.com/api-reference/split-content-into-chunks/split-text-on-a-regex.md): The regex-splitter chunker (chunking strategy) splits the submitted text based on the specified regex (regular expression), according to the conventions employed by the `re` python package. For more information about the `re` operations, see https://docs.python.org/3/library/re.html. - [Split text on newlines](https://doc.lucidworks.com/api-reference/split-content-into-chunks/split-text-on-newlines.md): The dynamic-newline chunker (chunking strategy) splits the provided text on all new line characters. Then all of the split chunks under the `maxChunkSize` limit will be merged. - [Split text on sentences](https://doc.lucidworks.com/api-reference/split-content-into-chunks/split-text-on-sentences.md): The sentence chunker (chunking strategy) splits text on sentences. - [Get use cases](https://doc.lucidworks.com/api-reference/use-cases/get-use-cases.md): Fetch the list of supported use cases with related models. - [Deprecations and Removals](https://doc.lucidworks.com/docs/5/fusion/deprecations-and-removals.md) - [App Development](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/app-development/overview.md) - [App Studio Enterprise Downloads](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/app-studio-enterprise/download.md) - [Get Started with ASE](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/app-studio-enterprise/getting-started.md) - [App Studio Enterprise](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/app-studio-enterprise/overview.md) - [Basic Configuration](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/configuration/basic-configuration.md) - [Configuration Files](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/configuration/configuration-files.md) - [Externalising Configuration](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/configuration/externalising-configuration-files.md) - [Localization Keys](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/configuration/localization-keys.md) - [Overlaying Configuration Values](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/configuration/overlaying-configuration.md) - [Configuration](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/configuration/overview.md) - [Structure of a Web Application](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/configuration/web-app-structure.md) - [Collaboration Events](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/extending-appkit/collaboration-events.md) - [Developing Platforms](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/extending-appkit/developing-platforms.md) - [Developing Processors](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/extending-appkit/developing-processors.md) - [Developing Services and Servlets](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/extending-appkit/developing-services-and-servlets.md) - [Extending Appkit](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/extending-appkit/overview.md) - [Layout of the Default View](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/layout-and-styling/default-view.md) - [Layout and Styling](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/layout-and-styling/overview.md) - [Themes and Styling](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/layout-and-styling/themes-and-styling.md) - [Topic Pages](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/layout-and-styling/topic-pages.md) - [Breadcrumbs tag](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/navigation/breadcrumbs-tag.md) - [Faceted Navigation](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/navigation/faceted-navigation.md) - [Navigation](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/navigation/overview.md) - [Tabs tag](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/navigation/tabs-tag.md) - [App Studio Concepts](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/overview.md) - [Appkit Concepts](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/overview/appkit-concepts.md) - [Appkit tags](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/overview/appkit-tags.md) - [Architecture and Technology Stack](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/overview/architecture.md) - [Data Sources](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/overview/data-sources.md) - [Appkit](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/overview/overview.md) - [Routing and URL Rules](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/overview/routing-and-url-rules.md) - [Signals in Appkit](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/overview/signals.md) - [Social and Collaboration Tools](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/overview/social-and-collaboration-tools.md) - [User Interface Components](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/overview/ui-components.md) - [Rendering Search Results](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/rendering-search-results/overview.md) - [Result List tag](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/rendering-search-results/result-list-tag.md) - [Result tags](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/rendering-search-results/result-tag.md) - [Table Body tag](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/rendering-search-results/results-table/body-tag.md) - [Cell tag](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/rendering-search-results/results-table/cell-tag.md) - [Header Cell tag](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/rendering-search-results/results-table/header-cell-tag.md) - [Header tag](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/rendering-search-results/results-table/header-tag.md) - [Results Table](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/rendering-search-results/results-table/overview.md) - [Row tag](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/rendering-search-results/results-table/row-tag.md) - [Table Result List tag](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/concepts/rendering-search-results/results-table/table-result-list-tag.md) - [Fusion App Studio](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/overview.md) - [Configuring the Search Platform](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/accessing-data/configuring-the-search-platform.md) - [Filter Syntax](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/accessing-data/filter-syntax.md) - [Formulating a Query](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/accessing-data/formulating-a-query.md) - [Accessing Data](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/accessing-data/overview.md) - [Search Responses](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/accessing-data/search-response.md) - [Additional resources](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/additional-resources.md) - [Building from Source](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/app-deployment/building-from-source.md) - [Deployment](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/app-deployment/overview.md) - [Devices and Browser Support](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/faq/devices-and-browsers.md) - [FAQ](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/faq/overview.md) - [Performance](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/faq/performance.md) - [Responsive Design](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/faq/responsive-design.md) - [Empty Facets in Solr](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/faq/solr-empty-facets.md) - [Space for Log Files](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/faq/space-for-log-files.md) - [App Studio Versions](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/faq/versions.md) - [Filter Syntax](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/filter-syntax.md) - [actual](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/lightning.filter.actual.md) - [actualValue](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/lightning.filter.actualValue.md) - [dateFormat](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/lightning.filter.dateFormat.md) - [deepFilter](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/lightning.filter.deepFilter.md) - [display](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/lightning.filter.display.md) - [displayValue](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/lightning.filter.displayValue.md) - [encodeURIComponent](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/lightning.filter.encodeURIComponent.md) - [facet](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/lightning.filter.facet.md) - [fact](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/lightning.filter.fact.md) - [field](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/lightning.filter.field.md) - [filterCount](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/lightning.filter.filterCount.md) - [filterValue](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/lightning.filter.filterValue.md) - [formatAsCssName](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/lightning.filter.formatAsCssName.md) - [getUrlForQuery](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/lightning.filter.getUrlForQuery.md) - [hasFilter](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/lightning.filter.hasFilter.md) - [htmlToPlainText](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/lightning.filter.htmlToPlainText.md) - [maxCharacters](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/lightning.filter.maxCharacters.md) - [numberFormat](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/lightning.filter.numberFormat.md) - [orderByValue](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/lightning.filter.orderByValue.md) - [placeholder](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/lightning.filter.placeholder.md) - [property](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/lightning.filter.property.md) - [pyramidSort](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/lightning.filter.pyramidSort.md) - [rangeDateFormat](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/lightning.filter.rangeDateFormat.md) - [result](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/lightning.filter.result.md) - [roundedNumber](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/lightning.filter.roundedNumber.md) - [translate](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/lightning.filter.translate.md) - [trusted](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/lightning.filter.trusted.md) - [Filters](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/filters/overview.md) - [Button](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/gallery/button.md) - [Checkbox](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/gallery/checkbox.md) - [Color](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/gallery/color.md) - [Comment](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/gallery/comment.md) - [Field](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/gallery/field.md) - [Form](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/gallery/form.md) - [Grid](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/gallery/grid.md) - [Icons](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/gallery/icon.md) - [Input](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/gallery/input.md) - [Loader](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/gallery/loader.md) - [Message](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/gallery/message.md) - [App Studio Gallery](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/gallery/overview.md) - [Pagination](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/gallery/pagination.md) - [Panel](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/gallery/panel.md) - [Progress Bars](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/gallery/progress-bar.md) - [Result List](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/gallery/result-lists.md) - [Tabs and Toggle Panes](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/gallery/tab.md) - [Table](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/gallery/table.md) - [Tag](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/gallery/tag.md) - [Timeline](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/gallery/timeline.md) - [Tooltip](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/gallery/tooltip.md) - [Typography](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/gallery/typography.md) - [Supported Devices and Browsers](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/installation/devices-and-browsers.md) - [Open Source Libraries](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/installation/open-source-libraries.md) - [Installation](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/installation/overview.md) - [Software Requirements](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/installation/requirements.md) - [Licensing](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/licensing/overview.md) - [Activity Tracking](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/activity-tracking/overview.md) - [Social and Collaboration Tools](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/collaboration/overview.md) - [Esri Web Maps](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/geospatial/esri-web-map.md) - [Maps](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/geospatial/maps.md) - [Geospatial Module](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/geospatial/overview.md) - [Export Services](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/media/export-services.md) - [Image Formatting and Transcoding](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/media/image-formatting-and-transcoding.md) - [Media Module](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/media/overview.md) - [Modules](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/overview.md) - [OAuth](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/security/authentication/oauth/overview.md) - [Authentication](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/security/authentication/overview.md) - [SAML Configuration](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/security/authentication/saml/overview.md) - [Troubleshooting SAML](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/security/authentication/saml/troubleshooting.md) - [Security](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/security/overview.md) - [Role-based Access](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/security/role-based-access.md) - [User Web Service](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/security/user-web-service.md) - [Adding Credits](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/visualisations/adding-credits.md) - [Displaying a Chart](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/visualisations/chart-display.md) - [Exporting a Chart](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/visualisations/chart-export.md) - [Chart Tooltips](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/visualisations/chart-tooltips.md) - [Search Result Data Series](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/visualisations/data-series.md) - [Faceting a Data Series](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/visualisations/facet-data-series.md) - [Histogram](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/visualisations/histogram.md) - [Chart Legend](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/visualisations/legend.md) - [Visualizations](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/visualisations/overview.md) - [Tag Cloud](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/visualisations/tag-cloud.md) - [Workflow and Data Processing Module](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/workflow-and-data-processing/overview.md) - [Query Processors](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/workflow-and-data-processing/query-processors.md) - [Facet Processors](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/workflow-and-data-processing/response-processors/facet-processors.md) - [Field Processors](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/workflow-and-data-processing/response-processors/field-processors.md) - [Filter Processors](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/workflow-and-data-processing/response-processors/filter-processors.md) - [General Response Processors](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/workflow-and-data-processing/response-processors/general-response-processors.md) - [Response Processors](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/modules/workflow-and-data-processing/response-processors/overview.md) - [Overview](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/overview.md) - [Elasticsearch](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/search-platforms/elasticsearch.md) - [Lucidworks Fusion](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/search-platforms/fusion/overview.md) - [Google Custom Search](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/search-platforms/google-custom-search.md) - [Offline](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/search-platforms/offline.md) - [Search Platforms](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/search-platforms/overview.md) - [Pipl](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/search-platforms/pipl.md) - [Shared Platform Attributes](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/search-platforms/shared-platform-attributes.md) - [Configuring the Hierarchical Facet Service](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/search-platforms/solr/hierarchical-facet-service.md) - [Indexing Hierarchical Taxonomies](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/search-platforms/solr/indexing-hierarchical-taxonomies.md) - [Solr](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/search-platforms/solr/overview.md) - [Query Suggestions](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/search-platforms/solr/query-suggestions.md) - [SolrCloud](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/search-platforms/solr/solrcloud.md) - [Twitter](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/search-platforms/twitter.md) - [Wikipedia](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/search-platforms/wikipedia.md) - [Wolfram|Alpha](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/search-platforms/wolfram-alpha/overview.md) - [YouTube](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/search-platforms/youtube.md) - [$lightningUrl](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/services/lightning-locations.$lightningUrl.md) - [$twigkit](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/services/lightning-services.$twigkit.md) - [$util](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/services/lightning-services.$util.md) - [$filterService](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/services/lightning.$filterService.md) - [$lightningLog](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/services/lightning.$lightningLog.md) - [BookmarkService](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/services/lightning.BookmarkService.md) - [CollaborationService](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/services/lightning.CollaborationService.md) - [DateUtils](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/services/lightning.DateUtils.md) - [FieldService](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/services/lightning.FieldService.md) - [ModalService](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/services/lightning.ModalService.md) - [PlatformService](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/services/lightning.PlatformService.md) - [QueryIdService](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/services/lightning.QueryIdService.md) - [QueryService](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/services/lightning.QueryService.md) - [ResponseService](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/services/lightning.ResponseService.md) - [ScrollToService](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/services/lightning.ScrollToService.md) - [TogglePanesService](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/services/lightning.TogglePanesService.md) - [TranslationService](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/services/lightning.TranslationService.md) - [UserService](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/services/lightning.UserService.md) - [httpInterceptor](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/services/lightning.httpInterceptor.md) - [scrollAndResizeListener](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/services/lightning.scrollAndResizeListener.md) - [Services](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/services/overview.md) - [Styles](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/styling.md) - [advanced:button](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.advancedButton.md) - [advanced:date-range](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.advancedDateRange.md) - [advanced:text](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.advancedText.md) - [block:interruptor](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.blockInterruptor.md) - [chart:credit](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.chartCredit.md) - [chart:display](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.chartDisplay.md) - [chart:export](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.chartExport.md) - [chart:gauge](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.chartGauge.md) - [chart:histogram](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.chartHistogram.md) - [chart:legend](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.chartLegend.md) - [chart:tagcloud](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.chartTagcloud.md) - [chart:timeline](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.chartTimeline.md) - [chart:tooltip](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.chartTooltip.md) - [class:toggle](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.classToggle.md) - [click:outside](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.clickOutside.md) - [collaborate:bookmark](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.collaborateBookmark.md) - [collaborate:bookmark-list](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.collaborateBookmarkList.md) - [collaborate:comment-form](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.collaborateCommentForm.md) - [collaborate:comment-list](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.collaborateCommentList.md) - [collaborate:like](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.collaborateLike.md) - [collaborate:saved-query-list](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.collaborateSavedQueryList.md) - [collaborate:topic-form](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.collaborateTopicForm.md) - [collaborate:topic-list](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.collaborateTopicList.md) - [content:boolean](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.contentBoolean.md) - [content:form](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.contentForm.md) - [content:input](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.contentInput.md) - [content:radio](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.contentRadio.md) - [content:submit](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.contentSubmit.md) - [content:textarea](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.contentTextarea.md) - [controller](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.controller.md) - [default:src](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.defaultSrc.md) - [dev:track-digests](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.devTrackDigests.md) - [drawer](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.drawer.md) - [dynamic:styling](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.dynamicStyling.md) - [esri:heatmap](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.esriHeatmap.md) - [esri:webmap](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.esriWebmap.md) - [facet:dropdown](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.facetDropdown.md) - [facet:hierarchical](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.facetHierarchical.md) - [geo:heatmap](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.geoHeatmap.md) - [geo:highmaps](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.geoHighmaps.md) - [geo:layer](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.geoLayer.md) - [geo:map](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.geoMap.md) - [graph:flow](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.graphFlow.md) - [helper:constant](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.helperConstant.md) - [helper:set](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.helperSet.md) - [helper:title](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.helperTitle.md) - [hide:when](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.hideWhen.md) - [instant:result-list](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.instantResultList.md) - [layout:animate](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.layoutAnimate.md) - [layout:block](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.layoutBlock.md) - [layout:box](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.layoutBox.md) - [layout:center-content](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.layoutCenterContent.md) - [layout:content](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.layoutContent.md) - [layout:controls](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.layoutControls.md) - [layout:grid](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.layoutGrid.md) - [layout:include](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.layoutInclude.md) - [layout:logo](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.layoutLogo.md) - [layout:sidebar](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.layoutSidebar.md) - [lifecycle:delay](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.lifecycleDelay.md) - [lifecycle:display](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.lifecycleDisplay.md) - [lifecycle:event](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.lifecycleEvent.md) - [lifecycle:on](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.lifecycleOn.md) - [lifecycle:required](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.lifecycleRequired.md) - [media:csv](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.mediaCsv.md) - [media:excel](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.mediaExcel.md) - [media:image](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.mediaImage.md) - [ng:compile](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.ngCompile.md) - [ng:inject](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.ngInject.md) - [padding:bottom](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.paddingBottom.md) - [padding:left](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.paddingLeft.md) - [padding:right](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.paddingRight.md) - [padding:top](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.paddingTop.md) - [pivot:table](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.pivotTable.md) - [progress:bar](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.progressBar.md) - [progress:radial](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.progressRadial.md) - [query:custom](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.queryCustom.md) - [query:filter](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.queryFilter.md) - [query:suggestions](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.querySuggestions.md) - [search:advanced](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.searchAdvanced.md) - [search:alert](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.searchAlert.md) - [search:box](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.searchBox.md) - [search:breadcrumbs](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.searchBreadcrumbs.md) - [search:conditional](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.searchConditional.md) - [search:facet](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.searchFacet.md) - [search:facet-list](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.searchFacetList.md) - [search:field](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.searchField.md) - [search:fields](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.searchFields.md) - [search:filter](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.searchFilter.md) - [search:filter-list](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.searchFilterList.md) - [search:keyword](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.searchKeyword.md) - [search:load](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.searchLoad.md) - [search:message-list](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.searchMessageList.md) - [search:no-results](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.searchNoResults.md) - [search:offcanvas-toggle](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.searchOffcanvasToggle.md) - [search:pagination](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.searchPagination.md) - [search:platform](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.searchPlatform.md) - [search:query](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.searchQuery.md) - [search:response](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.searchResponse.md) - [search:response-statistics](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.searchResponseStatistics.md) - [search:result](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.searchResult.md) - [search:result-list](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.searchResultList.md) - [search:results-per-page](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.searchResultsPerPage.md) - [search:sort](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.searchSort.md) - [search:tabs](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.searchTabs.md) - [search:typeahead](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.searchTypeahead.md) - [security:user-actions](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.securityUserActions.md) - [series:facet](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.seriesFacet.md) - [series:pivot](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.seriesPivot.md) - [series:result-list](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.seriesResultList.md) - [series:time](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.seriesTime.md) - [show:when](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.showWhen.md) - [slide:toggle](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.slideToggle.md) - [social:comment-form](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.socialCommentForm.md) - [social:comment-list](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.socialCommentList.md) - [styling](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.styling.md) - [table:body](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.tableBody.md) - [table:cell](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.tableCell.md) - [table:header](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.tableHeader.md) - [table:header-cell](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.tableHeaderCell.md) - [table:result-list](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.tableResultList.md) - [table:row](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.tableRow.md) - [task:form](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.taskForm.md) - [task:list](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.taskList.md) - [toggle:controls](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.toggleControls.md) - [toggle:pane](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.togglePane.md) - [toggle:panes](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.togglePanes.md) - [tooltip](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.tooltip.md) - [track:clicks](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.trackClicks.md) - [track:query](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.trackQuery.md) - [trigger:event](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.triggerEvent.md) - [url:tabs](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.urlTabs.md) - [widget:carousel](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.widgetCarousel.md) - [widget:date-range](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.widgetDateRange.md) - [widget:datetimepicker](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.widgetDatetimepicker.md) - [widget:file-hierarchy](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.widgetFileHierarchy.md) - [widget:icon](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.widgetIcon.md) - [widget:in-view](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.widgetInView.md) - [widget:license](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.widgetLicense.md) - [widget:login-form](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.widgetLoginForm.md) - [widget:login-page](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.widgetLoginPage.md) - [widget:logout](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.widgetLogout.md) - [widget:modal](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.widgetModal.md) - [widget:open-modal](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.widgetOpenModal.md) - [widget:popover](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.widgetPopover.md) - [widget:scroll-to](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.widgetScrollTo.md) - [widget:slide-down](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.widgetSlideDown.md) - [widget:slider](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.widgetSlider.md) - [widget:spelling-suggestions](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.widgetSpellingSuggestions.md) - [widget:spinner](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.widgetSpinner.md) - [widget:tutorial](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/lightning.directive.widgetTutorial.md) - [Tags](https://doc.lucidworks.com/docs/5/fusion/dev-portal/appkit/reference/tags/overview.md) - [Java Connector Development](https://doc.lucidworks.com/docs/5/fusion/dev-portal/connectors-sdk/java-sdk.md) - [Connectors SDK Javadocs](https://doc.lucidworks.com/docs/5/fusion/dev-portal/connectors-sdk/javadocs.md) - [Connectors SDK](https://doc.lucidworks.com/docs/5/fusion/dev-portal/connectors-sdk/overview.md) - [Simple Demo Connector](https://doc.lucidworks.com/docs/5/fusion/dev-portal/connectors-sdk/simple-demo-connector.md) - [Autocomplete](https://doc.lucidworks.com/docs/5/fusion/dev-portal/front-end-dev/autocomplete.md) - [Front-end Development](https://doc.lucidworks.com/docs/5/fusion/dev-portal/front-end-dev/overview.md) - [REST API Examples for Front-End Development](https://doc.lucidworks.com/docs/5/fusion/dev-portal/front-end-dev/rest-api-examples.md) - [Index Stage SDK](https://doc.lucidworks.com/docs/5/fusion/dev-portal/index-stage-sdk.md) - [Developer Docs](https://doc.lucidworks.com/docs/5/fusion/dev-portal/overview.md) - [Pipeline Javadocs](https://doc.lucidworks.com/docs/5/fusion/dev-portal/pipeline-javadocs/overview.md) - [Java SDK Library](https://doc.lucidworks.com/docs/5/fusion/dev-portal/query-stage-sdk/java-sdk.md) - [Query Stage SDK](https://doc.lucidworks.com/docs/5/fusion/dev-portal/query-stage-sdk/overview.md) - [Fusion REST APIs](https://doc.lucidworks.com/docs/5/fusion/dev-portal/rest-apis.md) - [Fusion Advanced Linguistics Package](https://doc.lucidworks.com/docs/5/fusion/getting-data-in/advanced-linguistics.md) - [Blob Storage](https://doc.lucidworks.com/docs/5/fusion/getting-data-in/blob-storage.md) - [Asynchronous Tika Parsing](https://doc.lucidworks.com/docs/5/fusion/getting-data-in/indexing/asynchronous-tika-parsing.md) - [Fields Editor UI](https://doc.lucidworks.com/docs/5/fusion/getting-data-in/indexing/collections/fields-editor-ui.md) - [Collections](https://doc.lucidworks.com/docs/5/fusion/getting-data-in/indexing/collections/overview.md) - [Connectors and Datasources](https://doc.lucidworks.com/docs/5/fusion/getting-data-in/indexing/connectors.md) - [Data Models](https://doc.lucidworks.com/docs/5/fusion/getting-data-in/indexing/data-models/overview.md) - [Custom JavaScript Stages for Index Pipelines](https://doc.lucidworks.com/docs/5/fusion/getting-data-in/indexing/index-pipelines/custom-javascript-index-stages.md) - [Index Pipeline Stages](https://doc.lucidworks.com/docs/5/fusion/getting-data-in/indexing/index-pipelines/index-pipeline-stages.md) - [Index Profiles](https://doc.lucidworks.com/docs/5/fusion/getting-data-in/indexing/index-pipelines/index-profiles.md) - [Index Pipelines](https://doc.lucidworks.com/docs/5/fusion/getting-data-in/indexing/index-pipelines/overview.md) - [The Indexing Workbench](https://doc.lucidworks.com/docs/5/fusion/getting-data-in/indexing/index-workbench.md) - [Indexing Data Flow](https://doc.lucidworks.com/docs/5/fusion/getting-data-in/indexing/indexing-data-flow.md) - [Indexing Signals](https://doc.lucidworks.com/docs/5/fusion/getting-data-in/indexing/indexing-signals/overview.md) - [Indexing Your Data](https://doc.lucidworks.com/docs/5/fusion/getting-data-in/indexing/overview.md) - [Getting Data In](https://doc.lucidworks.com/docs/5/fusion/getting-data-in/overview.md) - [Parallel Bulk Loader (PBL)](https://doc.lucidworks.com/docs/5/fusion/getting-data-in/parallel-bulk-loader.md) - [Advanced Query Enhancement](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/advanced-query-enhancement/overview.md) - [Sentiment Analysis and Prediction](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/advanced-query-enhancement/sentiment-analysis.md) - [Best Practices](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/advanced-query-enhancement/smart-answers/best-practices.md) - [Cold Start Solution](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/advanced-query-enhancement/smart-answers/cold-start.md) - [FAQ Solution](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/advanced-query-enhancement/smart-answers/faq-solution.md) - [Smart Answers](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/advanced-query-enhancement/smart-answers/overview.md) - [Advanced Model Training Configuration for Smart Answers](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/advanced-query-enhancement/smart-answers/smart-answers-advanced-model-config.md) - [Supported Browsers](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/curating-your-search-experience/experience-optimizer/eo-browser-support.md): Experience Optimizer - [Document Grouping](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/curating-your-search-experience/experience-optimizer/eo-document-grouping.md) - [Search Rewrites](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/curating-your-search-experience/experience-optimizer/eo-search-rewrites.md): Experience Optimizer - [Optimizing Zero Results](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/curating-your-search-experience/experience-optimizer/optimizing-zero-results.md) - [Experience Optimizer](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/curating-your-search-experience/experience-optimizer/overview.md) - [Rule Conflict Resolution](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/curating-your-search-experience/experience-optimizer/rule-conflict-resolution.md): Experience Optimizer - [Curating Your Search Experience](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/curating-your-search-experience/overview.md) - [Hierarchical Facets](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/curating-your-search-experience/predictive-merchandiser/hierarchical-faceting.md) - [Merchandising Zero Results](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/curating-your-search-experience/predictive-merchandiser/merchandising-zero-results.md) - [Predictive Merchandiser](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/curating-your-search-experience/predictive-merchandiser/overview.md) - [Page Metadata](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/curating-your-search-experience/predictive-merchandiser/page-metadata.md) - [Supported Browsers](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/curating-your-search-experience/predictive-merchandiser/pm-browser-support.md): Predictive Merchandiser - [Product Grouping](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/curating-your-search-experience/predictive-merchandiser/product-grouping.md) - [Rule Conflict Resolution](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/curating-your-search-experience/predictive-merchandiser/rule-conflict-resolution.md): Predictive Merchandiser - [Search Rewrites](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/curating-your-search-experience/predictive-merchandiser/search-rewrites.md): Predictive Merchandiser - [Templates](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/curating-your-search-experience/predictive-merchandiser/templates.md) - [Templates UI Configuration Options](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/curating-your-search-experience/predictive-merchandiser/templates-config.md) - [Analytics](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/data-analytics/app-insights/analytics.md) - [Dashboards in App Insights](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/data-analytics/app-insights/dashboards.md) - [Events](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/data-analytics/app-insights/events.md) - [Experiment Results](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/data-analytics/app-insights/experiment-results.md) - [App Insights](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/data-analytics/app-insights/overview.md) - [Requirements for Reports and Dashboards](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/data-analytics/app-insights/report-requirements.md) - [Sessions](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/data-analytics/app-insights/sessions.md) - [Evaluation Metrics](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/data-analytics/experiments/evaluation-metrics.md) - [Experiment Metrics](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/data-analytics/experiments/experiment-metrics.md) - [Experiments](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/data-analytics/experiments/overview.md) - [Data Analytics](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/data-analytics/overview.md) - [Lucidworks MCP](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/mcp.md) - [Getting Data Out](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/overview.md) - [Domain Specific Language (DSL)](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-basics/domain-specific-language.md) - [Faceting](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-basics/faceting.md) - [Query Basics](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-basics/overview.md) - [Query Data Flow](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-basics/query-dataflow.md) - [Solr Query Language Cheat Sheet](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-basics/query-language-cheat-sheet.md) - [Custom JavaScript Stages for Query Pipelines](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-basics/query-pipelines/custom-javascript-query-stages.md) - [Query Pipelines](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-basics/query-pipelines/overview.md) - [Query Pipeline Stages](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-basics/query-pipelines/query-pipeline-stages.md) - [Query Profiles](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-basics/query-pipelines/query-profiles.md) - [Restrictive Mode](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-basics/query-pipelines/restrictive-mode.md) - [The Query Workbench](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-basics/query-workbench.md) - [Stored Parameters Collection](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-basics/stored-parameters-collection.md) - [Boost With Signals](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/boosting/boost-with-signals.md) - [Boosting](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/boosting/overview.md) - [Actions](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/business-rules/actions.md) - [Conditions](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/business-rules/conditions.md) - [Custom Rule Actions](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/business-rules/custom-rules-actions.md) - [General Configurations](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/business-rules/general-config.md) - [Business Rules](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/business-rules/overview.md): Overview - [Collapsing Results](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/collapse.md) - [Misspelling Detection](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/misspelling-detection.md) - [Query Enhancement](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/overview.md) - [Phrase Detection](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/phrase-detection.md) - [Query Rewriting](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/query-rewriting.md) - [Getting Started with Recommendations and Boosting](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/recommendations/getting-started.md) - [Items-For-Item Recommendations](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/recommendations/items-for-item.md) - [Items-For-Query Recommendations](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/recommendations/items-for-query.md) - [Items-For-User Recommendations](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/recommendations/items-for-user.md) - [Recommendations](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/recommendations/overview.md) - [Queries-for-Query Recommendations](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/recommendations/queries-for-query.md) - [Methods for Recommendations and Boosting](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/recommendations/recommendation-methods.md) - [Trending Items and Queries](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/recommendations/trending-items.md) - [Users-for-Item Recommendations](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/recommendations/users-for-item.md) - [Remove Words](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/remove-words.md) - [Response Rewriting](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/response-rewriting.md) - [Rules Editor](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/rules-editor.md) - [Aggregations](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/signals/aggregations.md) - [Signals Data Flow](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/signals/data-flow.md) - [Deleting Old Signals](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/signals/deleting-old-signals.md) - [Signals](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/signals/overview.md) - [Required Signals for App Insights](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/signals/signals-reqs-for-insights.md) - [Required Signals for Jobs](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/signals/signals-reqs-for-jobs.md) - [Signals Types and Structures](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/signals/types-and-structures.md) - [Stopwords Files](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/stopwords-files.md) - [Synonyms](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/synonyms/overview.md) - [Template Expressions](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/template-expressions/overview.md) - [Head/Tail Analysis](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/query-enhancement/underperforming-queries.md) - [Export Data from ZooKeeper](https://doc.lucidworks.com/docs/5/fusion/getting-data-out/zookeeper.md) - [Chunking](https://doc.lucidworks.com/docs/5/fusion/hybrid-search/chunking.md) - [Choosing, implementing, and troubleshooting NHS stages](https://doc.lucidworks.com/docs/5/fusion/hybrid-search/hybrid-stage-differences.md) - [Neural Hybrid Search](https://doc.lucidworks.com/docs/5/fusion/hybrid-search/overview.md) - [Semantic vector search test guidelines](https://doc.lucidworks.com/docs/5/fusion/hybrid-search/testing-svs.md) - [Milvus](https://doc.lucidworks.com/docs/5/fusion/intro/fusion-stack/milvus.md) - [The Fusion Stack](https://doc.lucidworks.com/docs/5/fusion/intro/fusion-stack/overview.md) - [Seldon](https://doc.lucidworks.com/docs/5/fusion/intro/fusion-stack/seldon.md) - [Apache Solr](https://doc.lucidworks.com/docs/5/fusion/intro/fusion-stack/solr/overview.md) - [Spark Operations](https://doc.lucidworks.com/docs/5/fusion/intro/fusion-stack/spark/overview.md) - [Spark Job Drivers](https://doc.lucidworks.com/docs/5/fusion/intro/fusion-stack/spark/spark-job-drivers.md) - [ZooKeeper](https://doc.lucidworks.com/docs/5/fusion/intro/fusion-stack/zookeeper.md) - [Indexing Data Flow](https://doc.lucidworks.com/docs/5/fusion/intro/indexing-dataflow.md) - [Kubernetes Deployment Architecture](https://doc.lucidworks.com/docs/5/fusion/intro/kubernetes.md) - [Machine Learning Models in Fusion](https://doc.lucidworks.com/docs/5/fusion/intro/machine-learning/machine-learning-models.md) - [Machine Learning Jobs](https://doc.lucidworks.com/docs/5/fusion/intro/machine-learning/ml-jobs.md) - [Machine Learning](https://doc.lucidworks.com/docs/5/fusion/intro/machine-learning/overview.md) - [Semantic vector search](https://doc.lucidworks.com/docs/5/fusion/intro/machine-learning/vector-search.md) - [Introduction to Fusion](https://doc.lucidworks.com/docs/5/fusion/intro/overview.md) - [Query Data Flow](https://doc.lucidworks.com/docs/5/fusion/intro/query-dataflow.md) - [Fusion Apps](https://doc.lucidworks.com/docs/5/fusion/intro/ui-tour/fusion-apps.md) - [Index Workbench](https://doc.lucidworks.com/docs/5/fusion/intro/ui-tour/index-workbench.md) - [Object Explorer](https://doc.lucidworks.com/docs/5/fusion/intro/ui-tour/object-explorer.md) - [Fusion UI Tour](https://doc.lucidworks.com/docs/5/fusion/intro/ui-tour/overview.md) - [Query Workbench](https://doc.lucidworks.com/docs/5/fusion/intro/ui-tour/query-workbench.md) - [Commit management](https://doc.lucidworks.com/docs/5/fusion/operations/config-sync/commits-management.md) - [ConfigSync deployment](https://doc.lucidworks.com/docs/5/fusion/operations/config-sync/deployment.md) - [Data restoration](https://doc.lucidworks.com/docs/5/fusion/operations/config-sync/disaster-recovery.md) - [Apps filter](https://doc.lucidworks.com/docs/5/fusion/operations/config-sync/filters/apps-filter.md) - [Object filters](https://doc.lucidworks.com/docs/5/fusion/operations/config-sync/filters/object-filter.md) - [Filters](https://doc.lucidworks.com/docs/5/fusion/operations/config-sync/filters/overview.md) - [Branch locks](https://doc.lucidworks.com/docs/5/fusion/operations/config-sync/locks.md) - [ConfigSync metrics and annotations](https://doc.lucidworks.com/docs/5/fusion/operations/config-sync/metrics.md) - [Synchronization modes](https://doc.lucidworks.com/docs/5/fusion/operations/config-sync/modes/overview.md) - [Publisher mode](https://doc.lucidworks.com/docs/5/fusion/operations/config-sync/modes/publisher-mode.md) - [PubSub mode](https://doc.lucidworks.com/docs/5/fusion/operations/config-sync/modes/pubsub-mode.md) - [Subscriber Mode](https://doc.lucidworks.com/docs/5/fusion/operations/config-sync/modes/subscriber-mode.md) - [Blobs](https://doc.lucidworks.com/docs/5/fusion/operations/config-sync/objects/blobs.md) - [Connector plugins](https://doc.lucidworks.com/docs/5/fusion/operations/config-sync/objects/connector-plugins.md) - [Index stage plugins](https://doc.lucidworks.com/docs/5/fusion/operations/config-sync/objects/index-stage-plugins.md) - [JDBC drivers](https://doc.lucidworks.com/docs/5/fusion/operations/config-sync/objects/jdbc-drivers.md) - [JS-based stages in pipelines](https://doc.lucidworks.com/docs/5/fusion/operations/config-sync/objects/js-pipeline-stages.md) - [Supported objects](https://doc.lucidworks.com/docs/5/fusion/operations/config-sync/objects/overview.md) - [Query stage plugins](https://doc.lucidworks.com/docs/5/fusion/operations/config-sync/objects/query-stage-plugins.md) - [Rules](https://doc.lucidworks.com/docs/5/fusion/operations/config-sync/objects/rules.md) - [Tips for scripts and code fields](https://doc.lucidworks.com/docs/5/fusion/operations/config-sync/objects/scripts.md) - [Solr collections](https://doc.lucidworks.com/docs/5/fusion/operations/config-sync/objects/solr-collections.md) - [Solr configs](https://doc.lucidworks.com/docs/5/fusion/operations/config-sync/objects/solr-configs.md) - [Users](https://doc.lucidworks.com/docs/5/fusion/operations/config-sync/objects/users.md) - [ConfigSync](https://doc.lucidworks.com/docs/5/fusion/operations/config-sync/overview.md) - [Repo organization](https://doc.lucidworks.com/docs/5/fusion/operations/config-sync/repo-org.md) - [Secrets management](https://doc.lucidworks.com/docs/5/fusion/operations/config-sync/secrets-management.md) - [ConfigSync configuration reference](https://doc.lucidworks.com/docs/5/fusion/operations/config-sync/settings.md) - [Kubernetes Deployment](https://doc.lucidworks.com/docs/5/fusion/operations/deployment.md) - [Fusion 5 Frequently Asked Questions](https://doc.lucidworks.com/docs/5/fusion/operations/faq.md) - [Fusion 5 Upgrades](https://doc.lucidworks.com/docs/5/fusion/operations/fusion-5-upgrades.md) - [Datasource Jobs](https://doc.lucidworks.com/docs/5/fusion/operations/jobs-and-scheduling/datasource-jobs.md) - [Job History](https://doc.lucidworks.com/docs/5/fusion/operations/jobs-and-scheduling/job-history.md) - [Jobs and Scheduling](https://doc.lucidworks.com/docs/5/fusion/operations/jobs-and-scheduling/overview.md) - [Fusion Schedules](https://doc.lucidworks.com/docs/5/fusion/operations/jobs-and-scheduling/schedules.md) - [Spark Jobs](https://doc.lucidworks.com/docs/5/fusion/operations/jobs-and-scheduling/spark-jobs.md) - [Tasks](https://doc.lucidworks.com/docs/5/fusion/operations/jobs-and-scheduling/tasks.md) - [Autoscaling with KEDA](https://doc.lucidworks.com/docs/5/fusion/operations/keda.md) - [Built-in Dashboards](https://doc.lucidworks.com/docs/5/fusion/operations/monitoring-and-reporting/banana-dashboards/built-in-dashboards.md) - [Display Panels](https://doc.lucidworks.com/docs/5/fusion/operations/monitoring-and-reporting/banana-dashboards/display-panels.md) - [Input Panels](https://doc.lucidworks.com/docs/5/fusion/operations/monitoring-and-reporting/banana-dashboards/input-panels.md) - [Banana Dashboards](https://doc.lucidworks.com/docs/5/fusion/operations/monitoring-and-reporting/banana-dashboards/overview.md) - [Consumption Dashboard](https://doc.lucidworks.com/docs/5/fusion/operations/monitoring-and-reporting/consumption.md) - [Grafana Dashboards](https://doc.lucidworks.com/docs/5/fusion/operations/monitoring-and-reporting/grafana-dashboards.md) - [Grafana Loki for log exploration](https://doc.lucidworks.com/docs/5/fusion/operations/monitoring-and-reporting/grafana-loki.md) - [Monitoring](https://doc.lucidworks.com/docs/5/fusion/operations/monitoring-and-reporting/overview.md) - [Prometheus, Grafana, and Loki in Fusion](https://doc.lucidworks.com/docs/5/fusion/operations/monitoring-and-reporting/prometheus-grafana-loki.md) - [Operations](https://doc.lucidworks.com/docs/5/fusion/operations/overview.md) - [API Keys](https://doc.lucidworks.com/docs/5/fusion/operations/security/access-control/api-keys.md) - [Access Control](https://doc.lucidworks.com/docs/5/fusion/operations/security/access-control/overview.md) - [Permissions](https://doc.lucidworks.com/docs/5/fusion/operations/security/access-control/permissions.md) - [Roles](https://doc.lucidworks.com/docs/5/fusion/operations/security/access-control/roles.md) - [Security Realms](https://doc.lucidworks.com/docs/5/fusion/operations/security/access-control/security-realms.md) - [Users](https://doc.lucidworks.com/docs/5/fusion/operations/security/access-control/users.md) - [High Availability and Disaster Recovery](https://doc.lucidworks.com/docs/5/fusion/operations/security/ha-dr.md) - [Ingress and Security](https://doc.lucidworks.com/docs/5/fusion/operations/security/ingress.md) - [Security](https://doc.lucidworks.com/docs/5/fusion/operations/security/overview.md) - [Cross Data Center Replication](https://doc.lucidworks.com/docs/5/fusion/operations/solr-crossdc.md) - [High-Performance Query Processing with Auto-Scaling](https://doc.lucidworks.com/docs/5/fusion/operations/survival-guide/auto-scaling.md) - [GPU Support for Deep Learning Training](https://doc.lucidworks.com/docs/5/fusion/operations/survival-guide/gpu-support-deep-learning.md) - [Multiple Zones for High Availability](https://doc.lucidworks.com/docs/5/fusion/operations/survival-guide/high-availability.md) - [Ingress and Security](https://doc.lucidworks.com/docs/5/fusion/operations/survival-guide/ingress.md) - [Stateless Sessions with JWT](https://doc.lucidworks.com/docs/5/fusion/operations/survival-guide/jwt.md) - [Fusion 5 On-prem Kubernetes Deployment](https://doc.lucidworks.com/docs/5/fusion/operations/survival-guide/k8s-on-prem.md) - [Fusion 5 Survival Guide](https://doc.lucidworks.com/docs/5/fusion/operations/survival-guide/overview.md) - [Which Kubernetes?](https://doc.lucidworks.com/docs/5/fusion/operations/survival-guide/platforms.md) - [Spark Administration in Kubernetes](https://doc.lucidworks.com/docs/5/fusion/operations/survival-guide/spark-kubernetes-overview.md) - [Workload Isolation with Multiple Node Pools](https://doc.lucidworks.com/docs/5/fusion/operations/survival-guide/workload-isolation.md) - [Self-hosted Fusion](https://doc.lucidworks.com/docs/5/fusion/overview.md) - [Configure Fusion for JWT](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/configure-fusion-for-jwt-5x.md) - [Aggregator Functions Examples](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/aggregations/aggregator-function-examples.md) - [Built-in SQL Aggregation Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/aggregations/built-in-sql-aggregation-jobs.md) - [Aggregation Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/aggregations/overview.md) - [SQL Aggregation Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/aggregations/sql-aggregation.md) - [SQL Aggregation Examples](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/aggregations/sql-aggregation-examples.md) - [Items-for-Item Recommendations Configuration (ALS)](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/als-recommender/items-for-item-config.md) - [Items-for-User Recommendations Configuration (ALS)](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/als-recommender/items-for-user-config.md) - [ALS Recommender Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/als-recommender/overview.md) - [BPR Recommender Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/bpr-recommender.md) - [Build Training Data Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/build-training-data.md) - [Classification Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/classification.md) - [Cluster Labeling Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/cluster-labeling.md) - [Content-Based Recommender Jobs (Experimental)](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/content-based-recommender.md) - [Create Collections in Milvus Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/create-collections-in-milvus.md) - [Create Indexes in Milvus Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/create-indexes-in-milvus.md) - [Create Ray Model Deployment](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/create-ray-model-deployment.md) - [Create Seldon Core Model Deployment](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/create-seldon-core-model-deployment.md) - [Custom Python Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/custom-python.md) - [Custom Spark Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/custom-spark-job.md) - [Data Augmentation Job](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/data-augmentation.md) - [Delete Collections in Milvus Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/delete-collections-in-milvus.md) - [Delete Indexes in Milvus Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/delete-indexes-in-milvus.md) - [Delete Ray Model Deployment Job](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/delete-ray-model-deployment.md) - [Delete Seldon Core Model Deployment Job](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/delete-seldon-core-model-deployment.md) - [Document Clustering Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/document-clustering.md) - [Download Blob](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/download-blob.md) - [Ground Truth Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/ground-truth.md) - [Head/Tail Analysis Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/head-tail-analysis.md) - [Log Cleanup Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/log-cleanup-jobs.md) - [Logistic Regression Classifier Training Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/logistic-regression-classifier-training.md) - [Outlier Detection Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/outlier-detection.md) - [Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/overview.md) - [Parallel Bulk Loader](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/parallel-bulk-loader.md) - [Phrase Extraction Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/phrase-extraction.md) - [Query-to-Query Collaborative Similarity Job](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/query-to-query-collaborative-similarity.md) - [Query-to-Query Session-Based Similarity Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/query-to-query-session-based-similarity.md) - [Random Forest Classifier Training Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/random-forest-classifier-training.md) - [Ranking Metrics Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/ranking-metrics.md) - [REST Call Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/rest-call.md) - [Script Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/script.md) - [Smart Answers Coldstart Training](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/smart-answers-coldstart-training.md) - [Smart Answers Evaluate Pipeline](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/smart-answers-evaluate-pipeline.md) - [Smart Answers Supervised Training](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/smart-answers-supervised-training.md) - [SQL-Based Experiment Metric Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/sql-based-experiment-metric.md) - [Synonym Detection Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/synonym-detection.md) - [Token and Phrase Spell Correction Job](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/token-and-phrase-spell-correction.md) - [Transfer Collection to Cloud Job](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/transfer-collection-to-cloud.md) - [Trending Recommender Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/trending-recommender.md) - [Upload Model Parameters to Cloud Job](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/upload-model-parameters.md) - [Word2Vec Model Training Jobs](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/jobs/word2vec-model-training.md) - [Configuration Reference](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/overview.md) - [Apache Tika Container parser stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/parser-stages/apache-tika-container.md) - [Apache Tika Parser](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/parser-stages/apache-tika-parser.md) - [Apache Tika Server Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/parser-stages/apache-tika-server.md) - [Archive Parser Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/parser-stages/archive-parser.md) - [CSV Parser Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/parser-stages/csv-parser.md) - [Fallback Parser Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/parser-stages/fallback-parser.md) - [Forked Apache Tika Parser Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/parser-stages/forked-apache-tika-parser.md) - [Grok Parser Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/parser-stages/grok-parser.md) - [Grok Patterns](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/parser-stages/grok-patterns.md) - [HTML Parser Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/parser-stages/html-parser.md) - [JSON Parser Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/parser-stages/json-parser.md) - [Parsers](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/parser-stages/overview.md) - [Solr Update Parser Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/parser-stages/solr-update-parser.md) - [Text Parser Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/parser-stages/text-parser.md) - [XML Parser Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/parser-stages/xml-parser.md) - [Custom JavaScript Stages Global Variables](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/custom-javascript-stages-global-variables.md) - [Asynchronous Field Parser Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/asynchronous-field-parser-index-stage.md) - [Call Data Model Pipeline Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/call-datamodel-pipeline-index-stage.md) - [Call Pipeline Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/call-pipeline-index-stage.md) - [Data Model Mapping Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/datamodel-mapping-index-stage.md) - [Date Parsing Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/date-parsing-index-stage.md) - [Encode into Milvus Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/encode-into-milvus-index-stage.md) - [Exclude Documents Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/exclude-documents-index-stage.md) - [Exclusion Filter Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/exclusion-filter-index-stage.md) - [Field Mapping Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/field-mapper-index-stage.md) - [Field Parser Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/field-parser-index-stage.md) - [Find and Replace Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/find-replace-index-stage.md) - [Gazetteer Lookup Extraction Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/gazetteer-lookup-extractor-index-stage.md) - [GeoIP Lookup Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/geoip-lookup-index-stage.md) - [Include Documents Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/include-documents-index-stage.md) - [REST Query Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/indexing-rpc-stage.md) - [JavaScript Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/javascript-index-stage.md) - [JDBC Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/jdbc-index-stage.md) - [Detect Language Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/language-detection-index-stage.md) - [Local Chunker Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/local-chunker-index-stage.md) - [Logging Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/logging-index-stage.md) - [LWAI Chunker Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/lucidworks-ai-chunker-index-stage.md): Index pipeline stage configuration specifications - [LWAI Prediction](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/lucidworks-ai-prediction-index-stage.md): Index pipeline stage configuration specifications - [LWAI Batch Vectorize Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/lwai-batch-vectorize-index-stage.md): Lucidworks AI - [LWAI Vectorize Field](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/lwai-vectorize-field.md): Lucidworks AI - [Machine Learning Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/machine-learning-index-stage.md) - [Managed JavaScript Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/managed-javascript-index-stage.md) - [Resolve Multivalued Fields Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/multi-value-resolver-index-stage.md) - [Index Pipeline Stages Reference](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/overview.md) - [Regex Field Extraction Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/regular-expression-extractor-index-stage.md) - [Regex Field Filter Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/regular-expression-filter-index-stage.md) - [Regex Field Replacement Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/regular-expression-replacement-index-stage.md) - [Set Property Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/set-property-index-stage.md) - [Filter Short Fields Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/short-field-filter-index-stage.md) - [Format Signals Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/signal-formatter-index-stage.md) - [Solr Dynamic Field Name Mapping](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/solr-dynamic-field-name-mapping-index-stage.md) - [Solr Indexer Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/solr-indexer-stage.md) - [Solr Partial Update Indexer Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/solr-partial-update-indexer-stage.md) - [Text Processing Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/text-processing-index-stage.md) - [Update Experiment Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/update-experiment-index-stage.md) - [Update Related Document Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/update-related-document-index-stage.md) - [Ray/Seldon Vectorize Field Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/vectorize-field-via-seldon-index-stage.md) - [XML Transformation Index Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/index-stages/xml-transform-index-stage.md) - [Pipeline Stages](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/overview.md) - [Active Directory Security Trimming Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/active-directory-security-trimming-query-stage.md) - [Parameterized Boosting Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/advanced-boosting-query-stage.md) - [Analytics Catalog Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/analytics-catalog-query-stage.md) - [Block Documents Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/block-documents-query-stage.md) - [Boost Documents Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/boost-documents-query-stage.md) - [Call Pipeline Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/call-pipeline-query-stage.md) - [Chunking Neural Hybrid Query Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/chunking-neural-hybrid-query.md) - [Chunking RAG Bridge Query Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/chunking-rag-bridge.md) - [DSL to Legacy Parameters Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/dsl-to-legacy-query-stage.md) - [Experiment Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/experiment-query-stage.md) - [Field Facet Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/facet-query-stage.md) - [Highlight Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/highlight-query-stage.md) - [Hybrid Query Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/hybrid-search-query.md) - [JavaScript Query Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/javascript-query-stage.md) - [JDBC Lookup Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/jdbc-query-stage.md) - [Landing Pages Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/landing-pages-query-stage.md) - [Logging Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/logging-query-stage.md) - [LWAI Prediction](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/lucidworks-ai-prediction-query-stage.md): Query pipeline stage configuration specifications - [LWAI Vectorize Query](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/lwai-vectorize-query.md): Lucidworks AI - [Machine Learning Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/machine-learning-query-stage.md) - [Managed JavaScript Query Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/managed-javascript-query-stage.md) - [Merge Async Results Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/merge-async-results-query-stage.md) - [Milvus Ensemble Query Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/milvus-ensemble-query-stage.md) - [Milvus Query Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/milvus-query-stage.md) - [Milvus Response Update Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/milvus-response-update-stage.md) - [Neural Hybrid Query Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/neural-hybrid-query.md) - [Query Pipeline Stages Reference](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/overview.md) - [REST Query Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/query-rpc-query-stage.md) - [Apply Rules Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/query-rules-query-stage.md) - [Recommend Items for Item Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/recommend-items-for-item-query-stage.md) - [Recommend Items for User Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/recommend-items-for-user-query-stage.md) - [Recommend Similar Queries Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/recommend-similar-queries-query-stage.md) - [Boost with Signals Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/recommendation-boosting-query-stage.md) - [Response Diagnostics Query Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/response-diagnostics.md) - [Response Document Exclusion Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/response-document-exclusion-query-stage.md) - [Response Pairwise Swap Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/response-pairwise-swap-query-stage.md) - [Response Shuffle Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/response-shuffle-query-stage.md) - [Return Query Parameters Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/return-queryparams-query-stage.md) - [Rollup Aggregation Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/rollup-aggregator-query-stage.md) - [Modify Response with Rules Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/rules-augment-response-query-stage.md) - [Query Fields Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/search-fields-query-stage.md) - [Graph Security Trimming Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/security-trimming-graph-query-stage.md) - [Security Trimming Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/security-trimming-query-stage.md) - [Additional Query Parameters Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/set-query-params-stage.md) - [Solr MoreLikeThis Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/solr-more-like-this-query-stage.md) - [Solr Query Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/solr-query-stage.md) - [Spell Check Query Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/spell-check-query-stage.md) - [Solr Subquery Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/subquery-query-stage.md) - [Text Tagger Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/text-tagger-query-stage.md) - [Ray/Seldon Vectorize Query Stage](https://doc.lucidworks.com/docs/5/fusion/reference/config-ref/pipeline-stages/query-stages/vectorize-query-via-seldon-query-stage.md) - [Docker Images by Fusion Version](https://doc.lucidworks.com/docs/5/fusion/reference/docker-images-versions.md) - [Custom JavaScript Query Stage examples](https://doc.lucidworks.com/docs/5/fusion/reference/example-custom-javascript-stages.md) - [Gateway Configuration Properties](https://doc.lucidworks.com/docs/5/fusion/reference/gateway-config-parameters.md) - [Language Support in Fusion](https://doc.lucidworks.com/docs/5/fusion/reference/language-support.md) - [Fusion Microservices](https://doc.lucidworks.com/docs/5/fusion/reference/microservices.md) - [Reference](https://doc.lucidworks.com/docs/5/fusion/reference/overview.md) - [Solr Reference Guide](https://doc.lucidworks.com/docs/5/fusion/reference/solr-reference-guide.md) - [Spark Reference Guide](https://doc.lucidworks.com/docs/5/fusion/reference/spark-guide.md) - [Fusion 5.17.0](https://doc.lucidworks.com/docs/5/fusion/release-notes/5.17/5.17.0-release-notes.md) - [Fusion 5.9.0](https://doc.lucidworks.com/docs/5/fusion/release-notes/5.9/5.9.0-release-notes.md) - [Fusion 5.9.1](https://doc.lucidworks.com/docs/5/fusion/release-notes/5.9/5.9.1-release-notes.md) - [Fusion 5.9.10](https://doc.lucidworks.com/docs/5/fusion/release-notes/5.9/5.9.10-release-notes.md): February 20, 2025 - [Fusion 5.9.11](https://doc.lucidworks.com/docs/5/fusion/release-notes/5.9/5.9.11-release-notes.md) - [Fusion 5.9.12](https://doc.lucidworks.com/docs/5/fusion/release-notes/5.9/5.9.12-release-notes.md) - [Fusion 5.9.13](https://doc.lucidworks.com/docs/5/fusion/release-notes/5.9/5.9.13-release-notes.md): June 17, 2025 - [Fusion 5.9.14](https://doc.lucidworks.com/docs/5/fusion/release-notes/5.9/5.9.14-release-notes.md) - [Fusion 5.9.15](https://doc.lucidworks.com/docs/5/fusion/release-notes/5.9/5.9.15-release-notes.md) - [Fusion 5.9.16](https://doc.lucidworks.com/docs/5/fusion/release-notes/5.9/5.9.16-release-notes.md) - [Fusion 5.9.2](https://doc.lucidworks.com/docs/5/fusion/release-notes/5.9/5.9.2-release-notes.md) - [Fusion 5.9.3](https://doc.lucidworks.com/docs/5/fusion/release-notes/5.9/5.9.3-release-notes.md) - [Fusion 5.9.4](https://doc.lucidworks.com/docs/5/fusion/release-notes/5.9/5.9.4-release-notes.md) - [Fusion 5.9.5](https://doc.lucidworks.com/docs/5/fusion/release-notes/5.9/5.9.5-release-notes.md) - [Fusion 5.9.6](https://doc.lucidworks.com/docs/5/fusion/release-notes/5.9/5.9.6-release-notes.md) - [Fusion 5.9.7](https://doc.lucidworks.com/docs/5/fusion/release-notes/5.9/5.9.7-release-notes.md) - [Fusion 5.9.8](https://doc.lucidworks.com/docs/5/fusion/release-notes/5.9/5.9.8-release-notes.md) - [Fusion 5.9.9](https://doc.lucidworks.com/docs/5/fusion/release-notes/5.9/5.9.9-release-notes.md) - [Fusion 5.10.0](https://doc.lucidworks.com/docs/5/fusion/release-notes/more/5.10.0-release-notes.md) - [Fusion 5.11.0](https://doc.lucidworks.com/docs/5/fusion/release-notes/more/5.11.0-release-notes.md) - [Fusion 5.12.0](https://doc.lucidworks.com/docs/5/fusion/release-notes/more/5.12.0-release-notes.md) - [Fusion 5.5.0](https://doc.lucidworks.com/docs/5/fusion/release-notes/more/5.5.0-release-notes.md) - [Fusion 5.5.1-1](https://doc.lucidworks.com/docs/5/fusion/release-notes/more/5.5.1-1-release-notes.md) - [Fusion 5.5.1-2](https://doc.lucidworks.com/docs/5/fusion/release-notes/more/5.5.1-2-release-notes.md) - [Fusion 5.5.1-3](https://doc.lucidworks.com/docs/5/fusion/release-notes/more/5.5.1-3-release-notes.md) - [Fusion 5.5.1](https://doc.lucidworks.com/docs/5/fusion/release-notes/more/5.5.1-release-notes.md) - [Fusion 5.5.2](https://doc.lucidworks.com/docs/5/fusion/release-notes/more/5.5.2-release-notes.md) - [Fusion 5.6.0](https://doc.lucidworks.com/docs/5/fusion/release-notes/more/5.6.0-release-notes.md) - [Fusion 5.6.1](https://doc.lucidworks.com/docs/5/fusion/release-notes/more/5.6.1-release-notes.md) - [Fusion 5.7.0](https://doc.lucidworks.com/docs/5/fusion/release-notes/more/5.7.0-release-notes.md) - [Fusion 5.7.1](https://doc.lucidworks.com/docs/5/fusion/release-notes/more/5.7.1-release-notes.md) - [Fusion 5.8.0](https://doc.lucidworks.com/docs/5/fusion/release-notes/more/5.8.0-release-notes.md) - [Fusion 5.8.1](https://doc.lucidworks.com/docs/5/fusion/release-notes/more/5.8.1-release-notes.md) - [Active Directory Connector for ACLs](https://doc.lucidworks.com/docs/fusion-connectors/concepts/ad-acl.md) - [Datasources](https://doc.lucidworks.com/docs/fusion-connectors/concepts/datasources.md) - [Concepts](https://doc.lucidworks.com/docs/fusion-connectors/concepts/overview.md) - [ServiceNow V1 Connector](https://doc.lucidworks.com/docs/fusion-connectors/concepts/servicenow.md) - [SharePoint and SharePoint Online Connectors](https://doc.lucidworks.com/docs/fusion-connectors/concepts/sharepoint.md) - [V1 and V2 Connectors](https://doc.lucidworks.com/docs/fusion-connectors/concepts/v1-v2-connectors.md) - [Windows Share SMB 2/3 Connector](https://doc.lucidworks.com/docs/fusion-connectors/concepts/windows-share-smb-2-3.md) - [LDAP ACLs V2](https://doc.lucidworks.com/docs/fusion-connectors/connectors/ad-acl-ldap.md): The LDAP ACLs V2 connector indexes access control lists (ACLs) from an LDAP directory. It is used by other content connectors to enable security trimming so users can only search and access content they're authorized to see. - [AEM V2](https://doc.lucidworks.com/docs/fusion-connectors/connectors/aem.md): The AEM V2 connector retrieves data from an Adobe Experience Manager (AEM) repository and is compatible with AEM version 6.5. - [AWS S3 V2](https://doc.lucidworks.com/docs/fusion-connectors/connectors/amazon-aws-s3-v2.md): The AWS S3 V2 connector enables Fusion to crawl and index content stored in Amazon S3 buckets. - [Box.com V2](https://doc.lucidworks.com/docs/fusion-connectors/connectors/box.com-v2.md): The Box V2 connector retrieves data from a Box.com cloud-based data repository. - [Couchbase V2](https://doc.lucidworks.com/docs/fusion-connectors/connectors/couchbase-v2.md): The Couchbase V2 connector uses the Couchbase Java client to retrieve data stored in Couchbase. - [File Upload Pro](https://doc.lucidworks.com/docs/fusion-connectors/connectors/fileupload-pro.md): The File Upload Pro connector provides a convenient way to quickly ingest data from your local filesystem. - [Google Cloud Storage (GCS) V2](https://doc.lucidworks.com/docs/fusion-connectors/connectors/google-cloud-storage.md): The Fusion Google Cloud Storage (GCS) V2 connector enables indexing datasets from GCS buckets into Fusion 5. The connector leverages the Google Cloud API for authentication and fetching content and metadata. - [JDBC V2](https://doc.lucidworks.com/docs/fusion-connectors/connectors/jdbc-v2.md): The JDBC V2 connector fetches rows from any JDBC-compliant relational database and indexes them as documents in Fusion. Each row returned by the SQL `SELECT` statements entered in Fusion becomes a document in the content collection, enabling the querying of relational data. - [Kaltura V2](https://doc.lucidworks.com/docs/fusion-connectors/connectors/kaltura.md): The Kaltura V2 connector uses the Kaltura Java API client to retrieve data stored in Kaltura. - [Local Filesystem V2](https://doc.lucidworks.com/docs/fusion-connectors/connectors/local-filesystem-v2.md): The Local Filesystem V2 connector traverses a network file system (NFS), where a shared drive is mounted to the same location on all hosts in the cluster that are running this connector. - [OneDrive Datasource V2](https://doc.lucidworks.com/docs/fusion-connectors/connectors/onedrive.md): The Fusion OneDrive connector crawls a OneDrive for Business instance and retrieves data from it for indexing within Fusion. - [Configuration Reference](https://doc.lucidworks.com/docs/fusion-connectors/connectors/overview.md) - [REST V2](https://doc.lucidworks.com/docs/fusion-connectors/connectors/rest-v2/overview.md): The REST V2 connector is a way to use one connector for multiple datasources. It works with recipes, which are premade JSON configurations. - [Recipes](https://doc.lucidworks.com/docs/fusion-connectors/connectors/rest-v2/recipes/overview.md): REST V2 connector - [Alfresco](https://doc.lucidworks.com/docs/fusion-connectors/connectors/rest-v2/recipes/rest-alfresco.md): REST V2 connector - [Confluence](https://doc.lucidworks.com/docs/fusion-connectors/connectors/rest-v2/recipes/rest-confluence.md): REST V2 connector - [Jira](https://doc.lucidworks.com/docs/fusion-connectors/connectors/rest-v2/recipes/rest-jira.md): REST V2 connector - [FAQ](https://doc.lucidworks.com/docs/fusion-connectors/connectors/rest-v2/rest-v2-faq.md): REST V2 connector - [Use OAuth](https://doc.lucidworks.com/docs/fusion-connectors/connectors/rest-v2/rest-v2-oauth.md): REST V2 connector - [Troubleshooting](https://doc.lucidworks.com/docs/fusion-connectors/connectors/rest-v2/rest-v2-troubleshooting.md): REST V2 connector - [SharePoint V2](https://doc.lucidworks.com/docs/fusion-connectors/connectors/sharepoint-v2.md): The SharePoint connector retrieves content and metadata from an on-premises SharePoint repository. - [SharePoint Optimized V2](https://doc.lucidworks.com/docs/fusion-connectors/connectors/sharepoint-v2-optimized.md): The SharePoint Optimized V2 connector indexes content and metadata from SharePoint Online and on-premises environments, making it searchable in Fusion. - [Sitecore V2](https://doc.lucidworks.com/docs/fusion-connectors/connectors/sitecore.md): The Sitecore V2 connector provides full crawl and incremental crawl support for Sitecore versions 8.x and 9.x. It indexes document content and all metadata. - [Slack V2](https://doc.lucidworks.com/docs/fusion-connectors/connectors/slack-v2.md): The Slack V2 connector allows you to index Slack channels and messages. - [Solr Pro](https://doc.lucidworks.com/docs/fusion-connectors/connectors/solr-pro.md): The Solr Pro connector pulls documents from an external standalone Apache Solr instance or Apache SolrCloud cluster using Solr's javabin response type and streaming response parser. - [Solr Push Endpoint V2](https://doc.lucidworks.com/docs/fusion-connectors/connectors/solr-push.md): The Solr Push Endpoint accepts documents and pushes them to Solr using the Fusion index pipelines. - [Active Directory for ACLs V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/ad-acl.md): The Active Directory Connector for ACLs indexes Access Control List (ACL) information so that it can be used by other connectors. - [Alfresco V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/alfresco.md): The Alfresco V1 connector allows Fusion to crawl and index content stored in an Alfresco Community repository that adheres to the Content Management Interoperability Services (CMIS) standard. - [Azure V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/azure.md): The Azure V1 connector is used to crawl an Azure instance. - [Box.com V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/box.com.md): The Box connector retrieves data from a Box.com cloud-based data repository. - [Confluence V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/confluence.md): The connector retrieves data from the Atlassian Confluence Wiki CMS by connecting to Confluence Cloud or Confluence Server/Data Center. - [Couchbase V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/couchbase.md): The Couchbase V1 connector uses the Cross-Datacenter Replication (XDCR) feature of Couchbase to retrieve data stored in Couchbase continuously in real-time. - [Dropbox V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/dropbox.md): The Dropbox connector retrieves data from a Dropbox cloud-based data repository. - [Drupal 7.x V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/drupal-7.x.md): The Drupal connector requires Drupal’s Services 7.x3.11 Module REST API - [File Upload V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/fileupload.md): The File Upload V1 connector provides a convenient way to quickly ingest data from a single uploaded file. It can crawl exactly one file from Fusion's Blob Store and feed it through an index pipeline. - [FTP V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/ftp.md): The FTP V1 connector retrieves documents using the File Transfer Protocol (FTP). - [GitHub V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/github.md): The GitHub connector retrieves data from GitHub repositories using the GitHub REST API. - [Google Drive V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/googledrive.md): The Google Drive connector is used to index the documents in a Google Drive account. - [Apache Hadoop 2 V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/hadoop-apache2.md): The Apache Hadoop 2 Connector is a MapReduce-enabled crawler that is compatible with Apache Hadoop - [Cloudera V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/hadoop-cloudera.md): The Cloudera Connector is a MapReduce-enabled crawler that is compatible with Cloudera CDH v4.x and v5.x - [Hortonworks V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/hadoop-hortonworks.md): The Hortonworks Connector is a MapReduce-enabled crawler that is compatible with Hortonworks Data Platform v2.x. - [MapR V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/hadoop-mapr.md): The MapR Connector is a MapReduce-enabled crawler that is compatible with MapR 4.x and 5.x. - [HDFS V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/hdfs.md): The HDFS V1 connector traverses the Hadoop Distributed File System (HDFS) as it would a regular Unix filesystem. - [JDBC V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/jdbc.md): The JDBC connector fetches documents from a relational database via SQL queries. - [Jira V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/jira.md): The Jira V1 connector retrieves data from an instance of Atlassian’s Jira issue tracking system. - [Jive V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/jive.md): The Jive V1 connector retrieves content from a Jive instance. - [Local Filesystem V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/local-filesystem-v1.md): This connector traverses a network file system (NFS), where a shared drive is mounted to the same location on all hosts in the cluster that are running this connector. - [MongoDB V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/mongodb.md): The MongoDB V1 connector ingests documents from a MongoDB database into Fusion for indexing and search. - [AWS S3 V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/s3.md): The AWS S3 V1 Connector can access AWS S3 buckets in native format. - [Salesforce V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/salesforce.md): The Salesforce V1 connector uses the Salesforce REST API to ingest and index data from a Salesforce Connected App in a Salesforce repository. - [ServiceNow V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/servicenow.md): The ServiceNow V1 connector ingests records, knowledge articles, incidents, tasks, and other content from your ServiceNow instance into Fusion for search and analysis. - [SharePoint V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/sharepoint.md): The SharePoint connector retrieves content and metadata from an on-premises SharePoint repository. - [SharePoint Online V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/sharepoint-online.md): The SharePoint Online V1 connector retrieves data from cloud-based SharePoint repositories. - [SharePoint Online V1 Optimized](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/sharepoint-online-v1-optimized.md): The SharePoint Online V1 Optimized connector retrieves data from cloud-based SharePoint repositories. - [SharePoint V1 Optimized](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/sharepoint-v1-optimized.md): The SharePoint connector retrieves content and metadata from an on-premises SharePoint repository. - [Solr V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/solr.md): The Solr V1 connector pulls documents from an external standalone Apache Solr instance or Apache SolrCloud cluster using Solr's javabin response type and streaming response parser. - [SolrXML V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/solrxml.md): The SolrXML connector indexes XML files formatted according to Solr’s XML structure. - [Twitter Search V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/twitter-search.md): The Twitter Search connector uses Twitter’s search API to query Twitter for tweets that match specific parameters. It allows querying for any keyword, location or other query terms. - [Twitter Stream V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/twitter-stream.md): The Twitter Stream connector uses Twitter’s streaming API to continually index Twitter. - [Web V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/web.md): The Web V1 connector retrieves data from a website using HTTP and starting from a specified URL. - [Windows Share V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/windows-share.md): The Windows Share connector can access content in a Windows Share or Server Message Block (SMB)/Common Internet File System (CIFS) filesystem. - [Windows Share SMB 2/3 V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/windows-share-smb-2-3.md): The Windows Share connector can access content in a Windows Share or Server Message Block (SMB 2 and 3 protocols)/Common Internet File System (CIFS) filesystem. Available in Fusion 5.x.x releases. - [Zendesk V1](https://doc.lucidworks.com/docs/fusion-connectors/connectors/v1/zendesk.md): The Zendesk connector uses the Zendesk REST API to retrieve tickets and their associated comments and attachments from a Zendesk repository. - [Web V2](https://doc.lucidworks.com/docs/fusion-connectors/connectors/web-v2.md): The Web V2 connector retrieves data from a website using HTTP and starting from a specified URL. - [Windows Share SMB 2/3 V2](https://doc.lucidworks.com/docs/fusion-connectors/connectors/windows-share-smb-2-3-v2.md): The Windows Share connector can access content in a Windows Share or Server Message Block (SMB 2 and 3 protocols)/Common Internet File System (CIFS) filesystem. - [Deprecations and Removals](https://doc.lucidworks.com/docs/fusion-connectors/deprecations-and-removals.md): Fusion Connectors - [Connectors SDK](https://doc.lucidworks.com/docs/fusion-connectors/developers/connectors-sdk-4x.md) - [Java Connector Development](https://doc.lucidworks.com/docs/fusion-connectors/developers/java-sdk.md) - [Lucid.anda Connector Framework](https://doc.lucidworks.com/docs/fusion-connectors/developers/lucid.anda-connector-framework.md) - [Lucid.fs Connector Framework](https://doc.lucidworks.com/docs/fusion-connectors/developers/lucid.fs-connector-framework.md) - [Remote Connectors](https://doc.lucidworks.com/docs/fusion-connectors/developers/remote-connectors.md) - [Remote V2 Connectors](https://doc.lucidworks.com/docs/fusion-connectors/developers/remote-v2-connectors.md) - [V1 connector downloads](https://doc.lucidworks.com/docs/fusion-connectors/downloads/fusion-4-x-connector-downloads.md) - [V2 and Pro connector downloads](https://doc.lucidworks.com/docs/fusion-connectors/downloads/v2-connectors-downloads.md) - [Latest changes](https://doc.lucidworks.com/docs/fusion-connectors/latest-changes.md): Fusion Connectors - [General V2/Pro migration guide](https://doc.lucidworks.com/docs/fusion-connectors/migration-guide.md) - [Solr Pro migration guide](https://doc.lucidworks.com/docs/fusion-connectors/migration-solr-pro.md): This guide provides instructions on migrating from the Solr V1 connector to the Solr Pro connector. - [Connectors](https://doc.lucidworks.com/docs/fusion-connectors/overview.md) - [Lucidworks Search versus Fusion](https://doc.lucidworks.com/docs/lucidworks-search/02-lucidworks-search-vs-fusion/overview.md) - [Lucidworks Search apps](https://doc.lucidworks.com/docs/lucidworks-search/03-ui-tour/fusion-apps.md) - [Index Workbench](https://doc.lucidworks.com/docs/lucidworks-search/03-ui-tour/index-workbench.md) - [Object Explorer](https://doc.lucidworks.com/docs/lucidworks-search/03-ui-tour/object-explorer.md) - [UI tour](https://doc.lucidworks.com/docs/lucidworks-search/03-ui-tour/overview.md) - [Query Workbench](https://doc.lucidworks.com/docs/lucidworks-search/03-ui-tour/query-workbench.md) - [Blob storage](https://doc.lucidworks.com/docs/lucidworks-search/04-move-data-in/blob-storage/overview.md) - [Collections](https://doc.lucidworks.com/docs/lucidworks-search/04-move-data-in/collection/overview.md) - [Data models](https://doc.lucidworks.com/docs/lucidworks-search/04-move-data-in/data-models/overview.md) - [Connectors and Datasources](https://doc.lucidworks.com/docs/lucidworks-search/04-move-data-in/datasource/overview.md) - [Dynamic Index](https://doc.lucidworks.com/docs/lucidworks-search/04-move-data-in/dynamic-index.md) - [Custom JavaScript stages for index pipelines](https://doc.lucidworks.com/docs/lucidworks-search/04-move-data-in/index-pipeline/custom-js-index-stages.md) - [Index pipeline stages](https://doc.lucidworks.com/docs/lucidworks-search/04-move-data-in/index-pipeline/index-pipeline-stages.md) - [Index pipelines](https://doc.lucidworks.com/docs/lucidworks-search/04-move-data-in/index-pipeline/overview.md) - [Reverse search](https://doc.lucidworks.com/docs/lucidworks-search/04-move-data-in/index-pipeline/reverse-search.md) - [Index profiles](https://doc.lucidworks.com/docs/lucidworks-search/04-move-data-in/index-profile/overview.md) - [Index Workbench](https://doc.lucidworks.com/docs/lucidworks-search/04-move-data-in/index-workbench/overview.md) - [Signals](https://doc.lucidworks.com/docs/lucidworks-search/04-move-data-in/indexing-signals/overview.md) - [Index data](https://doc.lucidworks.com/docs/lucidworks-search/04-move-data-in/overview.md) - [Asynchronous Tika Parsing](https://doc.lucidworks.com/docs/lucidworks-search/04-move-data-in/parsers/asynchronous-tika-parsing.md) - [Parsers](https://doc.lucidworks.com/docs/lucidworks-search/04-move-data-in/parsers/overview.md) - [Domain Specific Language](https://doc.lucidworks.com/docs/lucidworks-search/05-move-data-out/domain-specific-language.md) - [Faceting](https://doc.lucidworks.com/docs/lucidworks-search/05-move-data-out/faceting.md) - [Lucidworks MCP](https://doc.lucidworks.com/docs/lucidworks-search/05-move-data-out/mcp.md) - [Query data](https://doc.lucidworks.com/docs/lucidworks-search/05-move-data-out/overview.md) - [Custom JavaScript stages for query pipelines](https://doc.lucidworks.com/docs/lucidworks-search/05-move-data-out/query-pipeline/custom-js-query-stages.md) - [Query pipelines](https://doc.lucidworks.com/docs/lucidworks-search/05-move-data-out/query-pipeline/overview.md) - [Query pipeline stages](https://doc.lucidworks.com/docs/lucidworks-search/05-move-data-out/query-pipeline/query-pipeline-stages.md) - [Restrictive Mode](https://doc.lucidworks.com/docs/lucidworks-search/05-move-data-out/query-pipeline/restrictive-mode.md) - [Query profiles](https://doc.lucidworks.com/docs/lucidworks-search/05-move-data-out/query-profile/overview.md) - [Query Workbench](https://doc.lucidworks.com/docs/lucidworks-search/05-move-data-out/query-workbench/overview.md) - [Solr query language](https://doc.lucidworks.com/docs/lucidworks-search/05-move-data-out/solr-query-language.md) - [Analytics](https://doc.lucidworks.com/docs/lucidworks-search/06-metrics-and-analytics/app-insights/analytics.md) - [Dashboards in App Insights](https://doc.lucidworks.com/docs/lucidworks-search/06-metrics-and-analytics/app-insights/dashboards.md) - [Events](https://doc.lucidworks.com/docs/lucidworks-search/06-metrics-and-analytics/app-insights/events.md) - [Experiment results](https://doc.lucidworks.com/docs/lucidworks-search/06-metrics-and-analytics/app-insights/experiment-results.md) - [App Insights](https://doc.lucidworks.com/docs/lucidworks-search/06-metrics-and-analytics/app-insights/overview.md) - [Requirements for reports and dashboards](https://doc.lucidworks.com/docs/lucidworks-search/06-metrics-and-analytics/app-insights/report-requirements.md) - [Sessions](https://doc.lucidworks.com/docs/lucidworks-search/06-metrics-and-analytics/app-insights/sessions.md) - [Evaluation Metrics](https://doc.lucidworks.com/docs/lucidworks-search/06-metrics-and-analytics/evaluation-metrics.md) - [Experiment metrics](https://doc.lucidworks.com/docs/lucidworks-search/06-metrics-and-analytics/experiment-metrics.md) - [Experiments](https://doc.lucidworks.com/docs/lucidworks-search/06-metrics-and-analytics/experiments.md) - [Metrics and analytics](https://doc.lucidworks.com/docs/lucidworks-search/06-metrics-and-analytics/overview.md) - [Boost with signals](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/boosting/boost-with-signals.md) - [Boosting](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/boosting/overview.md) - [Actions](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/business-rules/actions.md) - [Conditions](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/business-rules/conditions.md) - [Custom rule actions](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/business-rules/custom-rule-actions.md) - [General configurations](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/business-rules/general-configurations.md): Business rules - [Business rules](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/business-rules/overview.md): Overview - [Collapse Results](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/collapse.md) - [Experience Optimizer](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/curate-search-experience/experience-optimizer/overview.md) - [Results and page concepts](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/curate-search-experience/experience-optimizer/results-and-page-concepts.md): Experience Optimizer - [Curate your search experience](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/curate-search-experience/overview.md) - [Predictive Merchandiser](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/curate-search-experience/predictive-merchandiser/overview.md) - [Results and page concepts](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/curate-search-experience/predictive-merchandiser/results-and-page-concepts.md): Predictive Merchandiser - [Templates](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/curate-search-experience/predictive-merchandiser/templates-pm.md) - [Templates UI configuration options](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/curate-search-experience/predictive-merchandiser/templates-ui-configuration-options.md) - [Head/tail analysis](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/head-tail-analysis/overview.md) - [Misspelling detection](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/misspelling-detection/overview.md) - [Improve your queries](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/overview.md) - [Phrase detection](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/phrase-detection/overview.md) - [Query rewriting](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/query-rewriting/overview.md) - [Get started](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/recommendations/getting-started.md): Recommendations and boosting - [Items-for-item](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/recommendations/items-for-item.md): Recommendations - [Items-for-query](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/recommendations/items-for-query.md): Recommendations - [Items-for-user](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/recommendations/items-for-user.md): Recommendations - [Methods](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/recommendations/methods-recs.md): Recommendations and boosting - [Recommendations](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/recommendations/overview.md) - [Queries-for-query](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/recommendations/queries-for-query.md): Recommendations - [Trending items and queries](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/recommendations/trending-items-queries.md): Recommendations - [Users-for-item](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/recommendations/users-for-item.md): Recommendations - [Remove words](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/remove-words/overview.md) - [Response rewriting](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/response-rewriting/overview.md) - [Rules editor](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/rules-editor/overview.md) - [Aggregations](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/signals/aggregations.md) - [Cloud signal storage](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/signals/cloud-signal-storage-59.md) - [Signals](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/signals/overview.md) - [Signals types and structures](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/signals/signal-types.md) - [Signals data flow](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/signals/signals-data-flow.md) - [Required signals for App Insights](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/signals/signals-reqs-for-insights.md) - [Required signals for jobs](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/signals/signals-reqs-for-jobs.md) - [Stopwords files](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/stopwords-file/overview.md) - [Synonyms](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/synonyms/overview.md) - [Template expressions](https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/template-expressions/overview.md) - [API keys](https://doc.lucidworks.com/docs/lucidworks-search/08-administration/access-control/api-keys.md) - [Access control](https://doc.lucidworks.com/docs/lucidworks-search/08-administration/access-control/overview.md) - [Permissions](https://doc.lucidworks.com/docs/lucidworks-search/08-administration/access-control/permissions.md) - [Roles](https://doc.lucidworks.com/docs/lucidworks-search/08-administration/access-control/roles.md) - [Security realms](https://doc.lucidworks.com/docs/lucidworks-search/08-administration/access-control/security-realms.md) - [Users](https://doc.lucidworks.com/docs/lucidworks-search/08-administration/access-control/users.md) - [Backup and disaster recovery](https://doc.lucidworks.com/docs/lucidworks-search/08-administration/backup-disaster.md) - [Environments](https://doc.lucidworks.com/docs/lucidworks-search/08-administration/environments/overview.md) - [Datasource jobs](https://doc.lucidworks.com/docs/lucidworks-search/08-administration/jobs-scheduling/datasource-jobs.md) - [Schedules](https://doc.lucidworks.com/docs/lucidworks-search/08-administration/jobs-scheduling/fusion-schedules.md) - [Job history](https://doc.lucidworks.com/docs/lucidworks-search/08-administration/jobs-scheduling/job-history.md) - [Jobs and scheduling](https://doc.lucidworks.com/docs/lucidworks-search/08-administration/jobs-scheduling/overview.md) - [Spark jobs](https://doc.lucidworks.com/docs/lucidworks-search/08-administration/jobs-scheduling/spark-jobs.md) - [Consumption dashboard](https://doc.lucidworks.com/docs/lucidworks-search/08-administration/monitoring/consumption.md) - [Lucidworks Search log access](https://doc.lucidworks.com/docs/lucidworks-search/08-administration/monitoring/grafana-loki-exploration.md) - [Fusion Log Viewer](https://doc.lucidworks.com/docs/lucidworks-search/08-administration/monitoring/lucidworks-search/fusion-log-viewer.md): Grafana dashboard - [Customer Dashboard](https://doc.lucidworks.com/docs/lucidworks-search/08-administration/monitoring/lucidworks-search/grafana-customer-dashboard-managed.md): Grafana dashboard - [Lucidworks Search dashboards](https://doc.lucidworks.com/docs/lucidworks-search/08-administration/monitoring/lucidworks-search/overview.md) - [Request Log Viewer](https://doc.lucidworks.com/docs/lucidworks-search/08-administration/monitoring/lucidworks-search/request-log-viewer.md): Grafana dashboard - [Monitoring](https://doc.lucidworks.com/docs/lucidworks-search/08-administration/monitoring/overview.md) - [Administration](https://doc.lucidworks.com/docs/lucidworks-search/08-administration/overview.md) - [Promotion to Production](https://doc.lucidworks.com/docs/lucidworks-search/08-administration/promotions.md) - [Security](https://doc.lucidworks.com/docs/lucidworks-search/08-administration/security.md) - [VPNs](https://doc.lucidworks.com/docs/lucidworks-search/08-administration/vpn/overview.md) - [Connectors](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/fusion-connectors/overview.md): Configuration specifications - [Asynchronous Field Parser Index Stage](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/asynchronous-field-parser-index-stage.md) - [Call Data Model Pipeline](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/call-data-model-pipeline.md): Index pipeline stage configuration specifications - [Call Pipeline](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/call-pipeline.md): Index pipeline stage configuration specifications - [Data Model Mapping](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/data-model-mapping.md): Index pipeline stage configuration specifications - [Date Parsing](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/date-parsing.md): Index pipeline stage configuration specifications - [Detect Language](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/detect-language.md): Index pipeline stage configuration specifications - [Encode into Milvus](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/encode-milvus.md): Index pipeline stage configuration specifications - [Exclude Documents](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/exclude-documents.md): Index pipeline stage configuration specifications - [Exclusion Filter](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/exclusion-filter.md): Index pipeline stage configuration specifications - [Field Mapping](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/field-mapping.md): Index pipeline stage configuration specifications - [Field Parser](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/field-parser.md): Index pipeline stage configuration specifications - [Filter Short Fields](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/filter-short-fields.md): Index pipeline stage configuration specifications - [Find and Replace](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/find-replace.md): Index pipeline stage configuration specifications - [Format Signals](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/format-signals.md): Index pipeline stage configuration specifications - [Gazetteer Lookup Extraction](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/gazetteer-lookup-extraction.md): Index pipeline stage configuration specifications - [GeoIP Lookup](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/geoip-lookup.md): Index pipeline stage configuration specifications - [Include Documents](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/include-documents.md): Index pipeline stage configuration specifications - [JavaScript](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/javascript.md): Index pipeline stage configuration specifications - [JDBC](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/jdbc-index.md): Index pipeline stage configuration specifications - [Logging](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/logging.md): Index pipeline stage configuration specifications - [LWAI Prediction](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/lucidworks-ai-prediction-index-stage.md): Index pipeline stage configuration specifications - [LWAI Batch Vectorize Index Stage](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/lwai-batch-vectorize.md): Lucidworks AI - [LWAI Chunker Stage](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/lwai-chunker-stage.md): Index pipeline stage configuration specifications - [Machine learning](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/machine-learning.md): Index pipeline stage configuration specifications - [Managed JavaScript](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/managed-javascript.md): Index pipeline stage configuration specifications - [Index Pipeline Stages](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/overview.md): Configuration specifications - [Ray/Seldon Vectorize Field Stage](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/ray-seldon-vectorize-field-stage.md) - [Regex Field Extraction](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/regex-field-extraction.md): Index pipeline stage configuration specifications - [Regex Field Filter](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/regex-field-filter.md): Index pipeline stage configuration specifications - [Regex Field Replacement](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/regex-field-replacement.md): Index pipeline stage configuration specifications - [Resolve Multivalued Fields](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/resolve-multivalued-fields.md): Index pipeline stage configuration specifications - [REST Query](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/rest-query.md): Index pipeline stage configuration specifications - [Reverse Search Index](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/reverse-search-index.md): Index pipeline stage configuration specifications - [Reverse Search Query](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/reverse-search-query.md): Index pipeline stage configuration specifications - [Route Response Signals to Signal API Index Stage](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/route-response-signals-to-signal-api.md) - [Set Property](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/set-property.md): Index pipeline stage configuration specifications - [Solr Dynamic Field Name Mapping](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/solr-dynamic-field-name-mapping.md): Index pipeline stage configuration specifications - [Solr Indexer](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/solr-indexer.md): Index pipeline stage configuration specifications - [Solr Partial Update Indexer](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/solr-partial-update-indexer.md): Index pipeline stage configuration specifications - [Text Processing](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/text-processing.md): Index pipeline stage configuration specifications - [Update Related Document](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/update-related-document.md): Index pipeline stage configuration specifications - [LWAI Vectorize Field](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/vectorize-field-via-lucidworks-ai-index-stage.md): Lucidworks AI - [XML Transformation](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/index-pipeline-stages/xml-transformation.md): Index pipeline stage configuration specifications - [BPR Recommender](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/bpr-recommender.md): Job configuration specifications - [Build Training Data](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/build-training-data.md): Job configuration specifications - [Classification](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/classification.md): Job configuration specifications - [Cluster Labeling](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/cluster-labeling.md): Job configuration specifications - [Content-Based Recommender](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/content-recommend.md): Job configuration specifications - [Create Collections in Milvus](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/create-collections-milvus.md): Job configuration specifications - [Create Indexes in Milvus](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/create-indexes-milvus.md): Job configuration specifications - [Create Ray Model Deployment](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/create-ray-model-deploy.md): Job configuration specifications - [Create Seldon Core Model Deployment](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/create-seldon-core-model-deploy.md): Job configuration specifications - [Custom Python](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/custom-python.md): Job configuration specifications - [Custom Spark](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/custom-spark.md): Job configuration specifications - [Data augmentation](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/data-augmentation.md): Job configuration specifications - [Delete Collections in Milvus](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/delete-collection-milvus.md): Job configuration specifications - [Delete Indexes in Milvus](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/delete-indexes-milvus.md): Job configuration specifications - [Delete Ray Model Deployment](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/delete-ray-model-deployment.md): Job configuration specifications - [Delete Seldon Core Model Deployment](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/delete-seldon-core-model-deployment.md): Job configuration specifications - [Document Clustering](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/document-clustering.md): Job configuration specifications - [Download Blob](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/download-blob.md): Job configuration specifications - [Ground Truth](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/ground-truth.md): Job configuration specifications - [Head/Tail Analysis](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/head-tail-analysis.md): Job configuration specifications - [Log Cleanup](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/log-cleanup.md): Job configuration specifications - [Logistic Regression Classifier Training Jobs](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/logistic-regression-classifier-training.md) - [Outlier Detection](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/outlier-detection.md): Job configuration specifications - [Jobs](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/overview.md): Configuration specifications - [Parallel Bulk Loader](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/parallel-bulk-loader.md): Job configuration specifications - [Phrase Extraction](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/phrase-extraction.md): Job configuration specifications - [Query-to-Query Collaborative Similarity](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/query-to-query-collab-similarity.md): Job configuration specifications - [Query-to-Query Session-Based Similarity](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/query-to-query-session-similarity.md): Job configuration specifications - [Random Forest Classifier Training Jobs](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/random-forest-classifier-training.md) - [Ranking Metrics](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/ranking-metrics.md): Job configuration specifications - [REST Call](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/rest-call.md): Job configuration specifications - [Script](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/script-jobs.md): Job configuration specifications - [Smart Answers Coldstart Training](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/smart-answers-coldstart-training.md): Job configuration specifications - [Smart Answers Evaluate Pipeline](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/smart-answers-evaluate-pipeline.md): Job configuration specifications - [Smart Answers Supervised Training](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/smart-answers-supervised-training.md): Job configuration specifications - [Aggregator functions examples](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/sql-aggregation/aggregator-examples.md) - [Built-in SQL Aggregation Jobs](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/sql-aggregation/built-in-sql-aggregation-jobs.md) - [SQL Aggregation](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/sql-aggregation/overview.md): Job configuration specifications - [SQL Aggregation examples](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/sql-aggregation/sql-aggregation-examples.md) - [SQL-Based Experiment Metric](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/sql-based-experiment-metrics.md): Job configuration specifications - [Synonym Detection](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/synonym-detection.md): Job configuration specifications - [Token and Phrase Spell Correction](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/token-phrase-spell-correction.md): Job configuration specifications - [Transfer Collection to Cloud](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/transfer-collection-to-cloud.md): Job configuration specifications - [Trending Recommender](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/trending-recommender.md): Job configuration specifications - [Upload Model Parameters to Cloud](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/upload-model-parameter-cloud.md): Job configuration specifications - [Word2Vec Model Training Jobs](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/jobs/word2vec-model-training.md) - [Configuration specifications](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/overview.md) - [Apache Tika Container](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/parsers/apache-tika-container.md): Parser stage configuration specifications - [Apache Tika](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/parsers/apache-tika-parser.md): Parser stage configuration specifications - [Apache Tika Server](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/parsers/apache-tika-server.md): Parser stage configuration specifications - [Archive](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/parsers/archive-parser.md): Parser stage configuration specifications - [CSV](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/parsers/csv-parser.md): Parser stage configuration specifications - [Fallback](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/parsers/fallback-parser.md): Parser stage configuration specifications - [Forked Apache Tika](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/parsers/forked-apache-tika-parser.md): Parser stage configuration specifications - [Grok Patterns](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/parsers/grok-parser/grok-patterns.md) - [Grok](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/parsers/grok-parser/overview.md): Parser stage configuration specifications - [HTML](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/parsers/html-parser.md): Parser stage configuration specifications - [JSON](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/parsers/json-parser.md): Parser stage configuration specifications - [Parsers](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/parsers/overview.md): Configuration specifications - [Solr Update](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/parsers/solr-update-parser.md): Parser stage configuration specifications - [Text](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/parsers/text-parser.md): Parser stage configuration specifications - [XML](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/parsers/xml-parser.md): Parser stage configuration specifications - [Active Directory Security Trimming](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/active-directory-security-trimming.md): Query pipeline stage configuration specifications - [Additional Query Parameters](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/additional-query-parameters.md): Query pipeline stage configuration specifications - [Analytics Catalog](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/analytics-catalog.md): Query pipeline stage configuration specifications - [Apply Rules](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/apply-rules.md): Query pipeline stage configuration specifications - [Block Documents](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/block-documents.md): Query pipeline stage configuration specifications - [Boost Documents](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/boost-documents.md): Query pipeline stage configuration specifications - [Boost with Signals](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/boost-with-signals.md): Query pipeline stage configuration specifications - [Call Pipeline](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/call-query-pipeline.md): Query pipeline stage configuration specifications - [Chunking Neural Hybrid Query Stage](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/chunking-neural-hybrid-query-stage.md) - [Chunking RAG Bridge Query Stage](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/chunking-rag-bridge.md) - [DSL to Legacy Parameters](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/dsl-legacy-parameters.md): Query pipeline stage configuration specifications - [Experiment Stage](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/experiment.md): Query pipeline stage configuration specifications - [Field Facet](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/field-facet.md): Query pipeline stage configuration specifications - [Graph Security Trimming](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/graph-security-trimming.md): Query pipeline stage configuration specifications - [Highlight](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/highlight.md): Query pipeline stage configuration specifications - [Hybrid Query Stage](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/hybrid-search-query.md) - [JavaScript](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/javascript-query.md): Query pipeline stage configuration specifications - [JDBC Lookup](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/jdbc-lookup.md): Query pipeline stage configuration specifications - [Landing Pages](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/landing-pages.md): Query pipeline stage configuration specifications - [Logging](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/logging.md): Query pipeline stage configuration specifications - [LWAI Prediction](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/lucidworks-ai-prediction-query-stage.md): Query pipeline stage configuration specifications - [Machine Learning](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/machine-learning.md): Query pipeline stage configuration specifications - [Managed JavaScript](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/managed-javascript-query.md): Query pipeline stage configuration specifications - [Merge Async Results](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/merge-async-results.md): Query pipeline stage configuration specifications - [Milvus Ensemble](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/milvus-ensemble-query.md): Query pipeline stage configuration specifications - [Milvus](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/milvus-query.md): Query pipeline stage configuration specifications - [Milvus Response Update](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/milvus-response-update.md): Query pipeline stage configuration specifications - [Modify Response with Rules](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/modify-response-rules.md): Query pipeline stage configuration specifications - [Neural Hybrid Query Stage](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/neural-hybrid-query-stage.md) - [Query Pipeline Stages](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/overview.md): Configuration specifications - [Parameterized Boosting](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/parameterized-boosting.md): Query pipeline stage configuration specifications - [Query Fields](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/query-fields.md): Query pipeline stage configuration specifications - [Ray/Seldon Vectorize Query Stage](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/ray-seldon-vectorize-query-stage.md) - [Recommend Items for Item](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/recommend-items-for-item.md): Query pipeline stage configuration specifications - [Recommend items for user](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/recommend-items-for-user.md): Query pipeline stage configuration specifications - [Recommend Similar Queries](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/recommend-similar-queries.md): Query pipeline stage configuration specifications - [Response Diagnostics Query Stage](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/response-diagnostics.md) - [Response Document Exclusion](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/response-document-exclusion.md): Query pipeline stage configuration specifications - [Response Pairwise Swap](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/response-pairwise-swap.md): Query pipeline stage configuration specifications - [Response Shuffle](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/response-shuffle.md): Query pipeline stage configuration specifications - [REST](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/rest-query.md): Query pipeline stage configuration specifications - [Return Query Parameters](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/return-query-parameters.md): Query pipeline stage configuration specifications - [Rollup Aggregation](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/rollup-aggregation.md): Query pipeline stage configuration specifications - [Security Trimming](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/security-trimming.md): Query pipeline stage configuration specifications - [Seldon](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/seldon.md) - [Solr MoreLikeThis](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/solr-morelikethis.md): Query pipeline stage configuration specifications - [Solr Query](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/solr-query.md): Query pipeline stage configuration specifications - [Solr Subquery](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/solr-subquery.md): Query pipeline stage configuration specifications - [Spell Check](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/spell-check.md) - [Text Tagger](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/text-tagger.md): Query pipeline stage configuration specifications - [LWAI Vectorize Query](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/config-specs/query-pipeline-stages/vectorize-query-via-lucidworks-ai-query-stage.md): Lucidworks AI - [REST API examples](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/frontend-development/api-examples-frontend.md): Frontend development - [Autocomplete](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/frontend-development/autocomplete.md) - [Frontend development](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/frontend-development/overview.md) - [Javadocs](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/javadocs/overview.md) - [Developer documentation](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/overview.md) - [REST APIs](https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/rest-apis.md) - [Machine learning](https://doc.lucidworks.com/docs/lucidworks-search/10-machine-learning/overview.md) - [Sentiment analysis and prediction](https://doc.lucidworks.com/docs/lucidworks-search/10-machine-learning/sentiment-analysis.md) - [Advanced Model Training Configuration for Smart Answers](https://doc.lucidworks.com/docs/lucidworks-search/10-machine-learning/smart-answers/advanced-model-config.md) - [Best practices](https://doc.lucidworks.com/docs/lucidworks-search/10-machine-learning/smart-answers/best-practices.md): Smart Answers - [Cold start solution](https://doc.lucidworks.com/docs/lucidworks-search/10-machine-learning/smart-answers/cold-start-solution.md): Smart Answers - [FAQ solution](https://doc.lucidworks.com/docs/lucidworks-search/10-machine-learning/smart-answers/faq-solution.md): Smart Answers - [Smart Answers](https://doc.lucidworks.com/docs/lucidworks-search/10-machine-learning/smart-answers/overview.md) - [Semantic vector search](https://doc.lucidworks.com/docs/lucidworks-search/10-machine-learning/vector-search/overview.md) - [Chunking](https://doc.lucidworks.com/docs/lucidworks-search/11-vector-search/chunking.md) - [Choosing, implementing, and troubleshooting NHS stages](https://doc.lucidworks.com/docs/lucidworks-search/11-vector-search/hybrid-stage-differences.md) - [Neural Hybrid Search](https://doc.lucidworks.com/docs/lucidworks-search/11-vector-search/overview.md) - [Semantic vector search test guidelines](https://doc.lucidworks.com/docs/lucidworks-search/11-vector-search/testing-svs.md) - [Lucidworks Search 5.17.0](https://doc.lucidworks.com/docs/lucidworks-search/13-release-notes/5.17/5.17.0-release-notes.md) - [Lucidworks Search 5.9.10](https://doc.lucidworks.com/docs/lucidworks-search/13-release-notes/5.9/5.9.10-release-notes.md) - [Lucidworks Search 5.9.11](https://doc.lucidworks.com/docs/lucidworks-search/13-release-notes/5.9/5.9.11-release-notes.md) - [Lucidworks Search 5.9.12](https://doc.lucidworks.com/docs/lucidworks-search/13-release-notes/5.9/5.9.12-release-notes.md) - [Lucidworks Search 5.9.13](https://doc.lucidworks.com/docs/lucidworks-search/13-release-notes/5.9/5.9.13-release-notes.md): June 17, 2025 - [Lucidworks Search 5.9.14](https://doc.lucidworks.com/docs/lucidworks-search/13-release-notes/5.9/5.9.14-release-notes.md) - [Lucidworks Search 5.9.15](https://doc.lucidworks.com/docs/lucidworks-search/13-release-notes/5.9/5.9.15-release-notes.md) - [Lucidworks Search 5.9.16](https://doc.lucidworks.com/docs/lucidworks-search/13-release-notes/5.9/5.9.16-release-notes.md) - [Lucidworks Search 5.9.5](https://doc.lucidworks.com/docs/lucidworks-search/13-release-notes/5.9/5.9.5-release-notes.md) - [Lucidworks Search 5.9.6](https://doc.lucidworks.com/docs/lucidworks-search/13-release-notes/5.9/5.9.6-release-notes.md) - [Lucidworks Search 5.9.7](https://doc.lucidworks.com/docs/lucidworks-search/13-release-notes/5.9/5.9.7-release-notes.md) - [Lucidworks Search 5.9.8](https://doc.lucidworks.com/docs/lucidworks-search/13-release-notes/5.9/5.9.8-release-notes.md) - [Lucidworks Search 5.9.9](https://doc.lucidworks.com/docs/lucidworks-search/13-release-notes/5.9/5.9.9-release-notes.md) - [FAQs](https://doc.lucidworks.com/docs/lucidworks-search/14-FAQs/overview.md) - [Lucidworks Search](https://doc.lucidworks.com/docs/lucidworks-search/overview.md) - [Introduction](https://doc.lucidworks.com/docs/lw-platform/index.md): Discover how to deploy, customize, and scale Lucidworks products for AI-powered search and insights across B2B, B2C, knowledge management, customer support, and more. - [Latest changes](https://doc.lucidworks.com/docs/lw-platform/latest-changes.md): Lucidworks products are constantly evolving to deliver new features, improvements, and fixes. This page highlights the latest changes to help you stay current with product updates and enhancements. - [Agent Studio](https://doc.lucidworks.com/docs/lw-platform/lw-agent-studio/overview.md) - [Quickstart](https://doc.lucidworks.com/docs/lw-platform/lw-agent-studio/quickstart.md) - [Image Data Enrichment](https://doc.lucidworks.com/docs/lw-platform/lw-ai/data-enrichment.md) - [Integrations](https://doc.lucidworks.com/docs/lw-platform/lw-ai/integrations.md) - [AI Model Usage](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-ai-model-usage.md) - [Async Chunking API](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-apis/lw-ai-async-chunking-api.md): Lucidworks AI - [FAQ enrichment use case](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-apis/lw-ai-async-prediction-api/faq-enrichment-async.md) - [Keyword extraction use case](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-apis/lw-ai-async-prediction-api/keyword-extraction-async.md) - [Named entity recognition (NER) use case](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-apis/lw-ai-async-prediction-api/ner-async.md): Lucidworks AI Async Prediction API - [Async Prediction API](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-apis/lw-ai-async-prediction-api/overview.md) - [Pass-through use case](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-apis/lw-ai-async-prediction-api/passthrough-async.md): Lucidworks AI Async Prediction API - [Retrieval-augmented generation (RAG) use case](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-apis/lw-ai-async-prediction-api/rag-async.md): Lucidworks AI Async Prediction API - [Standalone query rewriter use case](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-apis/lw-ai-async-prediction-api/standalone-query-rewriter-async.md) - [Summarization use case](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-apis/lw-ai-async-prediction-api/summarization-async.md): Lucidworks AI Async Prediction API - [Models API](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-apis/lw-ai-models-api.md) - [Classification use case](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-apis/lw-ai-prediction-api/classification-prediction.md): Lucidworks AI Prediction API - [Embedding use cases](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-apis/lw-ai-prediction-api/embedding-prediction.md) - [FAQ enrichment use case](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-apis/lw-ai-prediction-api/faq-enrichment.md) - [Image metadata enrichment use case](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-apis/lw-ai-prediction-api/image-metadata-enrichment.md) - [Keyword extraction use case](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-apis/lw-ai-prediction-api/keyword-extraction-prediction.md) - [Named entity recognition (NER) use case](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-apis/lw-ai-prediction-api/ner-prediction.md): Lucidworks AI Prediction API - [Prediction API](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-apis/lw-ai-prediction-api/overview.md) - [Pass-through use case](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-apis/lw-ai-prediction-api/passthrough-prediction.md): Lucidworks AI Prediction API - [Retrieval-augmented generation (RAG) use case](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-apis/lw-ai-prediction-api/rag-prediction.md): Lucidworks AI Prediction API - [Standalone query rewriter use case](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-apis/lw-ai-prediction-api/standalone-query-rewriter-prediction.md) - [Summarization use case](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-apis/lw-ai-prediction-api/summarization-prediction.md): Lucidworks AI Prediction API - [Prompting Preview API](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-apis/lw-ai-prompting-preview-api.md): Lucidworks AI Prediction API - [Tokenization API](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-apis/lw-ai-tokenization-api.md): Lucidworks AI Prediction API - [Use Case API](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-apis/lw-ai-use-case-api.md) - [Authentication API](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-apis/lw-authentication-api.md) - [Lucidworks AI APIs](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-apis/overview.md) - [Create and deploy custom models](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-custom-embedding-model-training/create-and-deploy-custom-models.md) - [Custom configuration](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-custom-embedding-model-training/custom-embedding-model-configuration.md): Lucidworks AI custom embedding model training - [Use case training data](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-custom-embedding-model-training/custom-embedding-model-training-data.md): Lucidworks AI custom embedding model training - [RNN models](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-custom-embedding-model-training/custom-embedding-rnn-models.md): Lucidworks AI custom embedding model training - [Transformer RNN models](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-custom-embedding-model-training/custom-embedding-transformer-rnn-models.md): Lucidworks AI custom embedding model training - [Custom model training user interface](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-custom-embedding-model-training/custom-model-training-user-interface.md) - [Custom embedding model training](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-custom-embedding-model-training/overview.md) - [Lucidworks AI Gateway](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-gateway.md) - [Generative AI](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-generative-ai.md) - [Pre-trained embedding models](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-pre-trained-embedding-models.md) - [Data Handling and Security FAQ](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-security-faq.md): Lucidworks AI - [LWAI Batch Vectorize Index Stage](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-stages/batch-vectorize-field-via-lucidworks-ai-index-stage.md): Lucidworks AI - [Chunking RAG Bridge Query Stage](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-stages/chunking-rag-bridge.md): Lucidworks AI - [LWAI Chunker Index Stage](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-stages/lucidworks-ai-chunker-index-stage.md): Lucidworks AI - [Lucidworks AI Prediction index stage](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-stages/lucidworks-ai-prediction-index-stage.md): Lucidworks AI - [Lucidworks AI Prediction query stage](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-stages/lucidworks-ai-prediction-query-stage.md) - [Fusion stages for AI](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-stages/overview.md): Lucidworks AI - [Lucidworks AI Vectorize Field](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-stages/vectorize-field-via-lucidworks-ai-index-stage.md): Lucidworks AI - [Lucidworks AI Vectorize Query](https://doc.lucidworks.com/docs/lw-platform/lw-ai/lw-ai-stages/vectorize-query-via-lucidworks-ai-query-stage.md): Lucidworks AI - [Lucidworks AI](https://doc.lucidworks.com/docs/lw-platform/lw-ai/overview.md) - [Quickstart](https://doc.lucidworks.com/docs/lw-platform/lw-ai/quickstart-lucidworks-ai-nhs-rag.md): Lucidworks AI Neural Hybrid Search and RAG - [Analytics Studio and Commerce Studio](https://doc.lucidworks.com/docs/lw-platform/lw-analytics/analytics-and-commerce-studio.md) - [Metrics](https://doc.lucidworks.com/docs/lw-platform/lw-analytics/analytics-screen.md) - [Analytics Studio](https://doc.lucidworks.com/docs/lw-platform/lw-analytics/overview.md) - [Quickstart](https://doc.lucidworks.com/docs/lw-platform/lw-analytics/quickstart.md): Start collecting user insights in 3 steps. - [Beacon configuration interface](https://doc.lucidworks.com/docs/lw-platform/lw-analytics/signals/beacon-configuration-interface.md) - [Signals Beacon FAQ](https://doc.lucidworks.com/docs/lw-platform/lw-analytics/signals/faq.md) - [Signals](https://doc.lucidworks.com/docs/lw-platform/lw-analytics/signals/overview.md) - [Signal Usage Metrics](https://doc.lucidworks.com/docs/lw-platform/lw-analytics/signals/signal-usage.md) - [Signals API](https://doc.lucidworks.com/docs/lw-platform/lw-analytics/signals/signals-api.md) - [Signals Beacon](https://doc.lucidworks.com/docs/lw-platform/lw-analytics/signals/signals-beacon.md) - [Signals Store](https://doc.lucidworks.com/docs/lw-platform/lw-analytics/signals/signals-store.md) - [Core Settings](https://doc.lucidworks.com/docs/lw-platform/lw-core/overview.md) - [Quickstart](https://doc.lucidworks.com/docs/lw-platform/lw-core/quickstart.md): Build intuitive and configurable searches in 3 steps. - [Boost](https://doc.lucidworks.com/docs/lw-platform/lw-core/sites-boost.md): Core Settings - [Relevance](https://doc.lucidworks.com/docs/lw-platform/lw-core/sites-relevance.md): Core Settings - [Typeahead](https://doc.lucidworks.com/docs/lw-platform/lw-core/sites-typeahead.md): Core Settings - [Typeahead Service API](https://doc.lucidworks.com/docs/lw-platform/lw-core/typeahead-api.md) - [AI Ranking Insights](https://doc.lucidworks.com/docs/lw-platform/lw-cs/cs-ai-ranking-insights.md) - [Migration guide](https://doc.lucidworks.com/docs/lw-platform/lw-cs/cs-migrate.md) - [Editor](https://doc.lucidworks.com/docs/lw-platform/lw-cs/cstudio-editor.md) - [Rewrites](https://doc.lucidworks.com/docs/lw-platform/lw-cs/cstudio-query-rewrite.md) - [Rules](https://doc.lucidworks.com/docs/lw-platform/lw-cs/cstudio-rules.md) - [Settings](https://doc.lucidworks.com/docs/lw-platform/lw-cs/cstudio-settings.md) - [Commerce Studio versus Predictive Merchandiser](https://doc.lucidworks.com/docs/lw-platform/lw-cs/cstudio-versus-pm.md) - [Commerce Studio](https://doc.lucidworks.com/docs/lw-platform/lw-cs/overview.md) - [Indexes](https://doc.lucidworks.com/docs/lw-platform/lw-platform/indexes.md) - [Platform Features](https://doc.lucidworks.com/docs/lw-platform/lw-platform/overview.md): Lucidworks Platform - [Rate limiting](https://doc.lucidworks.com/docs/lw-platform/lw-platform/rate-limiting.md) - [Commerce Studio integration with Fusion](https://doc.lucidworks.com/docs/lw-platform/lw-platform/settings/fusion-integrations/commerce-studio-integration.md) - [Configuration Promotion tool integration with Fusion](https://doc.lucidworks.com/docs/lw-platform/lw-platform/settings/fusion-integrations/configuration-promotion-integration.md) - [Fusion Integrations](https://doc.lucidworks.com/docs/lw-platform/lw-platform/settings/fusion-integrations/overview.md) - [Users and Provisioning](https://doc.lucidworks.com/docs/lw-platform/lw-platform/settings/lw-users/overview.md) - [Single sign-on authentication](https://doc.lucidworks.com/docs/lw-platform/lw-platform/settings/lw-users/sso.md) - [Settings](https://doc.lucidworks.com/docs/lw-platform/lw-platform/settings/overview.md) - [Lucidworks Apache Solr Support Policy](https://doc.lucidworks.com/docs/policies/apache-solr-support-policy.md) - [Lucidworks Certified vs. Supported Policy](https://doc.lucidworks.com/docs/policies/certified-vs-supported-policy.md) - [Lucidworks Enterprise Technical Support Policy](https://doc.lucidworks.com/docs/policies/enterprise-technical-support.md) - [Lucidworks Feature Limited Availability](https://doc.lucidworks.com/docs/policies/feature-availability.md) - [Lucidworks Fusion Product Lifecycle](https://doc.lucidworks.com/docs/policies/lifecycle-policies/lw-fusion-product-lifecycle.md) - [Lucidworks Semantic Version Support Lifecycle](https://doc.lucidworks.com/docs/policies/lifecycle-policies/lw-semantic-version-support-lifecycle.md) - [Lucidworks Version Support Lifecycle](https://doc.lucidworks.com/docs/policies/lifecycle-policies/lw-version-support-lifecycle.md) - [Lucidworks Signals Beacon Privacy and Security Policies](https://doc.lucidworks.com/docs/policies/lw-signals-beacon.md) - [GDPR Compliance Policy](https://doc.lucidworks.com/docs/policies/lw-signals-beacon-gdpr-compliance.md) - [Lucidworks Managed Services Technical Support Policy](https://doc.lucidworks.com/docs/policies/managed-technical-support.md) - [Lucidworks Modern Technical Support Policy](https://doc.lucidworks.com/docs/policies/modern-technical-support.md) - [Policies](https://doc.lucidworks.com/docs/policies/overview.md) - [Technical Support](https://doc.lucidworks.com/docs/policies/technical-support.md) ## OpenAPI Specs - [machine-learning-platform-prompt-passthrough](https://doc.lucidworks.com/api-reference/saas/machine-learning-platform-prompt-passthrough.json) - [machine-learning-platform-predict](https://doc.lucidworks.com/api-reference/saas/machine-learning-platform-predict.json) - [machine-learning-platform-async-prediction](https://doc.lucidworks.com/api-reference/saas/machine-learning-platform-async-prediction.json) - [lw-platform-typeahead](https://doc.lucidworks.com/api-reference/saas/lw-platform-typeahead.json) - [fusion-api-swagger](https://doc.lucidworks.com/api-reference/5.9/fusion-api-swagger.json) - [fusion-api-query](https://doc.lucidworks.com/api-reference/5.9/fusion-api-query.json) - [fusion-api-indexing](https://doc.lucidworks.com/api-reference/5.9/fusion-api-indexing.json) - [fusion-api-connectors](https://doc.lucidworks.com/api-reference/5.9/fusion-api-connectors.json) - [fusion-api-templating](https://doc.lucidworks.com/api-reference/5.17/fusion-api-templating.json) - [fusion-api-ml-model-service](https://doc.lucidworks.com/api-reference/5.17/fusion-api-ml-model-service.json) - [fusion-api-job-rest-server](https://doc.lucidworks.com/api-reference/5.17/fusion-api-job-rest-server.json) - [fusion-api-job-launcher](https://doc.lucidworks.com/api-reference/5.17/fusion-api-job-launcher.json) - [fusion-api-job-config](https://doc.lucidworks.com/api-reference/5.17/fusion-api-job-config.json) - [fusion-api-async-parsing](https://doc.lucidworks.com/api-reference/5.17/fusion-api-async-parsing.json) - [fusion-api-apps-manager](https://doc.lucidworks.com/api-reference/5.17/fusion-api-apps-manager.json) - [fusion-api-api-docs](https://doc.lucidworks.com/api-reference/5.17/fusion-api-api-docs.json) - [machine-learning-platform-use-case](https://doc.lucidworks.com/api-reference/saas/machine-learning-platform-use-case.json) - [lw-platform-signals](https://doc.lucidworks.com/api-reference/saas/lw-platform-signals.json) - [machine-learning-platform-async-chunking](https://doc.lucidworks.com/api-reference/saas/machine-learning-platform-async-chunking.json) - [machine-learning-models](https://doc.lucidworks.com/api-reference/saas/machine-learning-models.json) - [authentication](https://doc.lucidworks.com/api-reference/saas/authentication.json) - [signals](https://doc.lucidworks.com/api-reference/saas/signals.json) - [query-conf](https://doc.lucidworks.com/api-reference/saas/query-conf.json) - [push](https://doc.lucidworks.com/api-reference/saas/push.json) - [machine-learning-platform-tokenization](https://doc.lucidworks.com/api-reference/saas/machine-learning-platform-tokenization.json) - [authentication-csrch](https://doc.lucidworks.com/api-reference/saas/authentication-csrch.json) - [service-zk-import-export](https://doc.lucidworks.com/api-reference/4.2/service-zk-import-export.json) - [service-webapps](https://doc.lucidworks.com/api-reference/4.2/service-webapps.json) - [service-webapps-appkit](https://doc.lucidworks.com/api-reference/4.2/service-webapps-appkit.json) - [service-webapps-admin](https://doc.lucidworks.com/api-reference/4.2/service-webapps-admin.json) - [service-usage](https://doc.lucidworks.com/api-reference/4.2/service-usage.json) - [service-taxonomy](https://doc.lucidworks.com/api-reference/4.2/service-taxonomy.json) - [service-tasks](https://doc.lucidworks.com/api-reference/4.2/service-tasks.json) - [service-system](https://doc.lucidworks.com/api-reference/4.2/service-system.json) - [service-system-autocomplete](https://doc.lucidworks.com/api-reference/4.2/service-system-autocomplete.json) - [service-synonyms-editor](https://doc.lucidworks.com/api-reference/4.2/service-synonyms-editor.json) - [service-swagger](https://doc.lucidworks.com/api-reference/4.2/service-swagger.json) - [service-suggestions-datasources](https://doc.lucidworks.com/api-reference/4.2/service-suggestions-datasources.json) - [service-spark](https://doc.lucidworks.com/api-reference/4.2/service-spark.json) - [service-solrconfig](https://doc.lucidworks.com/api-reference/4.2/service-solrconfig.json) - [service-solrAdmin](https://doc.lucidworks.com/api-reference/4.2/service-solrAdmin.json) - [service-solr](https://doc.lucidworks.com/api-reference/4.2/service-solr.json) - [service-signals](https://doc.lucidworks.com/api-reference/4.2/service-signals.json) - [service-searchLogs](https://doc.lucidworks.com/api-reference/4.2/service-searchLogs.json) - [service-searchCluster](https://doc.lucidworks.com/api-reference/4.2/service-searchCluster.json) - [service-schema](https://doc.lucidworks.com/api-reference/4.2/service-schema.json) - [service-scheduler](https://doc.lucidworks.com/api-reference/4.2/service-scheduler.json) - [service-registration](https://doc.lucidworks.com/api-reference/4.2/service-registration.json) - [service-recommend](https://doc.lucidworks.com/api-reference/4.2/service-recommend.json) - [service-query-stages](https://doc.lucidworks.com/api-reference/4.2/service-query-stages.json) - [service-query-rewrite](https://doc.lucidworks.com/api-reference/4.2/service-query-rewrite.json) - [service-query-profiles](https://doc.lucidworks.com/api-reference/4.2/service-query-profiles.json) - [service-query-profiles-crud](https://doc.lucidworks.com/api-reference/4.2/service-query-profiles-crud.json) - [service-query-profile-backcompat](https://doc.lucidworks.com/api-reference/4.2/service-query-profile-backcompat.json) - [service-query-pipelines](https://doc.lucidworks.com/api-reference/4.2/service-query-pipelines.json) - [service-query-pipeline-templates](https://doc.lucidworks.com/api-reference/4.2/service-query-pipeline-templates.json) - [service-partitions](https://doc.lucidworks.com/api-reference/4.2/service-partitions.json) - [service-parsers](https://doc.lucidworks.com/api-reference/4.2/service-parsers.json) - [service-parser-templates](https://doc.lucidworks.com/api-reference/4.2/service-parser-templates.json) - [service-objects](https://doc.lucidworks.com/api-reference/4.2/service-objects.json) - [service-nodes](https://doc.lucidworks.com/api-reference/4.2/service-nodes.json) - [service-messaging](https://doc.lucidworks.com/api-reference/4.2/service-messaging.json) - [service-links](https://doc.lucidworks.com/api-reference/4.2/service-links.json) - [service-license](https://doc.lucidworks.com/api-reference/4.2/service-license.json) - [service-jobs](https://doc.lucidworks.com/api-reference/4.2/service-jobs.json) - [service-introspect](https://doc.lucidworks.com/api-reference/4.2/service-introspect.json) - [service-index-stages](https://doc.lucidworks.com/api-reference/4.2/service-index-stages.json) - [service-index-profiles](https://doc.lucidworks.com/api-reference/4.2/service-index-profiles.json) - [service-index-profiles-crud](https://doc.lucidworks.com/api-reference/4.2/service-index-profiles-crud.json) - [service-index-pipelines](https://doc.lucidworks.com/api-reference/4.2/service-index-pipelines.json) - [service-index-pipeline-templates](https://doc.lucidworks.com/api-reference/4.2/service-index-pipeline-templates.json) - [service-history](https://doc.lucidworks.com/api-reference/4.2/service-history.json) - [service-history-id](https://doc.lucidworks.com/api-reference/4.2/service-history-id.json) - [service-groups](https://doc.lucidworks.com/api-reference/4.2/service-groups.json) - [service-features](https://doc.lucidworks.com/api-reference/4.2/service-features.json) - [service-experiments](https://doc.lucidworks.com/api-reference/4.2/service-experiments.json) - [service-custom-rule-type-crud](https://doc.lucidworks.com/api-reference/4.2/service-custom-rule-type-crud.json) - [service-connectors-status](https://doc.lucidworks.com/api-reference/4.2/service-connectors-status.json) - [service-connectors-plugins](https://doc.lucidworks.com/api-reference/4.2/service-connectors-plugins.json) - [service-connectors-jobs](https://doc.lucidworks.com/api-reference/4.2/service-connectors-jobs.json) - [service-connectors-history](https://doc.lucidworks.com/api-reference/4.2/service-connectors-history.json) - [service-connectors-datasources](https://doc.lucidworks.com/api-reference/4.2/service-connectors-datasources.json) - [service-configurations](https://doc.lucidworks.com/api-reference/4.2/service-configurations.json) - [service-collections](https://doc.lucidworks.com/api-reference/4.2/service-collections.json) - [service-catalog](https://doc.lucidworks.com/api-reference/4.2/service-catalog.json) - [service-blobs](https://doc.lucidworks.com/api-reference/4.2/service-blobs.json) - [service-archive](https://doc.lucidworks.com/api-reference/4.2/service-archive.json) - [service-apps](https://doc.lucidworks.com/api-reference/4.2/service-apps.json)