public class LuceneProcessingChain extends Object implements AstProcessingChain<LuceneQueryParsingResult>
Modifier and Type | Class and Description |
---|---|
static class |
LuceneProcessingChain.Builder
Builds new
LuceneProcessingChain s. |
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.
|
public Iterator<AstProcessor> iterator()
AstProcessingChain
iterator
in interface Iterable<AstProcessor>
iterator
in interface AstProcessingChain<LuceneQueryParsingResult>
public LuceneQueryParsingResult getResult()
AstProcessingChain
getResult
in interface AstProcessingChain<LuceneQueryParsingResult>
Copyright © 2013. All rights reserved.