[SEARCH-2677] Extract SearchEngineResultSet and SearchEngineResultMetadata interfaces (#286)

* [SEARCH-2677] Extract SearchEngineResultSet and SearchEngineResultMetadata interfaces

* [SEARCH-2677] Scan the ResultSet decorator chain for a maximum of 3 nested levels
This commit is contained in:
Andrea Gazzarini
2021-02-19 12:09:40 +01:00
committed by GitHub
parent de18900d90
commit 1ff90242b0
11 changed files with 161 additions and 80 deletions

View File

@@ -35,7 +35,7 @@ import org.junit.Test;
* @author Michael Suzuki
*
*/
public class SolrSQLJSONResultSetTest
public class SolrSQLJSONResultMetadataSetTest
{
@Test
public void parseSQLResponse() throws JSONException