org.activemath.omdocjdom.index.queries
Class SearchContext
java.lang.Object
org.activemath.omdocjdom.index.queries.SearchContext
public class SearchContext
- extends Object
A class to encompass contextual information of the queries
such as the learning-context or the application of the learner-symbol-policy.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchContext
public SearchContext()
isApplyLearnerHidingPolicy
public boolean isApplyLearnerHidingPolicy()
setApplyLearnerHidingPolicy
public void setApplyLearnerHidingPolicy(boolean applyLearnerHidingPolicy)
getLearningContext
public String getLearningContext()
setLearningContext
public void setLearningContext(String learningContext)
getField
public String getField()
setField
public void setField(String field)
getScoreThreshold
public float getScoreThreshold()
setScoreThreshold
public void setScoreThreshold(float scoreThreadshold)
setItemFilter
public void setItemFilter(SearchContext.ContainingBook filter)
getContainingBook
public SearchContext.ContainingBook getContainingBook()
isConceptsOnly
public boolean isConceptsOnly()
setConceptsOnly
public void setConceptsOnly(boolean conceptsOnly)