create index in solr & cf9 from query data
Hey guys,
Does anyone have a working example of cfindex where input data comes from a query and where you can search said index for a given value in a specified field.
I create an index as below.
<cfindex action="update" query="v_test" collection="lib_30" type="custom"
key="sequenceId" title="Lib 30 index" body="#v_test.columnList#" category="#v_test.columnList#"
status="report">
This creats an index but my fields tag in index are empty, and all the data in each column is concatinated together to create one long string.
I have googled, and tried to make heads and tails of the live doc, but I haven't been successful
Any one, please help ![]()
Jay
