C# 클래스 Lucene.Net.QueryParsers.Flexible.Precedence.Processors.PrecedenceQueryNodeProcessorPipeline

This processor pipeline extends StandardQueryNodeProcessorPipeline and enables boolean precedence on it.

EXPERT: the precedence is enabled by removing GroupQueryNodeProcessor from the StandardQueryNodeProcessorPipeline and appending BooleanModifiersQueryNodeProcessor to the pipeline.

상속: Lucene.Net.QueryParsers.Flexible.Standard.Processors.StandardQueryNodeProcessorPipeline
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
PrecedenceQueryNodeProcessorPipeline ( QueryConfigHandler queryConfig ) : Lucene.Net.QueryParsers.Flexible.Core.Config

StandardQueryNodeProcessorPipeline.StandardQueryNodeProcessorPipeline(QueryConfigHandler)

메소드 상세

PrecedenceQueryNodeProcessorPipeline() 공개 메소드

StandardQueryNodeProcessorPipeline.StandardQueryNodeProcessorPipeline(QueryConfigHandler)
public PrecedenceQueryNodeProcessorPipeline ( QueryConfigHandler queryConfig ) : Lucene.Net.QueryParsers.Flexible.Core.Config
queryConfig Lucene.Net.QueryParsers.Flexible.Core.Config.QueryConfigHandler
리턴 Lucene.Net.QueryParsers.Flexible.Core.Config