Searched refs:remove (Results 1 - 25 of 239) sorted by relevance

12345678910

/lucene-3.6.0/lucene/contrib/facet/src/java/org/apache/lucene/util/collections/
H A DDoubleIterator.java29 void remove(); method in interface:DoubleIterator
H A DFloatIterator.java29 void remove(); method in interface:FloatIterator
H A DIntIterator.java29 void remove(); method in interface:IntIterator
H A DArrayHashMap.java51 /** Index of the last visited pair. Used in {@link #remove()}. */
90 public void remove() { method in class:ArrayHashMap.IndexIterator
91 ArrayHashMap.this.remove((K) keys[lastIndex]);
111 public void remove() { method in class:ArrayHashMap.KeyIterator
112 iterator.remove();
131 public void remove() { method in class:ArrayHashMap.ValueIterator
132 iterator.remove();
435 * @param key used to find the value to remove
439 public V remove(K key) { method in class:ArrayHashMap
H A DFloatToObjectMap.java58 * Index of the last visited pair. Used in {@link #remove()}.
97 public void remove() { method in class:FloatToObjectMap.IndexIterator
98 FloatToObjectMap.this.remove(keys[lastIndex]);
119 public void remove() { method in class:FloatToObjectMap.KeyIterator
120 iterator.remove();
142 public void remove() { method in class:FloatToObjectMap.ValueIterator
143 iterator.remove();
508 * @param key used to find the value to remove
512 public T remove(float key) { method in class:FloatToObjectMap
H A DIntToDoubleMap.java57 * Index of the last visited pair. Used in {@link #remove()}.
96 public void remove() { method in class:IntToDoubleMap.IndexIterator
97 IntToDoubleMap.this.remove(keys[lastIndex]);
118 public void remove() { method in class:IntToDoubleMap.KeyIterator
119 iterator.remove();
140 public void remove() { method in class:IntToDoubleMap.ValueIterator
141 iterator.remove();
506 * @param key used to find the value to remove
509 public double remove(int key) { method in class:IntToDoubleMap
H A DIntToIntMap.java56 * Index of the last visited pair. Used in {@link #remove()}.
95 public void remove() { method in class:IntToIntMap.IndexIterator
96 IntToIntMap.this.remove(keys[lastIndex]);
117 public void remove() { method in class:IntToIntMap.KeyIterator
118 iterator.remove();
138 public void remove() { method in class:IntToIntMap.ValueIterator
139 iterator.remove();
503 * @param key used to find the value to remove
506 public int remove(int key) { method in class:IntToIntMap
H A DIntToObjectMap.java57 * Index of the last visited pair. Used in {@link #remove()}.
96 public void remove() { method in class:IntToObjectMap.IndexIterator
97 IntToObjectMap.this.remove(keys[lastIndex]);
118 public void remove() { method in class:IntToObjectMap.KeyIterator
119 iterator.remove();
141 public void remove() { method in class:IntToObjectMap.ValueIterator
142 iterator.remove();
508 * @param key used to find the value to remove
512 public T remove(int key) { method in class:IntToObjectMap
/lucene-3.6.0/solr/solrj/src/java/org/apache/solr/client/solrj/
H A DSolrQuery.java71 this.remove(TermsParams.TERMS);
72 this.remove(TermsParams.TERMS_FIELD);
73 this.remove(TermsParams.TERMS_LOWER);
74 this.remove(TermsParams.TERMS_UPPER);
75 this.remove(TermsParams.TERMS_UPPER_INCLUSIVE);
76 this.remove(TermsParams.TERMS_LOWER_INCLUSIVE);
77 this.remove(TermsParams.TERMS_LIMIT);
78 this.remove(TermsParams.TERMS_PREFIX_STR);
79 this.remove(TermsParams.TERMS_MINCOUNT);
80 this.remove(TermsParam
[all...]
/lucene-3.6.0/lucene/contrib/pruning/src/java/org/apache/lucene/index/pruning/
H A DStorePruningPolicy.java80 // for simplicity remove only fields with DEL_ALL
112 private Map<String,Integer> remove; field in class:StorePruningPolicy.DelFieldSelector
114 public DelFieldSelector(Map<String,Integer> remove) { argument
115 this.remove = remove;
123 if (!remove.isEmpty() && remove.containsKey(fieldName) &&
124 ((remove.get(fieldName) & DEL_STORED) > 0)) {
/lucene-3.6.0/dev-tools/scripts/
H A DbuildAndPushRelease.py62 os.remove(s)
77 os.remove(LOG)
118 os.remove('lucene.tar.bz2')
124 os.remove('lucene.tar.bz2')
133 os.remove('solr.tar.bz2')
139 os.remove('solr.tar.bz2')
147 os.remove('KEYS')
158 sys.argv.remove('-prepare')
161 sys.argv.remove('-push')
/lucene-3.6.0/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/attributes/
H A DCategoryAttributesIterable.java64 public void remove() { method in class:CategoryAttributesIterable.CategoryAttributesIterator
65 this.internalIterator.remove();
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/store/
H A DSingleInstanceLockFactory.java50 locks.remove(lockName);
76 locks.remove(lockName);
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/util/
H A DMapBackedSet.java62 public boolean remove(Object o) { method in class:MapBackedSet
63 return map.remove(o) != null;
H A DCloseableThreadLocal.java47 * We can not rely on {@link ThreadLocal#remove()} as it
116 it.remove();
139 t.remove();
/lucene-3.6.0/solr/solrj/src/test/org/apache/solr/common/util/
H A DNamedListTest.java28 String value = nl.remove(0);
/lucene-3.6.0/lucene/contrib/facet/src/test/org/apache/lucene/util/collections/
H A DIntHashSetTest.java38 set0.remove(0);
76 set0.remove(-382);
77 set0.remove(1);
94 set0.remove(i);
119 set1.remove(value);
120 set2.remove(value);
139 set.remove(value);
156 set.remove(value);
173 set.remove(value);
183 assertTrue(set.remove(valu
[all...]
/lucene-3.6.0/solr/core/src/test/org/apache/solr/schema/
H A DBadIndexSchemaTest.java98 err.remove( t );
102 err.remove( t );
106 err.remove( t );
110 err.remove( t );
138 err.remove( t );
/lucene-3.6.0/solr/core/src/java/org/apache/solr/schema/
H A DExternalFileField.java70 String ftypeS = args.remove("valType");
78 keyFieldName = args.remove("keyField");
79 String defValS = args.remove("defVal");
/lucene-3.6.0/solr/scripts/
H A Dbackupcleaner84 function remove function
111 remove $i
126 remove $i
/lucene-3.6.0/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/precedence/processors/
H A DPrecedenceQueryNodeProcessorPipeline.java50 remove(i--);
/lucene-3.6.0/solr/core/src/test/org/apache/solr/
H A DOutputWriterTest.java51 lrf.args.remove("version");
54 lrf.args.remove("wt");
61 lrf.args.remove("wt");
68 lrf.args.remove("wt");
/lucene-3.6.0/lucene/test-framework/src/java/org/apache/lucene/store/
H A DMockLockFactoryWrapper.java53 dir.openLocks.remove(lockName);
83 dir.openLocks.remove(name);
/lucene-3.6.0/lucene/backwards/src/test-framework/java/org/apache/lucene/store/
H A DMockLockFactoryWrapper.java49 dir.openLocks.remove(lockName);
79 dir.openLocks.remove(name);
/lucene-3.6.0/solr/solrj/src/java/org/apache/solr/common/params/
H A DModifiableSolrParams.java64 * Replace any existing parameter with the given name. if val==null remove key from params completely.
68 vals.remove(name);
122 * remove a field at the given name
124 public String[] remove( String name ) method in class:ModifiableSolrParams
126 return vals.remove( name );
136 * remove the given value for the given name
140 public boolean remove(String name, String value) { method in class:ModifiableSolrParams
148 remove(name);

Completed in 737 milliseconds

12345678910