Revision 9022
Added by ben leinfelder about 10 years ago
metacat-index/src/main/java/edu/ucsb/nceas/metacat/index/annotation/RdfXmlSubprocessor.java | ||
---|---|---|
114 | 114 |
public void setMatchDocuments(List<String> matchDocuments) { |
115 | 115 |
this.matchDocuments = matchDocuments; |
116 | 116 |
} |
117 |
@Override |
|
117 |
public List<ISolrDataField> getFieldList() { |
|
118 |
return fieldList; |
|
119 |
} |
|
120 |
|
|
121 |
public void setFieldList(List<ISolrDataField> fieldList) { |
|
122 |
this.fieldList = fieldList; |
|
123 |
} |
|
124 |
|
|
125 |
@Override |
|
118 | 126 |
public Map<String, SolrDoc> processDocument(String identifier, Map<String, SolrDoc> docs, InputStream is) throws Exception { |
119 | 127 |
SolrDoc resourceMapDoc = docs.get(identifier); |
120 | 128 |
List<SolrDoc> processedDocs = process(resourceMapDoc, is); |
Also available in: Unified diff
add accessors for bean property