Deprecated API


Contents
Deprecated Classes
org.apache.lucene.search.regex.SpanRegexQuery
          Use new SpanMultiTermQueryWrapper<RegexQuery>(new RegexQuery()) instead. This query will be removed in Lucene 4.0 
 

Deprecated Fields
org.apache.lucene.search.similar.MoreLikeThis.DEFAULT_ANALYZER
          This default will be removed in Lucene 4.0 (with the default being null). If you are not using term vectors, explicitly set your analyzer instead. 
 

Deprecated Methods
org.apache.lucene.search.ChainedFilter.finalResult(OpenBitSetDISI, int)
          Either use CachingWrapperFilter, or switch to a different DocIdSet implementation yourself. This method will be removed in Lucene 4.0 
org.apache.lucene.search.BooleanFilter.finalResult(OpenBitSetDISI, int)
          Either use CachingWrapperFilter, or switch to a different DocIdSet implementation yourself. This method will be removed in Lucene 4.0 
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.