Interface ContextualEvaluationCriteria
- All Known Implementing Classes:
ContextualEvaluationCriteriaImpl
public interface ContextualEvaluationCriteria
-
Method Details
-
getIndex
org.apache.lucene.store.Directory getIndex()The document that is to be stored and searched over.- Returns:
-
getCriteria
String getCriteria()The search phrase which forms the criteria to search over the document- Returns:
-
isFuzzy
boolean isFuzzy() -
isCaseSensitiveSearch
boolean isCaseSensitiveSearch() -
getMetadata
String getMetadata() -
getTextPaths
String[] getTextPaths()
-