Thought so. Somehow the search performs completely different with 4.x then with 3.x. Like field search does not work the same. I'm not sure if this is with Lucene 4.x or with the API changes in the OpenBD code.
On Sun, Nov 2, 2014 at 6:50 PM, Alan Williamson <[email protected]> wrote: > Sadly not. > > What is the issue with 4.x of Lucene? What isn't working? > > On 11/2/2014 18:33, Nitai @ Razuna wrote: > > Hi, > > Running a build from 3rd of March. Can't upgrade to the latest as we use > Lucene 3.6.x as we have issues with Lucene 4.x. Can we just update the S3 > library somehow? > > Thanks. > > On Sun, Nov 2, 2014 at 2:01 PM, Alan Williamson <[email protected]> wrote: > >> Nitai what build is that you are running? >> >> It is working on the nightly one >> >> >> On 01/11/2014 22:29, Nitai @ Razuna wrote: >> >> Hi, >> >> AmazonS3Write seems to not accept the metadata set. We are on an older >> build as Lucene 4.x performs differently then we use it. In any case, the >> code below does not set the proper metadata on a S3 file: >> >> <cfset var x = structNew()> >> <cfset x["CacheControl"] = 'public,max-age=86400'> >> <cfset x["Expires"] = 'Sat, 29 Nov 2014 23:52:48 UTC'> >> >> <!--- Upload asset ---> >> <cfset AmazonS3write( >> ... >> metadata=x >> )> >> >> Any help appreciated. >> >> >> -- >> -- >> online documentation: http://openbd.org/manual/ >> http://groups.google.com/group/openbd?hl=en >> >> --- >> You received this message because you are subscribed to the Google Groups >> "Open BlueDragon" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > See for yourself how easy it is to manage files today. Join the > revolution! > > Razuna - Hosted Digital Asset Management Solution > http://www.razuna.com/ > > Razuna - Open Source Digital Asset Management > http://www.razuna.org/ > > Twitter - http://twitter.com/razunahq > Support Platform - http://help.razuna.com > > -- > -- > online documentation: http://openbd.org/manual/ > http://groups.google.com/group/openbd?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "Open BlueDragon" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > > > -- > http://aw20.is/ > > -- > -- > online documentation: http://openbd.org/manual/ > http://groups.google.com/group/openbd?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "Open BlueDragon" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- See for yourself how easy it is to manage files today. Join the revolution! Razuna - Hosted Digital Asset Management Solution http://www.razuna.com/ Razuna - Open Source Digital Asset Management http://www.razuna.org/ Twitter - http://twitter.com/razunahq Support Platform - http://help.razuna.com -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
