mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-01 08:29:09 +00:00
Add comment about making parser members private instead of public
This commit is contained in:
parent
7fde410586
commit
f716a86f40
@ -31,6 +31,7 @@ import org.elasticsearch.search.suggest.Suggesters;
|
||||
public class SearchRequestParsers {
|
||||
// TODO: this class should be renamed to SearchRequestParser, and all the parse
|
||||
// methods split across RestSearchAction and SearchSourceBuilder should be moved here
|
||||
// TODO: make all members private once parsing functions are moved here
|
||||
|
||||
// TODO: IndicesQueriesRegistry should be removed and just have the map of query parsers here
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user