Package org.sindice.siren.qparser.keyword.builders

Create a Query object from the processed QueryNode tree using a bottom-up approach.

See: Description

Package org.sindice.siren.qparser.keyword.builders Description

Create a Query object from the processed QueryNode tree using a bottom-up approach. Each QueryNode of the query tree is mapped to a KeywordQueryBuilder. Most builders create a NodeQuery object. In case the KeywordQueryConfigHandler.KeywordConfigurationKeys.ALLOW_TWIG is true, every NodeQuery is wrapped into a LuceneProxyNodeQuery; otherwise, a pure NodeQuery object is created from the query tree build.

Copyright © 2014. All rights reserved.