org.imemex.componentmappings.allbutgroup.lucene
Class AllButGroupMatcherLucene

java.lang.Object
  extended by org.imemex.logicalplan.treewalkers.AbstractUnderstandableTreeWalker
      extended by org.imemex.componentmappings.allbutgroup.AllButGroupMatchingTreeWalker
          extended by org.imemex.componentmappings.allbutgroup.lucene.AllButGroupMatcherLucene

public class AllButGroupMatcherLucene
extends AllButGroupMatchingTreeWalker

This tree walker matches a query for all but the group component. On action() it replaces the complete matched subtree with a search on Lucene pull operator.

Author:
Lukas Blunschi

Constructor Summary
AllButGroupMatcherLucene(GenericLuceneIndex luceneIndex)
           
 
Method Summary
 
Methods inherited from class org.imemex.logicalplan.treewalkers.AbstractUnderstandableTreeWalker
processTree
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllButGroupMatcherLucene

public AllButGroupMatcherLucene(GenericLuceneIndex luceneIndex)