File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
main/java/org/elasticsearch/lucene/queries
test/java/org/elasticsearch/index/query Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 2525/**
2626 * A {@link SpanQuery} that matches no documents.
2727 */
28- //TODO is this still needed?
28+ // TODO is this still needed?
2929public class SpanMatchNoDocsQuery extends SpanQuery {
3030 private final String field ;
3131 private final String reason ;
Original file line number Diff line number Diff line change 1818import org .elasticsearch .common .ParsingException ;
1919import org .elasticsearch .index .mapper .IdFieldMapper ;
2020import org .elasticsearch .index .mapper .MappedFieldType ;
21- import org .elasticsearch .lucene .queries .SpanMatchNoDocsQuery ;
2221import org .elasticsearch .xcontent .json .JsonStringEncoder ;
2322
2423import java .io .IOException ;
You can’t perform that action at this time.
0 commit comments