Package com.yahoo.prelude.querytransform
Class QueryRewrite
java.lang.Object
com.yahoo.prelude.querytransform.QueryRewrite
- Author:
- baldersheim
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
collapseSingleComposites
(Query query) Collapses all single-childCompositeItem
s into their parent item.static void
optimizeAndNot
(Query query) Optimize multiple NotItems under and or by collapsing them in to one and leaving the positive ones behind in its place and moving itself with the original and as its positive item and the union of all the negative items of all the original NotItems as its negative items.static void
optimizeByRestrict
(Query query) Optimizes the given query tree based on itsModel.getRestrict()
parameter, if any.static void
rewriteSddocname
(Query query) Replaces andSimpleIndexedItem
searching in theHit.SDDOCNAME_FIELD
with an item appropriate for the search node.
-
Constructor Details
-
QueryRewrite
public QueryRewrite()
-
-
Method Details
-
optimizeAndNot
Optimize multiple NotItems under and or by collapsing them in to one and leaving the positive ones behind in its place and moving itself with the original and as its positive item and the union of all the negative items of all the original NotItems as its negative items. -
optimizeByRestrict
Optimizes the given query tree based on itsModel.getRestrict()
parameter, if any. -
collapseSingleComposites
Collapses all single-childCompositeItem
s into their parent item. -
rewriteSddocname
Replaces andSimpleIndexedItem
searching in theHit.SDDOCNAME_FIELD
with an item appropriate for the search node.
-