File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
core/src/main/java/org/fao/geonet Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ public class EsSearchManager implements ISearchManager {
120120 .add (Geonet .IndexFieldNames .RESOURCEABSTRACT )
121121 .add (Geonet .IndexFieldNames .RESOURCEABSTRACT + "Object" )
122122 .add ("operatesOn" )
123+ .add ("rdfResourceIdentifier" )
123124 .build ();
124125
125126 FIELDLIST_RELATED = ImmutableSet .<String >builder ()
Original file line number Diff line number Diff line change 2323
2424package org .fao .geonet .util ;
2525
26+ import co .elastic .clients .elasticsearch .core .SearchResponse ;
2627import co .elastic .clients .elasticsearch .core .SearchResponse ;
2728import co .elastic .clients .elasticsearch .core .search .Hit ;
2829import com .fasterxml .jackson .core .JsonProcessingException ;
3738import jeeves .server .context .ServiceContext ;
3839import net .objecthunter .exp4j .Expression ;
3940import net .objecthunter .exp4j .ExpressionBuilder ;
41+ import org .fao .geonet .kernel .datamanager .IMetadataUtils ;
42+ import org .fao .geonet .kernel .setting .Settings ;
4043import org .apache .commons .beanutils .PropertyUtils ;
4144import org .apache .commons .io .IOUtils ;
4245import org .apache .commons .lang .NotImplementedException ;
You can’t perform that action at this time.
0 commit comments