public class PrecedenceQueryNodeProcessorPipeline extends StandardQueryNodeProcessorPipeline
This processor pipeline extends StandardQueryNodeProcessorPipeline
and enables
boolean precedence on it.
EXPERT: the precedence is enabled by removing BooleanQuery2ModifierNodeProcessor
from the
StandardQueryNodeProcessorPipeline
and appending BooleanModifiersQueryNodeProcessor
to the pipeline.
Constructor and Description |
---|
PrecedenceQueryNodeProcessorPipeline(QueryConfigHandler queryConfig) |
add, add, addAll, addAll, clear, contains, containsAll, get, getQueryConfigHandler, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, process, remove, remove, removeAll, retainAll, set, setQueryConfigHandler, size, subList, toArray, toArray
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, replaceAll, sort, spliterator
parallelStream, removeIf, stream
public PrecedenceQueryNodeProcessorPipeline(QueryConfigHandler queryConfig)
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.