KeyKit
← All conversions

Convert Brandwatch to Lucene

Take a Brandwatch query to any Lucene-backed store (Elasticsearch, OpenSearch) when you leave the suite but keep the data.

Once the syntax is sorted

Three different situations, depending on how far along the move is.

Testing a new provider? Run a full KeyKit evaluation. →Want Mulberry to do the sourcing for you? Talk to Mulberry →Run conversions from your agent with a free key. Get a key →
Reference

Worked example

Brandwatch query
(outage NEAR/3 network) AND site:status.io
Lucene output
"outage network"~3 AND site:status.io

What carries over, and what does not

Carries over
  • Boolean AND / OR / NOT
  • Proximity (NEAR/n)
  • Wildcards
Degrades or drops
  • An OR chain over 500 branches is truncated to 500 (an engine-wide limit, not specific to Lucene)

Related conversions

Brandwatch to Boolean (Generic)Brandwatch to TalkwalkerBrandwatch to Meltwater