mirror of https://github.com/apache/lucene.git
remove Serializable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1439066 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
189d0721a0
commit
93962e17f3
|
@ -1,7 +1,6 @@
|
|||
package org.apache.lucene.facet.index.params;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.Serializable;
|
||||
|
||||
import org.apache.lucene.facet.search.CategoryListIterator;
|
||||
import org.apache.lucene.facet.search.DocValuesCategoryListIterator;
|
||||
|
@ -34,7 +33,7 @@ import org.apache.lucene.util.encoding.UniqueValuesIntEncoder;
|
|||
*
|
||||
* @lucene.experimental
|
||||
*/
|
||||
public class CategoryListParams implements Serializable {
|
||||
public class CategoryListParams {
|
||||
|
||||
/** OrdinalPolicy defines which ordinals are encoded for every document. */
|
||||
public static enum OrdinalPolicy {
|
||||
|
|
Loading…
Reference in New Issue