Example #1
0
        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));
        }
Example #2
0
 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);
 }