mirror of https://github.com/apache/lucene.git
add @lucene.experimental
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1197317 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ab8f037d63
commit
5f8d4fc8af
|
@ -19,6 +19,7 @@ package org.apache.lucene.index;
|
|||
|
||||
import org.apache.lucene.index.FieldInfo.IndexOptions;
|
||||
|
||||
/** @lucene.experimental */
|
||||
public interface IndexableFieldType {
|
||||
|
||||
/** True if this field should be indexed (inverted) */
|
||||
|
|
Loading…
Reference in New Issue