Previous Release Notes : R2014x.SP3
 
R2014x.SP3
 
Improvements
Upgrade notes
Major fixed issues
Since the release of the R2014 indexing server, release R2013x.SP3 remained faster on certain use cases. This is no longer the case with the R2014x.SP3 service pack. For this maintenance release, we focused on filling these remaining performance gaps and even went beyond to deliver the fastest CloudView to date.
For information about new features, see the online help: About this Release > What's New.
Improvements
Platform
Indexing
Faster Java document processors (up to 2 time faster) #21703.
Improved importing zipped alphanum attributes #21301.
Search
Added ability to secured category-based suggest like any other suggest #14195.
Explicit sort order can be used with query-time facets #21124.
Faster sort on alphanum fields #20016.
Added ability to control the maximum number of categories retrieved per slice. This increases synthesis speed by reducing the number of results to import and merge from all slices #21843.
o ex: q=%23all&hf=0&sle=set:facetsConfig.facet[categoryField="my_categories"].maxSliceCategories=1
Avoid creating cells with no results (count=0) while generating tree representation of multi-dimensional categories. This reduces the memory footprint #16866.
Semantics
Improved logging feedback on Extended Languages #21695.
Added a second tokenization pass when using Extended Languages to ensure consistent output between native and Extended Language tokenizations #21475.
Security
Security client and security command allow empty password to support security sources with users without passwords #22077.
Mashup
API
Storage JavaScript client no longer uses custom HTTP header X-360Storage-Num-Returned which is deprecated and will be removed in a future version #21822.
Documentation
Exchange Connector Guide: configuring impersonation on a subset of mailboxes. See "Preparing the Microsoft Exchange Server > Configure the user account rights".
Connector Programmer Guide: better Subtractor sample in "Advanced Operations & Best Practices > Calculating a diff between Two Data Sources".
Installation & Administration Guide: the "Securing CloudView" chapter has been entirely reviewed.
Upgrade notes
Supported platforms
R2014x was the last CloudView version to support RedHat 5. R2015x will support RedHat 6 only.
Changes that can break things
Change which can break the compatibility of plugins. In previous CloudView versions, the class loading model was an uncommon mix between the java standard mode (where the parent classloader is checked first) and the webapp "reverse" mode.
In 2014x.SP2, we have replaced this mode by two distinct modes:
o The default mode is the java standard mode, because it is the closest to the previous mode.
However, as it is slightly different, you may encounter issues where classes for external libraries embedded in your plugins are not used as they were before (and the versions shipped in CloudView are used instead).
o The reverse mode should help to fix this issue. To activate this mode in your plugin:
1. Edit the cvplugin.properties file
2. Set the plugin.reverse-classloading property to true (plugin.reverse-classloading=true)
Note: You can also edit the
@CVPlugin class with the following annotation:
@CVPluginClassLoading(reverseClassLoading=true)
Major fixed issues
Ticket
Title
Existing since
Component
#21629
Composite Widget > Force feed not assisting/updating available feeds
V6R2014 SP2
360/Mashup Builder
#21764
Wrong suggested values for some feed triggers in context menu
V6R2014x
360/Mashup Builder
#21855
mashup builder Cloudview feed "Add virtual field" helper is incorrect
V6R2013x
360/Mashup Builder
#21951
change locale to english for admin login page
V6R2012x
Admin-ui
#20908
unable to import a big ontology file using import in business console
V6R2014x
Business Console
#21588
BC Configuration Alerting : impossible to change timestamp offset
V6R2014x.SP1
Business Console
#21882
Slice restart on every applyconf when using several different index runtime configs for the same host
V6R2014x.SP2
Config system / APIs
#20190
"Connection not established" error message in log files
V6R2014 SP1
Connectors / Connector Microsoft Exchange
#21610
"Connection reset" error message in log files
V6R2014x.SP1
Connectors / Connector Microsoft Exchange
#21997
Invalid urls in the Exchange documentation
V6R2014x.SP2
Connectors / Connector Microsoft Exchange
#20189
Exception while indexing an attachment
V6R2014 SP1
Connectors / Connector Microsoft Exchange
#22042
Document some Exchange meta format
V6R2014x.SP2
Connectors / Connector Microsoft Exchange
#22071
Cannot abort connector driven by SDC
V6R2014x
Connectors / Connectors Framework Java
#21739
SDC is not working if MAMI is on HTTPS
V6R2014x.SP2
Connectors / Structured Data Consolidation
#18652
SDC store can get corrupted if a source throws while scanning
V6R2014 GA
Connectors / Structured Data Consolidation
#20132
Possible crash in SDC after compact
V6R2013x.SP3
Connectors / Structured Data Consolidation
#22110
Apply configuration can block during update in convert
V6R2014x.SP2
Convert
#21852
Openssl CVE-2014-0224, CVE-2014-0221, CVE-2014-0195, CVE-2014-0198, CVE-2010-5298, CVE-2014-3470
Prehistoric defect
Core
#21677
Dynamic prop : error on hit content rule generated from datamodel
V6R2014x.SP1
Core
#21696
Dateformatter complains about bad date format by dumping unrelated meta values in logs
Prehistoric defect
Core
#21472
CentOS is validated since R2014x
V6R2014x.SP1
Documentation
#21769
suggest build may fail on multi host deployments
V6R2014 SP1
Generic
#21064
Cloudview will crash when run FS is full
V6R2014 SP2
Generic
#21625
cvdebug index field-dict-stats and dump-ramattr commands have wrong help usage
Prehistoric defect
Generic
#21805
Fixed handling of forcedSlice / sameSlice combined
V6R2014 GA
Indexing
#22046
Docs can be lost when mixing adds & deletes in multithread at high rate
V6R2014x.SP2
Indexing
#21712
Bottleneck when using condition in native document processor :-/
V6R2014 SP1
Indexing
#22078
RAM threshold can trigger too early after mixing different types of jobs
V6R2014x.SP2
Indexing
#21818
In Taskqueue mode, check of RAM usage is done every task --> strong performances impact for small docs
V6R2014x
Indexing
#21828
0.1 I/O per doc pushed (even if new) above 200M entries in a buildgroup
V6R2014x.SP2
Indexing
#21897
Clear documents taking too long
V6R2014 GA
Indexing
#21705
After migrating cache, $datadir/build/$bg/cache folder is not built
V6R2014 GA
Migration
#21291
Opendocs-reporting doesn't work
V6R2014 SP1
Reporting
#21731
Search on multiple dynamic meta with a single prefix handler doesn't work
V6R2014x.SP1
Search
#22043
Phonetic expansion take N lowest frequency words
V6R2012x
Search
#22059
Highlight doesn’t work on Identifier semantic type
V6R2014 SP2
Search
#20925
Memory consumption of SearchServer can explode in case of very high traffic
V6R2012x
Search
#21732
The proximity boost may be maximal if for one of the fields, some positions are > maxStoredPosition
Prehistoric defect
Search
#21733
The proximity boost is minimal as soon as some distance is > maxDistance
V6R2012x
Search
#21741
FuzzyAnd nodes are not handled in query to highlight AST transformation
Prehistoric defect
Search
#21941
.NET Search Client should handle negative scores
Prehistoric defect
Search
#21814
Adding a / character at the end of the URL by-pass authentication
V6R2014x.SP2
Security
#21815
MAMI and PAPI functions accessed without authentication
V6R2014x.SP2
Security
#21812
XXE vulnerability in JRDS perf-ui/upload webpage
V6R2014x.SP2
Security
#21999
Local security source lacks "UserId" and "UserDisplayName"
Prehistoric defect
Security
#21655
Annotation Manager can crash when used to delete annotations
Prehistoric defect
Semantic
#21738
Fastrules : problem with operator >= on numerical fields
V6R2013x.SP2
Semantic
#21261
Semantic extractor crashes when using regexp capture from optional rules
V6R2014x.SP1
Semantic
#21736
named entities : different annotation behaviour on "Louis XIV- avait" depending on sem proc order
V6R2014x
Semantic
#21983
SemanticExtractor: maxValueSize="1" for <TextEntity> makes the compiler crash
V6R2014x.SP1
Semantic