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…
Reference in New Issue