Package org.imemex.queryprocessor.operators

Class Summary
DistinctOperator  
EquiJoinOperator<E extends ResourceView>  
GetParentsOperator<E extends ResourceView>  
IdentifiableRVFilterPullOperator<E extends ResourceView> A Filter operator which not only considers resource view components, but also resource view IDs.
IntersectOperator<E extends ResourceView>  
OrderByPullOperator<E extends IdentifiableResourceView>  
PQTopKOperator<E extends IdentifiableResourceView>  
PQTopKOperatorTest Simple test, maybe extend this some day
RankBoosterOperator<E extends IdentifiableResourceView> Pull operator that boosts the scores of every RV passing through.
RankingOperator<E extends IdentifiableResourceView>  
RVGroupingOperator<E extends IdentifiableResourceView> Groups RVs by class, and stores it group in a priority queue.
TopKSnapshotOperator<E extends IdentifiableResourceView> This operator returns snapshots of snapshotSize resource views.