mirror of
https://github.com/samba-team/samba.git
synced 2025-01-06 13:18:07 +03:00
1809843614
Instead of returning the real server-side absolute path of shares and search results, return a fake absolute path replacing the path of the share with the share name, iow for a share "test" with a server-side path of "/foo/bar", we previously returned /foo/bar and /foo/bar/search/result and now return /test and /test/search/result BUG: https://bugzilla.samba.org/show_bug.cgi?id=15388 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> |
||
---|---|---|
.. | ||
dalloc.c | ||
dalloc.h | ||
elasticsearch_mappings.json | ||
es_lexer.l | ||
es_mapping.c | ||
es_mapping.h | ||
es_parser_test.c | ||
es_parser.y | ||
marshalling.c | ||
marshalling.h | ||
mdssvc_es.c | ||
mdssvc_es.h | ||
mdssvc_noindex.c | ||
mdssvc_noindex.h | ||
mdssvc_tracker.c | ||
mdssvc_tracker.h | ||
mdssvc.c | ||
mdssvc.h | ||
README | ||
sparql_lexer.l | ||
sparql_mapping.c | ||
sparql_mapping.h | ||
sparql_parser_test.c | ||
sparql_parser.y | ||
srv_mdssvc_nt.c | ||
srv_mdssvc_nt.h | ||
test_mdsparser_es.c |
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.