Interface FieldSearcher
- All Known Subinterfaces:
FieldSearcherBasic,FieldSearcherHistoriable
- All Known Implementing Classes:
AbstractFieldSearcherBasic,AbstractIdFieldSearcherBasic
public interface FieldSearcher
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddDocumentIndex(org.apache.lucene.document.Document doc, Issue issue, IssueField field) org.apache.lucene.search.QuerygetIndexQuery(QueryContext context, ConditionClause clause) getName()voidvalidateOperand(QueryContext context, IssueField field, Operand operand)
-
Method Details
-
getName
String getName() -
getDescription
String getDescription() -
getSupportedFieldTypeKey
-
getSupportedOperator
-
getClauseValueType
ClauseValueType getClauseValueType() -
validateOperand
void validateOperand(QueryContext context, IssueField field, Operand operand) throws OperandValueError - Throws:
OperandValueError
-
addDocumentIndex
-
getIndexQuery
org.apache.lucene.search.Query getIndexQuery(QueryContext context, ConditionClause clause) throws OperandValueError, NotSupportedOperator
-