Searched defs:clear (Results 1 - 25 of 116) sorted by relevance

12345

/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/search/
H A DMockFilter.java33 public void clear() { method in class:MockFilter
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/search/
H A DMockFilter.java33 public void clear() { method in class:MockFilter
/lucene-3.6.0/lucene/contrib/facet/src/java/org/apache/lucene/facet/search/
H A DFloatArrayAllocator.java64 public void clear(float[] array) { method in class:FloatArrayAllocator
H A DHeap.java52 public void clear(); method in interface:Heap
H A DIntArrayAllocator.java64 public void clear(int[] array) { method in class:IntArrayAllocator
H A DTemporaryObjectAllocator.java75 * Subclasses must override this method to clear an existing object of
79 protected abstract void clear(T object); method in class:TemporaryObjectAllocator
95 clear(object);
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/analysis/tokenattributes/
H A DFlagsAttributeImpl.java53 public void clear() { method in class:FlagsAttributeImpl
H A DKeywordAttributeImpl.java35 public void clear() { method in class:KeywordAttributeImpl
H A DOffsetAttributeImpl.java59 public void clear() { method in class:OffsetAttributeImpl
H A DPayloadAttributeImpl.java58 public void clear() { method in class:PayloadAttributeImpl
H A DPositionIncrementAttributeImpl.java72 public void clear() { method in class:PositionIncrementAttributeImpl
H A DPositionLengthAttributeImpl.java46 public void clear() { method in class:PositionLengthAttributeImpl
H A DTypeAttributeImpl.java50 public void clear() { method in class:TypeAttributeImpl
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/util/
H A DMapBackedSet.java67 public void clear() { method in class:MapBackedSet
68 map.clear();
/lucene-3.6.0/solr/client/ruby/flare/vendor/plugins/flare/lib/flare/
H A Dcontext.rb24 clear
37 def clear method in class:Flare
38 #TODO unify initialize and clear
/lucene-3.6.0/lucene/contrib/analyzers/kuromoji/src/java/org/apache/lucene/analysis/ja/tokenattributes/
H A DBaseFormAttributeImpl.java39 public void clear() { method in class:BaseFormAttributeImpl
H A DInflectionAttributeImpl.java44 public void clear() { method in class:InflectionAttributeImpl
H A DPartOfSpeechAttributeImpl.java40 public void clear() { method in class:PartOfSpeechAttributeImpl
H A DReadingAttributeImpl.java44 public void clear() { method in class:ReadingAttributeImpl
/lucene-3.6.0/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/attributes/
H A DOrdinalProperty.java45 public void clear() { method in class:OrdinalProperty
/lucene-3.6.0/lucene/contrib/grouping/src/java/org/apache/lucene/search/grouping/
H A DSentinelIntSet.java48 clear();
51 public void clear() { method in class:SentinelIntSet
/lucene-3.6.0/lucene/contrib/icu/src/java/org/apache/lucene/analysis/icu/tokenattributes/
H A DScriptAttributeImpl.java52 public void clear() { method in class:ScriptAttributeImpl
/lucene-3.6.0/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/standard/config/
H A DAllowLeadingWildcardAttributeImpl.java55 public void clear() { method in class:AllowLeadingWildcardAttributeImpl
H A DAnalyzerAttributeImpl.java60 public void clear() { method in class:AnalyzerAttributeImpl
H A DBoostAttributeImpl.java62 public void clear() { method in class:BoostAttributeImpl

Completed in 78 milliseconds

12345