Consilio
- Setting up Consilio
- Consilio suggest when custom indexing is used.
- Consilio frontend integration
- PXL Events
- ROBOTS META TAGS PLUGIN
- OpenSearch
- Module index definitions
- Pagelists
- Publisher index
Consilio API
- OBJECTTYPE Catalog
Catalog object
- OBJECTTYPE ContentSource
Content source object
- RECORD FUNCTION CQAggregate(STRING field, STRING type, RECORD options)
Builds an aggregation query. Only works on ElasticSearch catalogs.
- RECORD FUNCTION CQAll()
Returns a query record that matches all results
- RECORD FUNCTION CQAnd(RECORD ARRAY inputqueries)
Combine queries using AND
- RECORD FUNCTION CQBoost(RECORD query, FLOAT boost)
Overwrites the boost factor of a query (which defaults to 1.0)
- RECORD FUNCTION CQHas(STRING field)
Returns a query record that matches all results that have a value for the specified field
- RECORD FUNCTION CQMatch(STRING field, STRING matchtype, VARIANT value, RECORD options)
Create a match query
- RECORD FUNCTION CQNot(RECORD inputquery)
Negate query
- RECORD FUNCTION CQOr(RECORD ARRAY inputqueries)
Combine queries using OR
- RECORD FUNCTION CQParseUserQuery(STRING userquery, RECORD options)
Parse a user query
- RECORD FUNCTION CQRange(STRING field, VARIANT lowerterm, BOOLEAN includelower, VARIANT upperterm, BOOLEAN includeupper, RECORD options)
Returns a query record that will match results in which a field values lies between the specified range
- OBJECT FUNCTION CreateConsilioCatalog(STRING tag, RECORD options)
Create a new Consilio catalog.
- OBJECTTYPE CustomContentBase
A custom content provider base object
- RECORD ARRAY FUNCTION EnrichLinkCheckStatuses(RECORD ARRAY links)
Enrich a linkcheck report with text and icons for statuses
- CONSTANT STRING fetcher_trusted_ip
IP address reported by the consilio fetcher
- RECORD ARRAY FUNCTION GenerateSitemapLinks(INTEGER startfolder, RECORD options)
Get the sitemap links for files in a folder, recursively
- RECORD ARRAY FUNCTION GetConsilioPagesForFile(INTEGER fileid, RECORD options)
Get the consilio pages for a file
- STRING FUNCTION GetConsilioPublisherCatalog(INTEGER folder)
Look up the 'best' catalog for a folder/site
- STRING FUNCTION GetConsilioRPCToken(STRING indextag, RECORD options)
Get a token to access a consilio search engine's autosuggest API
- RECORD ARRAY FUNCTION GetConsilioSuggestions(STRING indextag, STRING searchtext, RECORD options)
Get completion suggestions for a text
- RECORD ARRAY FUNCTION GetWRDLinkCheckReport(RECORD options)
Generate linkcheck report for WRD
- RECORD ARRAY FUNCTION ListConsilioCatalogs(RECORD options)
List all Consilio catalogs
- OBJECT FUNCTION OpenConsilioCatalog(STRING tag)
Open catalog by tag
- OBJECT FUNCTION OpenConsilioCatalogById(INTEGER id)
Open catalog by id
- OBJECTTYPE PagelistProviderBase
Base object for pagelist providers
- RECORD FUNCTION RunConsilioSearch(STRING indextag, RECORD query, RECORD options)
Search an index