As far as I remember I gave you the code already :-) Here is is again: <cfindex action="update" query="qry" collection="yourcol" key="id" body="id,filename,filenameorg,keywords,description,title,customvalues">
key takes the key value from your db and body the fieldnames. To remove the lucene index you would use the key (record id) as in: <cfindex action="delete" collection="#yourcol" key="1"> Kind Regards, Nitai On Tue, Sep 29, 2009 at 6:18 PM, Jason Allen <[email protected]> wrote: > <CFQUERY NAME="delete_ad_descriptions" datasource="classifieds"> > DELETE > FROM #tbl_descriptions# > WHERE classified_id = #CID# > ; > </CFQUERY> > > --Now, what would I do to lucene to update it? Can someone give me an > example? Please? -- Razuna SaaS On-Demand - Hosted Digital Asset Management Solution http://www.razuna.com/ Razuna - Open Source Digital Asset Management http://www.razuna.org/ Follow us on Twitter http://twitter.com/sixsigns --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
