mirror of https://github.com/apache/lucene.git
03cf5cdad6
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 |
||
---|---|---|
.. | ||
README.committers.txt | ||
commons-codec-1.3.jar | ||
commons-csv-1.0-SNAPSHOT-r609327.jar | ||
commons-fileupload-1.2.1.jar | ||
commons-httpclient-3.1.jar | ||
commons-io-1.4.jar | ||
easymock.jar | ||
geronimo-stax-api_1.0_spec-1.0.1.jar | ||
jcl-over-slf4j-1.5.5.jar | ||
junit-4.3.jar | ||
lucene-analyzers-2.9-dev.jar | ||
lucene-core-2.9-dev.jar | ||
lucene-highlighter-2.9-dev.jar | ||
lucene-memory-2.9-dev.jar | ||
lucene-misc-2.9-dev.jar | ||
lucene-queries-2.9-dev.jar | ||
lucene-snowball-2.9-dev.jar | ||
lucene-spellchecker-2.9-dev.jar | ||
servlet-api-2.4.jar | ||
slf4j-api-1.5.5.jar | ||
slf4j-jdk14-1.5.5.jar | ||
solr-commons-csv-pom.xml.template | ||
solr-lucene-analyzers-pom.xml.template | ||
solr-lucene-contrib-pom.xml.template | ||
solr-lucene-core-pom.xml.template | ||
solr-lucene-highlighter-pom.xml.template | ||
solr-lucene-queries-pom.xml.template | ||
solr-lucene-snowball-pom.xml.template | ||
solr-lucene-spellchecker-pom.xml.template | ||
wstx-asl-3.2.7.jar |
README.committers.txt
-------------------------- Information For Committers -------------------------- Under no circumstances should any new files be added to this directory without careful consideration of how LICENSE.txt and NOTICE.txt in the parent directory should be updated to reflect the addition. Even if a Jar being added is from another Apache project, it should be mentioned in NOTICE.txt, and may have additional Attribution or Licencing information that also needs to be added to the appropriate file. --- If an existing Jar is replaced with a newer version, the same consideration should be given as if it were an entirely new file: verify that no updates need to be made to LICENSE.txt or NOTICE.txt based on changes in the terms of the dependency being updated. --- Any changes made to this directory should be noted in CHANGES.txt, along with the specific version information. If the version is a "snapshot" of another Apache project, include the SVN revision number. --- When upgrading Lucene-Java Jars, remember to generate new Analysis factories for any new Tokenizers or TokenFilters. See the wiki for details... http://wiki.apache.org/solr/CommitterInfo