Uses of Interface
org.apache.accumulo.examples.wikisearch.normalizer.Normalizer

Packages that use Normalizer
org.apache.accumulo.examples.wikisearch.logic   
org.apache.accumulo.examples.wikisearch.normalizer   
org.apache.accumulo.examples.wikisearch.parser   
 

Uses of Normalizer in org.apache.accumulo.examples.wikisearch.logic
 

Methods in org.apache.accumulo.examples.wikisearch.logic that return types with arguments of type Normalizer
protected  Map<String,com.google.common.collect.Multimap<String,Class<? extends Normalizer>>> AbstractQueryLogic.findIndexedTerms(Connector c, Authorizations auths, Set<String> queryLiterals, Set<String> datatypes)
          Queries metadata table to determine which terms are indexed.
 

Method parameters in org.apache.accumulo.examples.wikisearch.logic with type arguments of type Normalizer
protected abstract  RangeCalculator AbstractQueryLogic.getTermIndexInformation(Connector c, Authorizations auths, com.google.common.collect.Multimap<String,Normalizer> indexedTerms, com.google.common.collect.Multimap<String,QueryParser.QueryTerm> terms, String indexTableName, String reverseIndexTableName, String queryString, int queryThreads, Set<String> datatypes)
          Performs a lookup in the global index / reverse index and returns a RangeCalculator
protected  RangeCalculator QueryLogic.getTermIndexInformation(Connector c, Authorizations auths, com.google.common.collect.Multimap<String,Normalizer> indexedTerms, com.google.common.collect.Multimap<String,QueryParser.QueryTerm> terms, String indexTableName, String reverseIndexTableName, String queryString, int queryThreads, Set<String> typeFilter)
           
 

Uses of Normalizer in org.apache.accumulo.examples.wikisearch.normalizer
 

Classes in org.apache.accumulo.examples.wikisearch.normalizer that implement Normalizer
 class LcNoDiacriticsNormalizer
          An Normalizer which performs the following steps: Unicode canonical decomposition (Normalizer.Form.NFD) Removal of diacritical marks Unicode canonical composition (Normalizer.Form.NFC) lower casing in the English local
 class NoOpNormalizer
           
 class NumberNormalizer
           
 

Uses of Normalizer in org.apache.accumulo.examples.wikisearch.parser
 

Fields in org.apache.accumulo.examples.wikisearch.parser with type parameters of type Normalizer
protected  com.google.common.collect.Multimap<String,Normalizer> RangeCalculator.indexedTerms
           
 

Method parameters in org.apache.accumulo.examples.wikisearch.parser with type arguments of type Normalizer
 void RangeCalculator.execute(Connector c, Authorizations auths, com.google.common.collect.Multimap<String,Normalizer> indexedTerms, com.google.common.collect.Multimap<String,QueryParser.QueryTerm> terms, String query, AbstractQueryLogic logic, Set<String> typeFilter)
           
 



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