Skip to content

Commit

Permalink
enables old lucene operator until all will be migrated
Browse files Browse the repository at this point in the history
  • Loading branch information
robfrank committed Feb 24, 2017
1 parent 8a37c1b commit d2063cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class OLuceneOperatorFactory implements OQueryOperatorFactory {
static {
final Set<OQueryOperator> operators = new HashSet<OQueryOperator>();

// operators.add(new OLuceneTextOperator());
operators.add(new OLuceneTextOperator());
OPERATORS = Collections.unmodifiableSet(operators);
}

Expand Down

0 comments on commit d2063cf

Please sign in to comment.