Skip to content

Commit

Permalink
Set the default QueryParser field to "all"
Browse files Browse the repository at this point in the history
  • Loading branch information
eee-c committed Apr 21, 2009
1 parent d222930 commit 554485c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@ final class Config {

static final Analyzer ANALYZER = new MyAnalyzer();

static final QueryParser QP = new QueryParser("", ANALYZER);
static final QueryParser QP = new QueryParser("all", ANALYZER);

static final String DB = "_db";

Expand Down

0 comments on commit 554485c

Please sign in to comment.