public class LuceneProcessingChain extends Object implements AstProcessingChain<LuceneQueryParsingResult>
| Modifier and Type | Class and Description |
|---|---|
static class |
LuceneProcessingChain.Builder
Builds new
LuceneProcessingChains. |
| Modifier and Type | Method and Description |
|---|---|
LuceneQueryParsingResult |
getResult()
The processing result of this chain, as usually retrieved from the last processor.
|
Iterator<AstProcessor> |
iterator()
Returns an iterator with the processors of this chain.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Iterator<AstProcessor> iterator()
AstProcessingChainiterator in interface Iterable<AstProcessor>iterator in interface AstProcessingChain<LuceneQueryParsingResult>public LuceneQueryParsingResult getResult()
AstProcessingChaingetResult in interface AstProcessingChain<LuceneQueryParsingResult>Copyright © 2016. All rights reserved.