Other changes include:
LUCENE-1614 - Use Lucene's DocIdSetIterator.NO_MORE_DOCS as the sentinel value.
LUCENE-1630 - Add acceptsDocsOutOfOrder method to Collector implementations.
LUCENE-1673, LUCENE-1701 - Trie has moved to Lucene core and renamed to NumericRangeQuery.
LUCENE-1662, LUCENE-1687 - Replace usage of ExtendedFieldCache by FieldCache.
SOLR-1241: Solr's CharFilter has been moved to Lucene. Remove CharFilter and related classes from Solr and use Lucene's corresponding code.
SOLR-1261: Lucene trunk renamed RangeQuery & Co to TermRangeQuery.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@794328 13f79535-47bb-0310-9956-ffa450edef68
Fixes for changes in trie introduced with LUCENE-1602
Implemented SolrIndexSearcher#search(Weight, Filter, Collector) to fix compile error
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@768240 13f79535-47bb-0310-9956-ffa450edef68
Committing all the above changes in one go to avoid compile errors due to Lucene API updates (except for ReverseStringFilterFactory).
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@764291 13f79535-47bb-0310-9956-ffa450edef68