Skip to content
Snippets Groups Projects
Commit 2de34f46 authored by mbrodhu's avatar mbrodhu
Browse files

sandbox

parent ef17a05a
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ public abstract class IdentifierListDelivererAbstract implements IdentifierListD
queryField = TGConstants.PROJECT_ID_FOR_TEXTGRID;
valueField = setParts[1];
}
System.out.println("");
QueryBuilder matchQuery = QueryBuilders.matchPhraseQuery(queryField, valueField);
QueryBuilder boolQuery = QueryBuilders.boolQuery().must(rangeQuery).must(matchQuery).mustNot(filterSandBox);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment