protected internal IBooleanOperation NodeTypeAliasInternal(IExamineValue examineValue, BooleanClause.Occur occurance) { //force lower case var eVal = new ExamineValue(examineValue.Examineness, examineValue.Value.ToLower(), examineValue.Level); //don't use the query parser for this operation, it needs to match exact return(this.FieldInternal(NodeTypeAliasField, eVal, occurance, false)); }
internal protected IBooleanOperation NodeTypeAliasInternal(IExamineValue examineValue, BooleanClause.Occur occurance) { //force lower case var eVal = new ExamineValue(examineValue.Examineness, examineValue.Value.ToLower(), examineValue.Level); //don't use the query parser for this operation, it needs to match exact return this.FieldInternal(NodeTypeAliasField, eVal, occurance, false); }