Examples of TSTLookup


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
Copyright © 2018 www.massapi.com. 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.