0
0
bleve/search/build.sh
Marty Schoch f225d484b3 overhauled search
many bugs fixed in existing search
phrase query updated to support gaps in term sequence
new query types
all,none,match,phrase match
and new query syntax search, like google search:
+/-(optional field qualifier:)<term or quoted phrase>
2014-07-11 14:49:59 -04:00

9 lines
138 B
Bash
Executable File

#! /bin/sh
echo Running nex...
nex query_syntax.nex
echo Running goyacc...
go tool yacc query_syntax.y
echo Running go build...
go build