Skip to content

Commit 959d7b5

Browse files
committed
Remove lucene query parser lib
Originally added for an experiment to parse lucene query_string queries, this lib is not currently used. Removeing from the autoloader sequence, but leaving the lib and grammar file in case I want to revisit the experiment later.
1 parent 0aec577 commit 959d7b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

_site/js/load.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
head.js("js/vendor/json2.js")
55
.js("js/vendor/jsonlint.js")
6-
.js("js/vendor/lucene/lucene-query-parser.js")
76
.js("http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js","js/vendor/angular.min.js", function() {
87
head.js("js/vendor/angular-sanitize.min.js","js/vendor/ng-bootstrap/ui-bootstrap-custom-tpls-0.1.0-SNAPSHOT.min.js","js/vendor/select2/select2.min.js","js/vendor/select2/angular-ui.min.js", "js/app.js", function() {
98
head.js("js/controllers/DropdownCtrl.js")

0 commit comments

Comments
 (0)