Tariqa SOAP
|
Public Member Functions | |
__construct ($dateRestriction=null, $searchMethod=null, $sortOrder=null, $ignoreCommonWords=null) | |
Data Fields | |
$dateRestriction | |
$searchMethod | |
const | smBoolean = "Boolean" |
const | smMatchOnAllWords = "MatchOnAllWords" |
const | smMatchOnAnyWords = "MatchOnAnyWords" |
const | smMatchOnPhrase = "MatchOnPhrase" |
const | smQuickSearch = "QuickSearch" |
const | smBooleanWithContinue = "BooleanWithContinue" |
const | smBooleanWithNaturalLanguageContinue = "BooleanWithNaturalLanguageContinue" |
const | smFreestyle = "Freestyle" |
const | smRaw = "Raw" |
$sortOrder | |
const | soImplied = "Implied" |
const | soRelevance = "Relevance" |
const | soDate = "Date" |
$ignoreCommonWords |
Encloses the WSKDateRestriction, searchMethod, sortOrder, and ignoreCommonWords elements which define a series of search options.
__construct | ( | $ | dateRestriction = null , |
$ | searchMethod = null , |
||
$ | sortOrder = null , |
||
$ | ignoreCommonWords = null |
||
) |
Constructs a WSKSearchOptions object
WSKDateRestriction | $dateRestriction | |
string | $searchMethod | |
string | $sortOrder | |
boolean | $ignoreCommonWords |
$dateRestriction |
$ignoreCommonWords |
$searchMethod |
$sortOrder |
const smBoolean = "Boolean" |
The software will look for LexisNexis search term connectors (AND, OR, AND NOT, etc.) to identify how the terms should appear in the target documents.
const smBooleanWithContinue = "BooleanWithContinue" |
Allows user (if functionality enabled) to continue search after maximum number of allowable documents is found.
const smBooleanWithNaturalLanguageContinue = "BooleanWithNaturalLanguageContinue" |
Allows user (if functionality enabled) to continue search after maximum number of allowable documents is found. The continued search is run as a natural language search.
const smFreestyle = "Freestyle" |
Searches using the Freestyle method.
const smMatchOnAllWords = "MatchOnAllWords" |
Documents must contain all the search terms before they will be retrieved.
const smMatchOnAnyWords = "MatchOnAnyWords" |
Documents containing any of the search terms will be retrieved.
const smMatchOnPhrase = "MatchOnPhrase" |
All terms will be linked together and treated as a phrase.
const smQuickSearch = "QuickSearch" |
Searches using the QuickSearch method.
const smRaw = "Raw" |
This is intended for internal LexisNexis use only. Search logic is passed directly the LexisNexis infrastructure.
const soDate = "Date" |
The most recent documents are delivered first.
const soImplied = "Implied" |
Use the sort option that is recommended for this type of source.
const soRelevance = "Relevance" |
The documents that best satisfy the user's search criteria are delivered first.