Project

General

Profile

« Previous | Next » 

Revision 30124

added filter by index id in the inspector ui

View differences:

IndexClient.java
11 11

  
12 12
	List<BrowseEntry> browse(String query, List<String> browseFields, int max) throws IndexClientException;
13 13

  
14
	List<BrowseEntry> browse(String query, List<String> browseFields, int max, List<String> filterQuery) throws IndexClientException;
15

  
14 16
}

Also available in: Unified diff