Skip to content

Commit

Permalink
added comment to method getting uri of document at position
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasticlife committed Feb 27, 2024
1 parent dca352b commit 75f4d3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions features/step_definitions/stepdefs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ def get_result_count_from_xml( response_body )
doc.xpath( "response/result[@name='response']/@numFound" ).first.value.to_i
end

# ## A method to get the URI of a document at a position in the response body of the Solr XML.
def get_uri_of_document_at_position_from_xml( response_body, position )

# We get the Solr response body as XML.
Expand Down

0 comments on commit 75f4d3d

Please sign in to comment.