@return Whether or not the lookup should be done on the main data table
()
| 199 | |
| 200 | /** @return Whether or not the lookup should be done on the main data table */ |
| 201 | public boolean useMeta() { |
| 202 | return use_meta; |
| 203 | } |
| 204 | |
| 205 | /** @return A limit on the number of results returned per query */ |
| 206 | public int getLimit() { |
no outgoing calls
no test coverage detected