Searched defs:handle (Results 1 - 8 of 8) sorted by relevance

/lucene-3.6.0/lucene/contrib/misc/src/java/org/apache/lucene/store/
H A DWindowsDirectory.cpp57 * Opens a handle to a file.
67 HANDLE handle; local
81 handle = CreateFile(fname, GENERIC_READ, FILE_SHARE_READ | FILE_SHARE_WRITE,
86 if (handle == INVALID_HANDLE_VALUE) {
91 return (jlong) handle;
141 * Closes a handle to a file
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/index/
H A DTestAddIndexes.java670 handle(t);
697 abstract void handle(Throwable t); method in class:TestAddIndexes.RunAddIndexesThreads
706 void handle(Throwable t) { method in class:TestAddIndexes.CommitAndAddIndexes
786 void handle(Throwable t) { method in class:TestAddIndexes.CommitAndAddIndexes2
856 void handle(Throwable t) { method in class:TestAddIndexes.CommitAndAddIndexes3
H A DTestIndexWriterReader.java446 void handle(Throwable t) { method in class:TestIndexWriterReader.AddDirectoriesThreads
476 handle(t);
/lucene-3.6.0/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/
H A DXPathRecordReader.java166 public void handle(Map<String, Object> record, String s) {
290 if (isRecord) handler.handle(getDeepCopy(values), forEachPath);
520 // recurse to handle next paths segment
547 // recurse to handle next paths segment
646 public void handle(Map<String, Object> record, String xpath); method in interface:XPathRecordReader.Handler
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/index/
H A DTestAddIndexes.java670 handle(t);
697 abstract void handle(Throwable t); method in class:TestAddIndexes.RunAddIndexesThreads
706 void handle(Throwable t) { method in class:TestAddIndexes.CommitAndAddIndexes
786 void handle(Throwable t) { method in class:TestAddIndexes.CommitAndAddIndexes2
856 void handle(Throwable t) { method in class:TestAddIndexes.CommitAndAddIndexes3
H A DTestIndexWriterReader.java444 void handle(Throwable t) { method in class:TestIndexWriterReader.AddDirectoriesThreads
474 handle(t);
/lucene-3.6.0/solr/client/ruby/flare/public/javascripts/
H A Ddragdrop.js228 handle: false,
266 if(options.handle && (typeof options.handle == 'string'))
267 this.handle = this.element.down('.'+options.handle, 0);
269 if(!this.handle) this.handle = $(options.handle);
270 if(!this.handle) this.handle
[all...]
/lucene-3.6.0/solr/test-framework/src/java/org/apache/solr/
H A DBaseDistributedSearchTestCase.java82 protected Map<String, Integer> handle = new HashMap<String, Integer>(); field in class:BaseDistributedSearchTestCase
325 public static int flags(Map<String, Integer> handle, Object key) { argument
326 if (handle == null) return 0;
327 Integer f = handle.get(key);
331 public static String compare(NamedList a, NamedList b, int flags, Map<String, Integer> handle) { argument
350 flagsa = flags(handle, namea);
364 flagsb = flags(handle, nameb);
381 String cmp = compare(vala, valb, flagsa, handle);
393 public static String compare1(Map a, Map b, int flags, Map<String, Integer> handle) { argument
398 int flagsa = flags(handle, key
411 compare(Map a, Map b, int flags, Map<String, Integer> handle) argument
418 compare(SolrDocument a, SolrDocument b, int flags, Map<String, Integer> handle) argument
422 compare(SolrDocumentList a, SolrDocumentList b, int flags, Map<String, Integer> handle) argument
477 compare(Object[] a, Object[] b, int flags, Map<String, Integer> handle) argument
488 compare(Object a, Object b, int flags, Map<String, Integer> handle) argument
[all...]

Completed in 27 milliseconds