Project

General

Profile

« Previous | Next » 

Revision 77c9b8f8

Added by Andreas Müller almost 2 years ago

ref #3722, ref #8127, ref #10067 fully remove sortindex updating and collection null handling workaround from TaxonNode

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/name/TaxonName.java
353 353
    @XmlElement(name = "NameCache")
354 354
    @Fields({
355 355
        @Field(name = "nameCache_tokenized"),
356
        @Field(store = Store.YES, index = Index.YES, analyze = Analyze.YES)
356
        @Field(store = Store.YES, index = Index.YES, analyzer = @Analyzer(impl = org.apache.lucene.analysis.core.KeywordAnalyzer.class))
357 357
    })
358
    @Analyzer(impl = org.apache.lucene.analysis.core.KeywordAnalyzer.class)
359 358
    @Match(value=MatchMode.CACHE, cacheReplaceMode=ReplaceMode.DEFINED,
360 359
            cacheReplacedProperties={"genusOrUninomial", "infraGenericEpithet", "specificEpithet", "infraSpecificEpithet"} )
361 360
    @NotEmpty(groups = Level2.class) // implicitly NotNull

Also available in: Unified diff