Status/Resolution/Reason: Closed/Fixed/BugVerified
Reporter/Name(from Bugbase): Jack D. / ()
Created: 09/18/2019
Components: Text Search, Solr Integration
Versions: 2016
Failure Type: Incorrect w/Workaround
Found In Build/Fixed In Build: 2016.0.03.301771 / 316121
Priority/Frequency: Normal / Few users will encounter
Locale/System: English / Windows 10 64 bit
Vote Count: 1
Problem Description: Using either "fullimport" or "full-import", I'm told that I have to use the other one.
Steps to Reproduce:
Using this: <cfindex collection="myCollection" action="fullimport" autocommit="yes" key="qid" body="q,a,uid" type="custom" query="myquery" />
Errors as: The value of the FULLIMPORT attribute is invalid. Valid values are: UPDATE, DELETE, PURGE, REFRESH, FULL-IMPORT, DELTA-IMPORT, STATUS, ABORT.
Using this: <cfindex collection="myCollection" action="full-import" autocommit="yes" key="qid" body="q,a,uid" type="custom" query="myquery" />
Errors as: The value of the FULLIMPORT attribute is invalid. Valid values are: UPDATE, DELETE, PURGE, REFRESH, FULLIMPORT, DELTAIMPORT, STATUS, ABORT.
Actual Result: See "Steps to reproduce"
Expected Result: For it to work and index my query for the collection.
Any Workarounds: Nope!
Attachments:
Comments: