Searched defs:exists (Results 1 - 10 of 10) sorted by relevance

/lucene-3.6.0/solr/core/src/java/org/apache/solr/core/
H A DDirectoryFactory.java39 public boolean exists(String path) { method in class:DirectoryFactory
H A DRAMDirectoryFactory.java49 public boolean exists(String path) { method in class:RAMDirectoryFactory
/lucene-3.6.0/lucene/contrib/grouping/src/java/org/apache/lucene/search/grouping/
H A DSentinelIntSet.java92 public boolean exists(int key) { method in class:SentinelIntSet
/lucene-3.6.0/solr/solrj/src/test/org/apache/solr/client/solrj/embedded/
H A DTestSolrProperties.java173 assertTrue(exists("/solr/cores[@defaultCoreName='core0']", document));
184 assertTrue(exists("/solr/cores/core[@name='renamed_core']", document));
190 public static boolean exists(String xpathStr, Node node) method in class:TestSolrProperties
/lucene-3.6.0/solr/core/src/java/org/apache/solr/search/
H A DBitDocSet.java146 public boolean exists(int doc) { method in class:BitDocSet
H A DDocSet.java68 public boolean exists(int docid); method in interface:DocSet
H A DDocSlice.java87 public boolean exists(int doc) { method in class:DocSlice
H A DHashDocSet.java93 public boolean exists(int doc) { method in class:HashDocSet
160 if (id >= 0 && b.exists(id)) {
172 if (id >= 0 && other.exists(id)) {
192 if (id >= 0 && b.exists(id)) {
201 if (id >= 0 && other.exists(id)) {
218 if (id >= 0 && !other.exists(id)) {
243 if (id>=0 && !b.exists(id)) result[resultCount++]=id;
H A DSortedIntDocSet.java175 if (other.exists(docs[i])) icount++;
327 if (other.exists(doc)) arr[icount++] = doc;
455 if (!other.exists(doc)) arr[count++] = doc;
467 public boolean exists(int doc) { method in class:SortedIntDocSet
469 // but we should get away from using exists() anyway.
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DIndexFileDeleter.java188 // file segments_X exists when in fact it
529 public boolean exists(String fileName) { method in class:IndexFileDeleter

Completed in 41 milliseconds