Uses of Package
org.apache.accumulo.examples.wikisearch.parser

Packages that use org.apache.accumulo.examples.wikisearch.parser
org.apache.accumulo.examples.wikisearch.iterator   
org.apache.accumulo.examples.wikisearch.logic   
org.apache.accumulo.examples.wikisearch.parser   
 

Classes in org.apache.accumulo.examples.wikisearch.parser used by org.apache.accumulo.examples.wikisearch.iterator
EventFields
          Object used to hold the fields in an event.
TreeNode
           
 

Classes in org.apache.accumulo.examples.wikisearch.parser used by org.apache.accumulo.examples.wikisearch.logic
QueryParser.QueryTerm
           
RangeCalculator
          This class is used to query the global indices to determine that set of ranges to use when querying the shard table.
 

Classes in org.apache.accumulo.examples.wikisearch.parser used by org.apache.accumulo.examples.wikisearch.parser
EventFields
          Object used to hold the fields in an event.
EventFields.FieldValue
           
FieldIndexQueryReWriter.RewriterTreeNode
          INNER CLASSES
QueryParser
          Parses the query for the purposes of extracting terms, operators, and literals for query optimization.
QueryParser.QueryTerm
           
RangeCalculator.MapKey
          Container used as map keys in this class
RangeCalculator.TermRange
          Object that is used to hold ranges found in the index.
TreeNode
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.