1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3/rpc_server/mdssvc/README
Ralph Boehme 4b0ee5d209 s3-mdssvc: lexer and parser for Spotlight queries
Add a lexer and parser for translating Spotlight query strings to
SPARQL.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
2015-07-07 17:34:28 +02:00

15 lines
326 B
Plaintext

Introduction:
=============
This directory contains source code for the metadata search service
aka Spotlight.
Bison and flex:
===============
Not yet integrated into the waf buildsystem, run these by hand:
$ bison -d -o sparql_parser.c sparql_parser.y
$ flex -o sparql_lexer.c sparql_lexer.l
or use the bundled Makefile.