org.dspace.discovery.configuration
Class DiscoverySearchFilter

java.lang.Object
  extended by org.dspace.discovery.configuration.DiscoverySearchFilter

public class DiscoverySearchFilter
extends Object

Author:
Kevin Van de Velde (kevin at atmire dot com)

Constructor Summary
DiscoverySearchFilter()
           
 
Method Summary
 String getIndexFieldName()
           
 List<String> getMetadataFields()
           
 String getType()
           
 boolean isFullAutoComplete()
           
 void setFullAutoComplete(boolean fullAutoComplete)
           
 void setIndexFieldName(String indexFieldName)
           
 void setMetadataFields(List<String> metadataFields)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoverySearchFilter

public DiscoverySearchFilter()
Method Detail

getIndexFieldName

public String getIndexFieldName()

setIndexFieldName

public void setIndexFieldName(String indexFieldName)

getMetadataFields

public List<String> getMetadataFields()

setMetadataFields

public void setMetadataFields(List<String> metadataFields)

isFullAutoComplete

public boolean isFullAutoComplete()

setFullAutoComplete

public void setFullAutoComplete(boolean fullAutoComplete)

getType

public String getType()

setType

public void setType(String type)


Copyright © 2011 DuraSpace. All Rights Reserved.