Hi All,
I've stumble into following API, afts-alfresco-select
http://localhost/solr/alfresco/afts?wt=json&fl=*&indent=on&q=@ABC\:creator:Andy
http://localhost/solr/alfresco/alfresco?q=+@NCMS\:CMSUUID:0039bf65-9271-43a9-ac0d-fad4be2e2414&indent=on&rows=1&fl=@{ABC.model}creator.u
http://localhost/solr/alfresco/select/?q=*%3A*&start=0&rows=10&indent=on&fl=*
What does the difference between this 3?
afts stands for Alfresco Full Text Search, does that mean the other 2 doesn't do full text search?
Primarily I used afts, I have my own data model, trying to figure out what is the meaning of the fields name returned with additional postfix
e.g.: @{ABC.model}creator.__.u, @{ABC.model}creator.u, @{ABC.model}creator.__, @{ABC.model}creator
I could not find clear reference for questions above, one of my findings (https://wiki.alfresco.com/wiki/Alfresco_And_SOLR)
I am using Alfresco Version :Community - v4.2.0 (4428)
Thanks