You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by yo...@apache.org on 2010/06/02 23:51:28 UTC

svn commit: r950784 - in /lucene/dev/trunk/solr/src/java/org/apache/solr/search: ConstantScorePrefixQuery.java PrefixFilter.java WildcardFilter.java

Author: yonik
Date: Wed Jun  2 21:51:28 2010
New Revision: 950784

URL: http://svn.apache.org/viewvc?rev=950784&view=rev
Log:
SOLR-1930: remove unused prefix and wildcard filters, which have been moved to lucene

Removed:
    lucene/dev/trunk/solr/src/java/org/apache/solr/search/ConstantScorePrefixQuery.java
    lucene/dev/trunk/solr/src/java/org/apache/solr/search/PrefixFilter.java
    lucene/dev/trunk/solr/src/java/org/apache/solr/search/WildcardFilter.java