Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Squirro Version 3.2.5 introduces search completion based on document features. This is in addition to the typeahead based on facet values.

Table of Contents

Features

  • Matching on key-phrases and document title

  • Fuzzy phrase-term matching

    • Optional enforcing of in-order term matching

    • Support for phrase slop: maximum number of intervening unmatched positions

Setup

To enable the content-based typeahead, add the NLP Keyphrase Tagger step to the corresponding pipeline.

Add the NLP Keyphrase Tagger pipelet (found in the Custom section) to a pipeline workflow:

This enrichment will create a hidden facet nlp_tag__phrases, which contains the extracted key phrases:

  • No labels