Description Usage Arguments Value Examples
Return information on the freetext-index named indexName.
1 |
repository |
Object of type repository specifying server details and repository to work on. |
index |
The index you want to see configurations for |
A list describing all configuration parametes of index of interest
1 2 3 4 5 6 7 | ## Not run:
service = service("localhost","user","password")
rep = repository(catalog(service,"root"),"test")
createFreeTextIndex(rep,index = 'index')
getFreeTextIndexConfiguration(rep,index = 'index')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.