SYMBOL INDEX (423 symbols across 58 files) FILE: src/main/java/com/graphaware/es/gas/GraphAidedSearch.java class GraphAidedSearch (line 31) | public class GraphAidedSearch extends AbstractLifecycleComponent wrapper) { method order (line 57) | @Override method apply (line 62) | @Override method apply (line 75) | @Override FILE: src/main/java/com/graphaware/es/gas/GraphAidedSearchModule.java class GraphAidedSearchModule (line 20) | public class GraphAidedSearchModule extends AbstractModule { method configure (line 22) | @Override FILE: src/main/java/com/graphaware/es/gas/GraphAidedSearchPlugin.java class GraphAidedSearchPlugin (line 29) | public class GraphAidedSearchPlugin extends Plugin { method name (line 31) | @Override method description (line 36) | @Override method onModule (line 41) | public void onModule(final ActionModule module) { method onModule (line 45) | public void onModule(final ClusterModule module) { method nodeModules (line 52) | @Override FILE: src/main/java/com/graphaware/es/gas/booster/SearchResultBooster.java type SearchResultBooster (line 20) | public interface SearchResultBooster extends SearchResultModifier { FILE: src/main/java/com/graphaware/es/gas/booster/SearchResultCypherBooster.java class SearchResultCypherBooster (line 38) | @SearchBooster(name = "SearchResultCypherBooster") method SearchResultCypherBooster (line 48) | public SearchResultCypherBooster(Settings settings, IndexInfo indexInf... method extendedParseRequest (line 53) | @Override method externalDoReorder (line 62) | @Override method getExternalResults (line 68) | protected Map getExternalResults(Set k... method getParameters (line 79) | public HashMap getParameters(Set resultKeySet) { method getEndpoint (line 86) | public String getEndpoint(String serverUrl) { method getScoreResultName (line 90) | public String getScoreResultName() { method getIdResultName (line 94) | public String getIdResultName() { method checkResultRow (line 98) | protected void checkResultRow(ResultRow resultRow) { method dispatchInvalidResultException (line 107) | private void dispatchInvalidResultException(String missingKey) { FILE: src/main/java/com/graphaware/es/gas/booster/SearchResultExternalBooster.java class SearchResultExternalBooster (line 32) | public abstract class SearchResultExternalBooster extends CypherSettings... method SearchResultExternalBooster (line 47) | public SearchResultExternalBooster(Settings settings, IndexInfo indexS... method parseRequest (line 51) | @Override method modify (line 69) | @Override method composeScore (line 122) | protected float composeScore(float esScore, float extScore) { method getSize (line 140) | public int getSize() { method getFrom (line 144) | public int getFrom() { method getMaxResultSize (line 148) | public int getMaxResultSize() { method externalDoReorder (line 152) | protected abstract Map externalDoReorder(Set extParams) { method validateOperator (line 158) | protected void validateOperator() { method getComposeScoreOperator (line 173) | protected String getComposeScoreOperator() { FILE: src/main/java/com/graphaware/es/gas/booster/SearchResultNeo4jBooster.java class SearchResultNeo4jBooster (line 47) | @SearchBooster(name = "SearchResultNeo4jBooster") method SearchResultNeo4jBooster (line 58) | public SearchResultNeo4jBooster(Settings settings, IndexInfo indexSett... method externalDoReorder (line 63) | @Override method getReorderedResults (line 73) | public Map getReorderedResults(List getExternalResults(Set keySet) { method setHeader (line 112) | private void setHeader(WebResource.Builder resBuilder) { method extendedParseRequest (line 122) | @Override method getParameters (line 129) | public MultivaluedMap getParameters(Set keySet) { method getTargetId (line 138) | protected String getTargetId() { method getKeyProperty (line 142) | public String getKeyProperty() { method getEndpoint (line 146) | public String getEndpoint() { method implodeKeySet (line 152) | public String implodeKeySet(Set keySet) { FILE: src/main/java/com/graphaware/es/gas/cypher/CypherBoltHttpEndPoint.java class CypherBoltHttpEndPoint (line 32) | public class CypherBoltHttpEndPoint extends CypherEndPoint { method CypherBoltHttpEndPoint (line 36) | CypherBoltHttpEndPoint(Settings settings, String neo4jUrl, String neo4... method executeCypher (line 41) | public CypherResult executeCypher(String cypherQuery) { method executeCypher (line 45) | @Override method buildResult (line 70) | private CypherResult buildResult(StatementResult response) { method executeCypher (line 83) | @Override FILE: src/main/java/com/graphaware/es/gas/cypher/CypherEndPoint.java class CypherEndPoint (line 24) | public abstract class CypherEndPoint { method CypherEndPoint (line 32) | public CypherEndPoint(Settings settings, String neo4jHost) { method CypherEndPoint (line 36) | public CypherEndPoint(Settings settings, String neo4jHost, String neo4... method getNeo4jPassword (line 47) | public String getNeo4jPassword() { method getNeo4jUsername (line 51) | public String getNeo4jUsername() { method getNeo4jHost (line 55) | public String getNeo4jHost() { method executeCypher (line 59) | public abstract CypherResult executeCypher(String query, HashMap hea... FILE: src/main/java/com/graphaware/es/gas/cypher/CypherEndPointBuilder.java class CypherEndPointBuilder (line 20) | public class CypherEndPointBuilder { method CypherEndPointBuilder (line 30) | public CypherEndPointBuilder(CypherEndPointType protocol) { method CypherEndPointBuilder (line 34) | public CypherEndPointBuilder(String protocol) { method settings (line 39) | public CypherEndPointBuilder settings(Settings settings) { method neo4jHostname (line 44) | public CypherEndPointBuilder neo4jHostname(String neo4jHost) { method neo4jBoltHostname (line 49) | public CypherEndPointBuilder neo4jBoltHostname(String neo4jBoltHost) { method username (line 54) | public CypherEndPointBuilder username(String neo4jUsername) { method password (line 59) | public CypherEndPointBuilder password(String neo4jPassword) { method encryption (line 64) | public CypherEndPointBuilder encryption(boolean encryption) { method build (line 69) | public CypherEndPoint build() { method checkNeo4jHost (line 88) | private void checkNeo4jHost() { type CypherEndPointType (line 93) | public enum CypherEndPointType { method CypherEndPointType (line 99) | CypherEndPointType(String name) { method getName (line 103) | public String getName() { method getEnum (line 107) | public static CypherEndPointType getEnum(String value) { FILE: src/main/java/com/graphaware/es/gas/cypher/CypherHttpEndPoint.java class CypherHttpEndPoint (line 35) | public class CypherHttpEndPoint extends CypherEndPoint { method CypherHttpEndPoint (line 48) | public CypherHttpEndPoint(Settings settings, String neo4jUrl, String n... method buildCypherQuery (line 56) | public String buildCypherQuery(String cypherQuery) { method executeCypher (line 60) | @Override method executeCypher (line 67) | @Override method buildCypherResult (line 77) | public CypherResult buildCypherResult(Map response) { method buildCypherQuery (line 101) | public String buildCypherQuery(String cypherQuery, Map... method post (line 117) | public Map post(String url, HashMap he... method checkErrors (line 156) | private void checkErrors(Map results) { FILE: src/main/java/com/graphaware/es/gas/cypher/CypherResult.java class CypherResult (line 21) | public class CypherResult { method addRow (line 25) | public void addRow(ResultRow resultRow) { method getRows (line 29) | public List getRows() { FILE: src/main/java/com/graphaware/es/gas/cypher/CypherSettingsReader.java class CypherSettingsReader (line 21) | public class CypherSettingsReader { method CypherSettingsReader (line 30) | public CypherSettingsReader(Settings settings, IndexInfo indexSettings) { method createCypherEndPoint (line 40) | protected CypherEndPoint createCypherEndPoint(String protocol, Setting... method getNeo4jHost (line 51) | public String getNeo4jHost() { method getNeo4jUsername (line 55) | public String getNeo4jUsername() { method getNeo4jPassword (line 59) | public String getNeo4jPassword() { method getMaxResultWindow (line 63) | public int getMaxResultWindow() { method getSettings (line 67) | public Settings getSettings() { method isSecureBolt (line 71) | public boolean isSecureBolt() { method getNeo4jBoltHost (line 75) | public String getNeo4jBoltHost() { FILE: src/main/java/com/graphaware/es/gas/cypher/ResultRow.java class ResultRow (line 21) | public class ResultRow { method add (line 25) | public void add(String columnKey, Object item) { method get (line 29) | public Object get(String columnKey) { method getValues (line 33) | public Map getValues() { FILE: src/main/java/com/graphaware/es/gas/domain/ClauseConstants.java class ClauseConstants (line 19) | public final class ClauseConstants { method ClauseConstants (line 48) | private ClauseConstants() { FILE: src/main/java/com/graphaware/es/gas/domain/ExternalResult.java class ExternalResult (line 18) | public class ExternalResult { method ExternalResult (line 25) | public ExternalResult() { method ExternalResult (line 28) | public ExternalResult(String objectId, float score) { method getNodeId (line 33) | public long getNodeId() { method setNodeId (line 37) | public void setNodeId(long nodeId) { method getObjectId (line 41) | public String getObjectId() { method setObjectId (line 45) | public void setObjectId(String uuid) { method getScore (line 57) | public float getScore() { method setScore (line 61) | public void setScore(float score) { FILE: src/main/java/com/graphaware/es/gas/domain/IndexInfo.java class IndexInfo (line 18) | public class IndexInfo { method IndexInfo (line 31) | IndexInfo() { method IndexInfo (line 38) | public IndexInfo(final String hostname, final String username, final S... method IndexInfo (line 42) | public IndexInfo(final String hostname, final String boltHostname, fin... method IndexInfo (line 46) | public IndexInfo(final String hostname, final String boltHostname, fin... method IndexInfo (line 52) | public IndexInfo(final String hostname, boolean enabled, int maxResult... method IndexInfo (line 56) | public IndexInfo(final String hostname, final String boltHostname, boo... method getNeo4jHost (line 63) | public String getNeo4jHost() { method isEnabled (line 67) | public boolean isEnabled() { method getMaxResultWindow (line 71) | public int getMaxResultWindow() { method toString (line 75) | @Override method getNeo4jUsername (line 85) | public String getNeo4jUsername() { method getNeo4jPassword (line 89) | public String getNeo4jPassword() { method getNeo4jBoltHost (line 93) | public String getNeo4jBoltHost() { method isSecureBolt (line 97) | public boolean isSecureBolt() { FILE: src/main/java/com/graphaware/es/gas/filter/SearchResultCypherFilter.java class SearchResultCypherFilter (line 39) | @SearchFilter(name = "SearchResultCypherFilter") method SearchResultCypherFilter (line 59) | public SearchResultCypherFilter(Settings settings, IndexInfo indexSett... method parseRequest (line 63) | @Override method modify (line 85) | @Override method getFilteredItems (line 131) | protected Set getFilteredItems() { method getCypherResult (line 142) | protected CypherResult getCypherResult() { method getFilteredItem (line 146) | protected String getFilteredItem(ResultRow resultRow) { method getSize (line 154) | public int getSize() { method getFrom (line 158) | public int getFrom() { method getIdResultName (line 162) | public String getIdResultName() { method getIdentifier (line 166) | private static String getIdentifier(Object objectId) { FILE: src/main/java/com/graphaware/es/gas/filter/SearchResultFilter.java type SearchResultFilter (line 21) | public interface SearchResultFilter extends SearchResultModifier { FILE: src/main/java/com/graphaware/es/gas/modifier/PrivilegedSearchResultModifier.java class PrivilegedSearchResultModifier (line 25) | public class PrivilegedSearchResultModifier implements SearchResultModif... method PrivilegedSearchResultModifier (line 29) | public PrivilegedSearchResultModifier(SearchResultModifier delegate) { method modify (line 33) | @Override method parseRequest (line 43) | @Override FILE: src/main/java/com/graphaware/es/gas/modifier/SearchResultModifier.java type SearchResultModifier (line 23) | public interface SearchResultModifier { method modify (line 25) | InternalSearchHits modify(final InternalSearchHits hits); method parseRequest (line 27) | void parseRequest(Map sourceAsMap); FILE: src/main/java/com/graphaware/es/gas/util/Instantiator.java class Instantiator (line 38) | public class Instantiator { method Instantiator (line 45) | public Instantiator(Settings settings) { method instantiate (line 51) | @SuppressWarnings("unchecked") method instantiatePrivileged (line 75) | private T instantiatePrivileged(final... method instantiate (line 83) | private T instantiate(String name, In... method loadCachedClasses (line 105) | private Map> loadCac... method loadClasses (line 117) | private Map> loadClasses(Class clazz, Class T extractParameter(String name, Map param... method extractParameter (line 33) | public static T extractParameter(String name, Map param... method ParamUtil (line 38) | private ParamUtil() { FILE: src/main/java/com/graphaware/es/gas/util/PluginClassLoader.java class PluginClassLoader (line 26) | public final class PluginClassLoader { method loadClass (line 30) | public static Map> loadClas... method loadClassByAnnotation (line 34) | private static Map> loadCla... method loadReflections (line 46) | private static void loadReflections(final String packagePath) { method PluginClassLoader (line 55) | private PluginClassLoader() { FILE: src/main/java/com/graphaware/es/gas/util/UrlUtil.java class UrlUtil (line 21) | public class UrlUtil { method buildUrlFromParts (line 23) | public static String buildUrlFromParts(String... parts) { method UrlUtil (line 43) | private UrlUtil() { method getAuthorizationHeaderValue (line 46) | public static String getAuthorizationHeaderValue(String username, Stri... FILE: src/main/java/com/graphaware/es/gas/wrap/ActionListenerWrapper.java type ActionListenerWrapper (line 23) | public interface ActionListenerWrapper { method wrap (line 25) | ActionListener wrap(final SearchRequest request, final ActionListen... FILE: src/main/java/com/graphaware/es/gas/wrap/CannotWrapException.java class CannotWrapException (line 19) | public class CannotWrapException extends Exception { method CannotWrapException (line 21) | public CannotWrapException(String message) { FILE: src/main/java/com/graphaware/es/gas/wrap/GraphAidedSearchActionListenerWrapper.java class GraphAidedSearchActionListenerWrapper (line 55) | public class GraphAidedSearchActionListenerWrapper implements ActionList... method GraphAidedSearchActionListenerWrapper (line 80) | public GraphAidedSearchActionListenerWrapper(Settings settings, Cluste... method wrap (line 90) | @Override method checkCorrectType (line 116) | private void checkCorrectType(SearchRequest request) throws CannotWrap... method checkScroll (line 127) | private void checkScroll(SearchRequest request) throws CannotWrapExcep... method checkNotAlreadyWrapped (line 133) | private void checkNotAlreadyWrapped(SearchRequest request) throws Cann... method checkSource (line 140) | private void checkSource(SearchRequest request) throws CannotWrapExcep... method checkIndex (line 150) | private void checkIndex(SearchRequest request) throws CannotWrapExcept... method warnIfQueryBinary (line 157) | private void warnIfQueryBinary(Map sourceAsMap) { method checkSizeAndFrom (line 164) | private void checkSizeAndFrom(int size, int from) throws CannotWrapExc... method produceModifiers (line 170) | private List produceModifiers(IndexInfo scriptIn... method buildBytes (line 190) | private BytesReference buildBytes(Map source) { method createActionListener (line 203) | private ActionListener createActionListener(final Sear... method getScriptInfo (line 217) | private IndexInfo getScriptInfo(final String index) { FILE: src/main/java/com/graphaware/es/gas/wrap/WrappingActionListener.java class WrappingActionListener (line 47) | public class WrappingActionListener implements ActionListener wrapped, ... method onResponse (line 63) | @Override method onFailure (line 84) | @Override method handleResponse (line 89) | private SearchResponse handleResponse(final SearchResponse response, f... method readHeaders (line 111) | private Map readHeaders(ChannelBufferStreamInput in) t... method readHits (line 123) | private InternalSearchHits readHits(ChannelBufferStreamInput in) throw... method modifyHits (line 131) | private InternalSearchHits modifyHits(List modif... method sortResults (line 140) | private InternalSearchHit[] sortResults(InternalSearchHits hits) { method readAggregations (line 162) | private InternalAggregations readAggregations(ChannelBufferStreamInput... method readSuggestions (line 174) | private Suggest readSuggestions(ChannelBufferStreamInput in) throws IO... method readInternalProfileShardResults (line 186) | private InternalProfileShardResults readInternalProfileShardResults(Ch... method createNewResponse (line 200) | private SearchResponse createNewResponse(long startTime, ChannelBuffer... method copyHeaders (line 224) | private void copyHeaders(Map headers, SearchResponse n... method logTime (line 232) | private void logTime(SearchResponse response, long startTime) { FILE: src/test/java/com/graphaware/es/gas/EmbeddedGraphDatabaseServerTest.java class EmbeddedGraphDatabaseServerTest (line 19) | public class EmbeddedGraphDatabaseServerTest { method EmbeddedGraphDatabaseServerTest (line 22) | public EmbeddedGraphDatabaseServerTest() { method setUpClass (line 25) | @BeforeClass method tearDownClass (line 29) | @AfterClass method setUp (line 33) | @Before method tearDown (line 39) | @After method someTest (line 44) | @Test FILE: src/test/java/com/graphaware/es/gas/GraphAidedSearchFilterTest.java class GraphAidedSearchFilterTest (line 8) | public class GraphAidedSearchFilterTest { method testDefaultFilterOrder (line 10) | @Test method testCustomFilterOrder (line 17) | @Test FILE: src/test/java/com/graphaware/es/gas/GraphAidedSearchIntegrationBoltTest.java class GraphAidedSearchIntegrationBoltTest (line 33) | public class GraphAidedSearchIntegrationBoltTest extends GraphAidedSearc... method setUp (line 43) | @Override method createNeo4jServer (line 51) | protected void createNeo4jServer() throws IOException { method clusterSettings (line 64) | @Override method testCypherFilterWithGraphAndBolt (line 79) | @Test method createData (line 112) | private void createData() throws IOException { method createIndices (line 120) | private void createIndices() { method document (line 134) | private HashMap document(String id) { method executeCypher (line 143) | protected String executeCypher(String query) { FILE: src/test/java/com/graphaware/es/gas/GraphAidedSearchIntegrationTest.java class GraphAidedSearchIntegrationTest (line 39) | public class GraphAidedSearchIntegrationTest extends GraphAidedSearchTest { method setUp (line 46) | @Override method clusterSettings (line 54) | @Override method testQueryWithoutPlugin (line 77) | @Test method testExtendeBaseBoostingQuery (line 89) | @Test method testCypherFilterQueryWithExcludeFalse (line 133) | @Test method testCypherFilterWithInvalidSyntax (line 169) | @Test method testCypherFilterQueryWithExcludeTrue (line 201) | @Test method testCypherFilterWithFromAndSizeDifferentThanZero (line 238) | @Test method testCypherFilterWithGraph (line 276) | @Test method testCypherBooster (line 308) | @Test method testCypherBoosterWithInvalidSyntax (line 348) | @Test method testCypherBoosterWithReplace (line 380) | @Test method testCypherBoosterWithCustomOperator (line 422) | @Test method createData (line 462) | private void createData() throws IOException { method createIndices (line 470) | private void createIndices() { method document (line 483) | private HashMap document(String id) { method getResultForDocWithMessage (line 492) | private SearchResult getResultForDocWithMessage(String message) throws... method getHitsForResult (line 516) | private List> getHitsForResult(S... FILE: src/test/java/com/graphaware/es/gas/GraphAidedSearchNeo4jIntegrationTest.java class GraphAidedSearchNeo4jIntegrationTest (line 39) | public class GraphAidedSearchNeo4jIntegrationTest extends GraphAidedSear... method setUp (line 50) | @Override method clusterSettings (line 59) | @Override method stopMock (line 74) | @After method createMockIndex (line 79) | private void createMockIndex() { method testSearchResultNeo4jBooster (line 88) | @Test method testSearchResultNeo4jBoosterAuth (line 126) | @Test method testSearchResultNeo4jBoosterAuthFail (line 164) | @Test method testSearchResultNeo4jBoosterSubtract (line 197) | @Test method testSearchResultNeo4jBoosterDivide (line 237) | @Test method testSearchResultNeo4jBoosterReplace (line 276) | @Test method testSearchResultNeo4jBoosterFrom (line 313) | @Test method setMockResponse (line 353) | private void setMockResponse() { method setMockAuthResponse (line 384) | private void setMockAuthResponse(String auth) { method createData (line 418) | private void createData() throws IOException { method document (line 426) | private HashMap document(String id) { method getResultForDocWithMessage (line 435) | private SearchResult getResultForDocWithMessage(String message) throws... method getResultForDocWithMessage (line 459) | private float getResultForDocWithMessage(String message, String value)... method getResult (line 485) | private float getResult(SearchResult results, String value) { method getHitsForResult (line 495) | private List> getHitsForResult(S... FILE: src/test/java/com/graphaware/es/gas/GraphAidedSearchTest.java class GraphAidedSearchTest (line 44) | public abstract class GraphAidedSearchTest { method setUp (line 61) | @Before method createCluster (line 70) | protected void createCluster() { method createJestClient (line 83) | protected void createJestClient() { method createNeo4jServer (line 92) | protected void createNeo4jServer() throws IOException { method cypherFile (line 98) | protected String cypherFile() { method createIndex (line 102) | protected CreateIndexResponse createIndex(String indexName) { method createIndex (line 106) | protected CreateIndexResponse createIndex(String indexName, Map clusterSettings() { method clientHost (line 129) | protected String clientHost() { method clientPort (line 133) | protected int clientPort() { method getConnection (line 137) | private String getConnection() { method index (line 141) | protected IndexResponse index(String indexName, String type, String id... method index (line 145) | protected IndexResponse index(String indexName, String type, String id... method assertHitCount (line 152) | protected void assertHitCount(String indexName, String typeName, int e... method refresh (line 156) | protected final void refresh() { method client (line 160) | protected final Client client() { method emptyDB (line 164) | protected void emptyDB() { method changePassword (line 168) | protected void changePassword() { method getAuthorizationHeaders (line 177) | protected HashMap getAuthorizationHeaders(String passw... method executeCypher (line 189) | protected String executeCypher(String query) { method tearDown (line 193) | @After FILE: src/test/java/com/graphaware/es/gas/JestMsgResult.java class JestMsgResult (line 20) | public class JestMsgResult method getDocumentId (line 28) | public String getDocumentId() method getMsg (line 32) | public String getMsg() method setMessage (line 36) | public void setMessage(String name) FILE: src/test/java/com/graphaware/es/gas/MockServerTest.java class MockServerTest (line 28) | public class MockServerTest { method startMockServer (line 32) | @Before method stopProxy (line 37) | @After method testGetExternalResults (line 44) | @Test FILE: src/test/java/com/graphaware/es/gas/booster/GraphBoosterTest.java class GraphBoosterTest (line 30) | public class GraphBoosterTest { method setUp (line 34) | @Before method testComposeScoreIsSetByDefault (line 42) | @Test method testComposerScoreOperatorCanBeCustomized (line 47) | @Test method testExceptionIsThrownWhenQueryParameterIsMissing (line 73) | @Test method getBoosterSourceMap (line 86) | private HashMap getBoosterSourceMap(String operator) { FILE: src/test/java/com/graphaware/es/gas/booster/SearchResultCypherBoltBoosterTest.java class SearchResultCypherBoltBoosterTest (line 22) | public class SearchResultCypherBoltBoosterTest extends SearchResultCyphe... method createNeo4jServer (line 28) | protected void createNeo4jServer() throws IOException { method getDefaultMap (line 41) | protected HashMap getDefaultMap(String query) { method getBooster (line 51) | protected SearchResultCypherBooster getBooster() { method executeCypher (line 58) | protected String executeCypher(String query) { FILE: src/test/java/com/graphaware/es/gas/booster/SearchResultCypherBoosterTest.java class SearchResultCypherBoosterTest (line 20) | public class SearchResultCypherBoosterTest extends GraphAidedSearchTest { method testDefaultBoosterSettings (line 22) | @Test method testGetExternalResultsWhenKeySetIsEmpty (line 32) | @Test method testExternalResultsAreReturned (line 41) | @Test method testExternalResultsAreReturnedWithCustomIdentifierAndScoreName (line 55) | @Test method testExceptionIsThrownWhenScoreResultNameIsNotReturned (line 72) | @Test method testExceptionIsThrownWhenIdResultNameIsNotPresent (line 91) | @Test method testGetParameters (line 108) | @Test method getDefaultMap (line 123) | private HashMap getDefaultMap() { method getDefaultMap (line 127) | private HashMap getDefaultMap(String query) { method getBooster (line 136) | private SearchResultCypherBooster getBooster() { method testExternalResultsIdsUsage (line 143) | @Test FILE: src/test/java/com/graphaware/es/gas/booster/SearchResultNeo4jBoosterTest.java class SearchResultNeo4jBoosterTest (line 23) | public class SearchResultNeo4jBoosterTest { method startMockServer (line 27) | @Before method stopProxy (line 32) | @After method testNewInstance (line 37) | @Test method testExtendedParseRequest (line 43) | @Test method testGetReorderedResults (line 57) | @Test method testExternalDoReorder (line 70) | @Test method testGetExternalResults (line 89) | @Test method testRestUrlBuilder (line 134) | @Test method testBuildParameters (line 148) | @Test method testImplodeKeySet (line 162) | @Test method getDefaultMap (line 173) | private HashMap getDefaultMap() { method getBooster (line 182) | private SearchResultNeo4jBooster getBooster() { method getTestBooster (line 189) | private SearchResultNeo4jBooster getTestBooster() { method getMockBooster (line 196) | private SearchResultNeo4jBooster getMockBooster() { class SearchResultNeo4jBoostertest (line 203) | @SearchBooster(name = "SearchResultNeo4jBoostertest") method SearchResultNeo4jBoostertest (line 206) | public SearchResultNeo4jBoostertest(Settings settings, IndexInfo ind... method getExternalResults (line 210) | public List getExternalResults(Set keySet) { FILE: src/test/java/com/graphaware/es/gas/domain/CypherEndpointBoltTest.java class CypherEndpointBoltTest (line 20) | public class CypherEndpointBoltTest { method setUp (line 32) | @Before method clear (line 46) | @After method deleteDefaultKnownCertFileIfExists (line 51) | public static void deleteDefaultKnownCertFileIfExists() { method testExecuteCypher (line 57) | @Test method tearDown (line 71) | @After FILE: src/test/java/com/graphaware/es/gas/domain/CypherEndpointTest.java class CypherEndpointTest (line 22) | public class CypherEndpointTest { method setUp (line 34) | @Before method testExecuteCypher (line 48) | @Test method changePassword (line 62) | private void changePassword() { method getHeaders (line 71) | private HashMap getHeaders(String user, String passwor... method getJsonBody (line 83) | private String getJsonBody(String query) throws Exception { method tearDown (line 94) | @After FILE: src/test/java/com/graphaware/es/gas/domain/CypherEndpointUnitTest.java class CypherEndpointUnitTest (line 16) | public class CypherEndpointUnitTest { method setUp (line 24) | @Before method testBuildCypherQuery (line 34) | @Test method testBuildQueryWithParameters (line 41) | @Test FILE: src/test/java/com/graphaware/es/gas/domain/ExternalResultTest.java class ExternalResultTest (line 7) | public class ExternalResultTest { method testNewInstance (line 9) | @Test FILE: src/test/java/com/graphaware/es/gas/domain/ExternalResultUnitTest.java class ExternalResultUnitTest (line 7) | public class ExternalResultUnitTest { method testNewInstance (line 9) | @Test method testMethods (line 17) | @Test FILE: src/test/java/com/graphaware/es/gas/domain/TestIndexInfo.java class TestIndexInfo (line 19) | public class TestIndexInfo extends IndexInfo { method newInstance (line 21) | public static IndexInfo newInstance() { FILE: src/test/java/com/graphaware/es/gas/filter/GraphFilterTest.java class GraphFilterTest (line 29) | public class GraphFilterTest { method setUp (line 33) | @Before method testQueryParameterIsMandatory (line 40) | @Test FILE: src/test/java/com/graphaware/es/gas/filter/SearchResultCypherFilterTest.java class SearchResultCypherFilterTest (line 13) | public class SearchResultCypherFilterTest { method testSizeIsParsedFromRequest (line 15) | @Test method testSizeHasDefault (line 24) | @Test method testFromIsParsedFromRequest (line 32) | @Test method testFromHasDefault (line 41) | @Test method testIdResultNameHasDefault (line 49) | @Test method testIdResultNameCanBeCustomized (line 55) | @Test method getDefaultMap (line 65) | private HashMap getDefaultMap() { method getFilter (line 74) | private SearchResultCypherFilter getFilter() { FILE: src/test/java/com/graphaware/es/gas/stubs/CypherSearchResultTestBooster.java class CypherSearchResultTestBooster (line 29) | @SearchBooster(name = "CypherSearchResultTestBooster") method CypherSearchResultTestBooster (line 32) | public CypherSearchResultTestBooster(Settings settings, IndexInfo inde... method getExternalResults (line 36) | @Override FILE: src/test/java/com/graphaware/es/gas/stubs/CypherSearchResultTestFilter.java class CypherSearchResultTestFilter (line 27) | @SearchFilter(name = "CypherSearchResultTestFilter") method CypherSearchResultTestFilter (line 30) | public CypherSearchResultTestFilter(Settings settings, IndexInfo index... method getFilteredItems (line 34) | @Override FILE: src/test/java/com/graphaware/es/gas/stubs/SearchResultTestBooster.java class SearchResultTestBooster (line 29) | @SearchBooster(name = "SearchResultTestBooster") method SearchResultTestBooster (line 33) | public SearchResultTestBooster(Settings settings, IndexInfo indexSetti... method externalDoReorder (line 37) | @Override FILE: src/test/java/com/graphaware/es/gas/util/ClauseConstantsTest.java class ClauseConstantsTest (line 14) | public class ClauseConstantsTest { method testConstants (line 16) | @Test method assertUtilityClassWellDefined (line 31) | public static void assertUtilityClassWellDefined(Class clazz) FILE: src/test/java/com/graphaware/es/gas/util/NumberUtilTest.java class NumberUtilTest (line 7) | public class NumberUtilTest { method testDefaultValueIsReturned (line 11) | @Test method testIntegersAreReturnedWhenIntegersGiven (line 16) | @Test method testIntegerIsReturnedWhenFloatIsGiven (line 21) | @Test method testIntegerIsReturnedWhenStringIsGiven (line 26) | @Test method testIntegerIsReturnedAsFloat (line 31) | @Test method testFloatIsReturnedAsFloat (line 36) | @Test method testStringIsReturnedAsFloat (line 41) | @Test FILE: src/test/java/com/graphaware/es/gas/util/TestHttpClient.java class TestHttpClient (line 27) | public class TestHttpClient { method TestHttpClient (line 36) | public TestHttpClient() { method TestHttpClient (line 45) | public TestHttpClient(HttpClientBuilder builder) { method get (line 56) | public String get(String url, final int expectedStatusCode) { method get (line 68) | public String get(String url, Map headers, final int e... method post (line 83) | public String post(String url, final int expectedStatusCode) { method post (line 95) | public String post(String url, String json, final int expectedStatusCo... method post (line 108) | public String post(String url, String json, Map header... method post (line 122) | public String post(String url, String json, Map header... method put (line 141) | public String put(String url, final int expectedStatusCode) { method put (line 153) | public String put(String url, String json, final int expectedStatusCod... method put (line 166) | public String put(String url, String json, Map headers... method delete (line 184) | public String delete(String url, final int expectedStatusCode) { method delete (line 196) | public String delete(String url, Map headers, final in... method method (line 211) | public String method(HttpRequestBase method, final int expectedStatusC... method executeCypher (line 232) | public String executeCypher(String serverUrl, String... cypherStatemen... method executeCypher (line 244) | public String executeCypher(String serverUrl, Map head... method setHeaders (line 260) | protected void setHeaders(HttpRequestBase method, Map ... method setParams (line 270) | protected void setParams(HttpRequestBase method, Map p... method responseHandler (line 289) | protected ResponseHandler responseHandler(final int expectedSt... method close (line 303) | public void close() { FILE: src/test/java/com/graphaware/es/gas/util/UrlUtilTest.java class UrlUtilTest (line 7) | public class UrlUtilTest { method buildEndpointTest (line 9) | @Test