Skip to content
This repository has been archived by the owner on Apr 20, 2020. It is now read-only.

Commit

Permalink
wsk: FullTextWithTerms --> FullText
Browse files Browse the repository at this point in the history
eliminate LN subject listings to avoid false positives
  • Loading branch information
jeremydouglass committed Jul 16, 2018
1 parent ca3a8c3 commit af2c89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsk.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ def get_full_text(self, document_id):
<documentId>{1}</documentId>
</documentIdList>
<retrievalOptions>
<documentView>FullTextWithTerms</documentView>
<documentView>FullText</documentView>
<documentMarkup>Display</documentMarkup>
</retrievalOptions>
</GetDocumentsByDocumentId>
Expand Down

0 comments on commit af2c89a

Please sign in to comment.