Add comment about making parser members private instead of public

This commit is contained in:
Ryan Ernst 2016-08-16 11:25:34 -07:00
parent 7fde410586
commit f716a86f40
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ import org.elasticsearch.search.suggest.Suggesters;
public class SearchRequestParsers { public class SearchRequestParsers {
// TODO: this class should be renamed to SearchRequestParser, and all the parse // TODO: this class should be renamed to SearchRequestParser, and all the parse
// methods split across RestSearchAction and SearchSourceBuilder should be moved here // 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 // TODO: IndicesQueriesRegistry should be removed and just have the map of query parsers here
/** /**