The Wayback Machine - https://web.archive.org/web/20200626131739/https://github.com/topics/text-search
Skip to content
#

text-search

Here are 68 public repositories matching this topic...

esatterwhite
esatterwhite commented Mar 6, 2020

ZomboDB version: 4.0
Postgres version: 11.6
Elasticsearch version: 6.5.2

Problem Description:
I'd like to get results back from arbitrary_agg, but it only returns the document count. Or I'm doing something wrong?

SELECT *
FROM zdb.arbitrary_agg(
  'spotlite_zdx',
  dsl.match_all(),
  '{
    "messages" : {
      "filters" : {
        "filters" : [
          { "term" : { "

🔍NEW ultra fast grep with interactive query UI: search file systems, source code, text, binary files, archives (cpio/tar/pax/zip), compressed files (gz/Z/bz2/lzma/xz), documents, fuzzy search, and more. A faster, user-friendly replacement for GNU/BSD grep.

  • Updated Jun 22, 2020
  • C++
hannahbast
hannahbast commented Apr 21, 2020

Consider the following query, where the ?x in the SELECT clause is deliberately unbound:

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?x ?award_received WHERE {
  wd:Q873 wdt:P166 ?award_received
}

The correct result table would have an empty first column (because ?x is unbound) and second column containing all the awar

Improve this page

Add a description, image, and links to the text-search topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the text-search topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.