Searched refs:load (Results 1 - 25 of 47) sorted by relevance

12

/lucene-3.6.0/solr/core/src/java/org/apache/solr/handler/
H A DContentStreamLoader.java48 public abstract void load(SolrQueryRequest req, SolrQueryResponse rsp, ContentStream stream) throws Exception; method in class:ContentStreamLoader
H A DContentStreamHandlerBase.java58 documentLoader.load(req, rsp, stream);
H A DBinaryUpdateRequestHandler.java53 public void load(SolrQueryRequest req, SolrQueryResponse rsp, ContentStream stream) throws Exception {
H A DXsltXMLLoader.java65 public void load(SolrQueryRequest req, SolrQueryResponse rsp, ContentStream stream) throws Exception { method in class:XsltXMLLoader
/lucene-3.6.0/lucene/contrib/analyzers/stempel/src/java/org/apache/lucene/analysis/stempel/
H A DStempelStemmer.java49 this(load(stemmerTable));
64 public static Trie load(InputStream stemmerTable) throws IOException { method in class:StempelStemmer
/lucene-3.6.0/solr/client/ruby/flare/vendor/plugins/engines/lib/engines/rails_extensions/
H A Drails_initializer.rb17 # [+load_plugin+] which now creates Plugin instances and calls Plugin#load
35 # a nil value implies we don't care about plugins; load 'em all in a reliable order
39 # Loads a plugin, performing the extra load path/public file magic of
40 # engines by calling Plugin#load.
57 # and adding app directories to the appropriate load paths
58 plugin.load
/lucene-3.6.0/solr/contrib/analysis-extras/src/java/org/apache/solr/analysis/
H A DStempelPolishStemFilterFactory.java44 stemmer = StempelStemmer.load(loader.openResource(STEMTABLE));
46 throw new SolrException(ErrorCode.SERVER_ERROR, "Could not load stem table: " + STEMTABLE);
/lucene-3.6.0/solr/solrj/src/test/org/apache/solr/client/solrj/embedded/
H A DMultiCoreEmbeddedTest.java41 cores.load( getSolrHome(), f );
H A DMergeIndexesEmbeddedTest.java42 cores.load(getSolrHome(), f);
/lucene-3.6.0/solr/client/ruby/flare/vendor/plugins/engines/lib/engines/
H A Dplugin.rb42 # need plugin directories to be added to the load path, i.e.
70 # lib will actually be removed from the load paths when we call
110 @about = YAML.load(File.open(about_path).read)
120 # Here we add controller/helper code to the appropriate load paths (see
123 def load method in class:Plugin
124 logger.debug "Plugin '#{name}': starting load."
133 # to the three relevant load paths mechanism that Rails might use:
144 # Add relevant paths under the engine root to the load path
147 # Add to the load paths
/lucene-3.6.0/lucene/contrib/analyzers/smartcn/src/java/org/apache/lucene/analysis/cn/smart/
H A DAnalyzerProfile.java83 prop.load(input);
/lucene-3.6.0/lucene/contrib/analyzers/smartcn/src/java/org/apache/lucene/analysis/cn/smart/hhmm/
H A DBigramDictionary.java67 singleInstance.load();
70 singleInstance.load(dictRoot);
97 // log.info("load bigram dict from serialization.");
114 private void load() throws IOException, ClassNotFoundException { method in class:BigramDictionary
119 private void load(String dictRoot) { method in class:BigramDictionary
210 // log.info("load dictionary done! " + dctFilePath + " total:" + total);
H A DWordDictionary.java86 singleInstance.load();
89 singleInstance.load(wordDictRoot);
98 * Attempt to load dictionary from provided directory, first trying coredict.mem, failing back on coredict.dct
102 public void load(String dctFileRoot) { method in class:WordDictionary
123 // log.info("load dictionary: " + dctFilePath + " total:" + total);
139 public void load() throws IOException, ClassNotFoundException { method in class:WordDictionary
165 // log.info("load core dict from serialization.");
/lucene-3.6.0/solr/core/src/test/org/apache/solr/handler/
H A DCSVRequestHandlerTest.java48 loader.load(req, rsp, new ContentStreamBase.StringStream.StringStream(csvString));
H A DJsonLoaderTest.java86 loader.load(req, rsp, new ContentStreamBase.StringStream(input));
159 loader.load(req, rsp, new ContentStreamBase.StringStream(str));
187 loader.load(req, rsp, new ContentStreamBase.StringStream(str));
H A DXmlUpdateRequestHandlerTest.java112 loader.load(req, rsp, new ContentStreamBase.StringStream(xml));
151 loader.load(req(), new SolrQueryResponse(), new ContentStreamBase.StringStream(xml));
/lucene-3.6.0/lucene/contrib/queryparser/src/java/org/apache/lucene/messages/
H A DNLS.java40 * reference) - performs validation of all message in a bundle, at class load
87 * a class that extends NLS in a static block at class load time.
96 load(clazz);
101 // because this function is supposed to be called at class load time.
130 private static void load(Class<? extends NLS> clazz) { method in class:NLS
/lucene-3.6.0/lucene/contrib/spellchecker/src/java/org/apache/lucene/search/suggest/
H A DLookup.java154 * Discard current lookup data and load it from a previously saved copy.
156 * @param input the {@link InputStream} to load the lookup data.
160 public abstract boolean load(InputStream input) throws IOException; method in class:Lookup
/lucene-3.6.0/lucene/contrib/spellchecker/src/test/org/apache/lucene/search/suggest/
H A DPersistenceTest.java79 lookup.load(new FileInputStream(new File(storeDir, "lookup.dat")));
/lucene-3.6.0/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/
H A DSimplePropertiesWriter.java102 props.load(propInput);
/lucene-3.6.0/lucene/contrib/analyzers/stempel/src/java/org/apache/lucene/analysis/pl/
H A DPolishAnalyzer.java77 throw new RuntimeException("Unable to load default stopword set", ex);
81 DEFAULT_TABLE = StempelStemmer.load(PolishAnalyzer.class.getResourceAsStream(DEFAULT_STEMMER_FILE));
85 throw new RuntimeException("Unable to load default stemming tables", ex);
/lucene-3.6.0/lucene/tools/prettify/
H A Dlang-sql.js1 PR.registerLangHandler(PR.createSimpleLexer([["pln",/^[\t\n\r \xa0]+/,null,"\t\n\r �\xa0"],["str",/^(?:"(?:[^"\\]|\\.)*"|'(?:[^'\\]|\\.)*')/,null,"\"'"]],[["com",/^(?:--[^\n\r]*|\/\*[\S\s]*?(?:\*\/|$))/],["kwd",/^(?:add|all|alter|and|any|as|asc|authorization|backup|begin|between|break|browse|bulk|by|cascade|case|check|checkpoint|close|clustered|coalesce|collate|column|commit|compute|constraint|contains|containstable|continue|convert|create|cross|current|current_date|current_time|current_timestamp|current_user|cursor|database|dbcc|deallocate|declare|default|delete|deny|desc|disk|distinct|distributed|double|drop|dummy|dump|else|end|errlvl|escape|except|exec|execute|exists|exit|fetch|file|fillfactor|for|foreign|freetext|freetexttable|from|full|function|goto|grant|group|having|holdlock|identity|identitycol|identity_insert|if|in|index|inner|insert|intersect|into|is|join|key|kill|left|like|lineno|load|match|merge|national|nocheck|nonclustered|not|null|nullif|of|off|offsets|on|open|opendatasource|openquery|openrowset|openxml|option|or|order|outer|over|percent|plan|precision|primary|print|proc|procedure|public|raiserror|read|readtext|reconfigure|references|replication|restore|restrict|return|revoke|right|rollback|rowcount|rowguidcol|rule|save|schema|select|session_user|set|setuser|shutdown|some|statistics|system_user|table|textsize|then|to|top|tran|transaction|trigger|truncate|tsequal|union|unique|update|updatetext|use|user|using|values|varying|view|waitfor|when|where|while|with|writetext)(?=[^\w-]|$)/i,
/lucene-3.6.0/solr/core/src/java/org/apache/solr/spelling/suggest/
H A DSuggester.java114 lookup.load(new FileInputStream(new File(storeDir, factory.storeFileName())));
164 if (lookup.load(new FileInputStream(new File(storeDir, factory.storeFileName())))) {
167 LOG.debug("load failed, need to build Lookup again");
/lucene-3.6.0/solr/core/src/java/org/apache/solr/core/
H A DCoreContainer.java109 this.load(dir, configFile);
161 cores.load(solrHome, fconf);
165 cores.load(solrHome, new InputSource(new ByteArrayInputStream(DEF_SOLR_XML.getBytes("UTF-8"))));
191 p.load(is);
217 public void load(String dir, File configFile ) throws ParserConfigurationException, IOException, SAXException { method in class:CoreContainer
219 this.load(dir, new InputSource(configFile.toURI().toASCIIString()));
231 public void load(String dir, InputSource cfgis) method in class:CoreContainer
/lucene-3.6.0/lucene/contrib/facet/src/test/org/apache/lucene/facet/search/
H A DTestTotalFacetCounts.java92 tfcc.clear(); // not really required because TFCC overrides on load(), but in the test we need not rely on this.
93 tfcc.load(tmpFile, readers[0].indexReader, readers[0].taxReader, iParams);

Completed in 56 milliseconds

12