Package org.apache.lucene.search.suggest.tst

Examples of org.apache.lucene.search.suggest.tst.TSTLookup


*/
public class TSTLookupFactory extends LookupFactory {

  @Override
  public Lookup create(NamedList params, SolrCore core) {
    return new TSTLookup();
  }
View Full Code Here

TOP

Related Classes of org.apache.lucene.search.suggest.tst.TSTLookup

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.