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

svn commit: r1519139 - in /lucene/dev/branches/branch_4x: ./ lucene/ lucene/facet/ lucene/facet/src/java/org/apache/lucene/facet/codecs/facet45/Facet45Codec.java lucene/facet/src/resources/META-INF/services/org.apache.lucene.codecs.Codec

Author: shaie
Date: Sat Aug 31 04:02:22 2013
New Revision: 1519139

URL: http://svn.apache.org/r1519139
Log:
remove Facet45Codec from META-INF

Removed:
    lucene/dev/branches/branch_4x/lucene/facet/src/resources/META-INF/services/org.apache.lucene.codecs.Codec
Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/lucene/   (props changed)
    lucene/dev/branches/branch_4x/lucene/facet/   (props changed)
    lucene/dev/branches/branch_4x/lucene/facet/src/java/org/apache/lucene/facet/codecs/facet45/Facet45Codec.java

Modified: lucene/dev/branches/branch_4x/lucene/facet/src/java/org/apache/lucene/facet/codecs/facet45/Facet45Codec.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/facet/src/java/org/apache/lucene/facet/codecs/facet45/Facet45Codec.java?rev=1519139&r1=1519138&r2=1519139&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/lucene/facet/src/java/org/apache/lucene/facet/codecs/facet45/Facet45Codec.java (original)
+++ lucene/dev/branches/branch_4x/lucene/facet/src/java/org/apache/lucene/facet/codecs/facet45/Facet45Codec.java Sat Aug 31 04:02:22 2013
@@ -48,7 +48,6 @@ public class Facet45Codec extends Lucene
   private final Set<String> facetFields;
   private final DocValuesFormat facetsDVFormat = DocValuesFormat.forName("Facet42");
 
-  // must have that for SPI purposes
   /** Default constructor, uses {@link FacetIndexingParams#DEFAULT}. */
   public Facet45Codec() {
     this(FacetIndexingParams.DEFAULT);