Searched defs:sourceLocation (Results 1 - 2 of 2) sorted by relevance

/lucene-3.6.0/solr/core/src/java/org/apache/solr/spelling/suggest/
H A DSuggester.java57 public static final String LOCATION = "sourceLocation";
71 protected String sourceLocation; field in class:Suggester
88 sourceLocation = (String) config.get(LOCATION);
126 if (sourceLocation == null) {
132 core.getResourceLoader().openResource(sourceLocation), "UTF-8"));
143 if (sourceLocation == null) {
147 LOG.error("Store Lookup build from sourceloaction: " + sourceLocation + " failed");
/lucene-3.6.0/solr/core/src/java/org/apache/solr/spelling/
H A DAbstractLuceneSpellChecker.java68 public static final String LOCATION = "sourceLocation";
79 protected String sourceLocation; field in class:AbstractLuceneSpellChecker
104 sourceLocation = (String) config.get(LOCATION);
273 return sourceLocation;

Completed in 12 milliseconds