Skip to content

Commit

Permalink
Fix compile errors in FacetMatcherScript
Browse files Browse the repository at this point in the history
  • Loading branch information
pavolzbell committed Jul 17, 2013
1 parent 2142678 commit 5229b73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@

*.class

bin/*.jar

Empty file modified bin/.gitkeep
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion src/sk/opencourts/elasticsearch/FacetMatcherScript.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@

public final class FacetMatcherScript extends AbstractSearchScript
{
private final String term;
private final String query;

private String term;

public FacetMatcherScript(final @Nullable Map<String, Object> parameters)
{
this.query = (String) parameters.get("query");
Expand Down

0 comments on commit 5229b73

Please sign in to comment.