File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
server/src/main/java/org/opensearch/index/mapper Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 15
15
import org .apache .lucene .queries .spans .SpanQuery ;
16
16
import org .apache .lucene .search .MultiTermQuery ;
17
17
import org .apache .lucene .search .Query ;
18
+ import org .opensearch .common .annotation .PublicApi ;
18
19
import org .opensearch .common .geo .ShapeRelation ;
19
20
import org .opensearch .common .time .DateMathParser ;
20
21
import org .opensearch .common .unit .Fuzziness ;
39
40
* Subclasses can extend this class to wrap an existing {@link MappedFieldType} to reuse most functionality, while
40
41
* customizing/modifying some specific behavior by overriding the relevant methods.
41
42
*/
43
+ @ PublicApi (since = "3.0.0" )
42
44
public abstract class FilterFieldType extends MappedFieldType {
43
45
protected final MappedFieldType delegate ;
44
46
You can’t perform that action at this time.
0 commit comments