Skip to content

Commit

Permalink
Merge pull request skypher#3 from html/adding-match-all-query
Browse files Browse the repository at this point in the history
Added match-all-query to package, removed duplicate export symbol
  • Loading branch information
skypher committed May 22, 2013
2 parents 7f34038 + fd921dd commit 6f91536
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions montezuma.asd
Expand Up @@ -91,6 +91,7 @@
(:file "wildcard-term-enum" :depends-on ("filtered-term-enum"))
(:file "phrase-query" :depends-on ("query"))
(:file "range-query" :depends-on ("query"))
(:file "match-all-query" :depends-on ("query"))
(:file "top-docs" :depends-on ("api"))
(:file "index-searcher" :depends-on ("api"))
;; (:file "sort" :depends-on ("api" "sort-field"))
Expand Down
4 changes: 2 additions & 2 deletions src/package.lisp
Expand Up @@ -52,7 +52,6 @@
#:optimize
#:make-term
#:max-doc
#:search
#:weight
#:scorer
#:reader
Expand Down Expand Up @@ -84,4 +83,5 @@

#:boolean-query
#:boolean-clause
#:add-query))
#:add-query
#:match-all-query))

0 comments on commit 6f91536

Please sign in to comment.