Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 653e1e9

Browse files
committed
remove unused function removeFuzzySearchOperator
Signed-off-by: Radim Hrazdil <[email protected]>
1 parent 9e0d3b8 commit 653e1e9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

platform/parsers/elastic_query_dsl/lucene/lucene_parser.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -364,10 +364,6 @@ func (p *luceneParser) parseOneBound(query string, closingBound bool) (bound any
364364
}
365365
}
366366

367-
func (p *luceneParser) removeFuzzySearchOperator(query string) string {
368-
return p.removeSpecialCharacter(query, fuzzyOperator)
369-
}
370-
371367
func (p *luceneParser) removeBoostingOperator(query string) string {
372368
return p.removeSpecialCharacter(query, boostingOperator)
373369
}

0 commit comments

Comments
 (0)