Package org.dspace.discovery
Class DiscoverResult.SearchDocument
- java.lang.Object
-
- org.dspace.discovery.DiscoverResult.SearchDocument
-
- Enclosing class:
- DiscoverResult
public static final class DiscoverResult.SearchDocument extends Object
This class contains values from the fields searched for in DiscoveryQuery.java
-
-
Constructor Summary
Constructors Constructor Description SearchDocument()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddSearchField(String field, String... values)static StringgetIndexableObjectStringRepresentation(IndexableObject idxObj)Map<String,List<String>>getSearchFields()List<String>getSearchFieldValues(String field)
-
-
-
Method Detail
-
getIndexableObjectStringRepresentation
public static String getIndexableObjectStringRepresentation(IndexableObject idxObj)
-
-