File tree Expand file tree Collapse file tree
common/src/java/com/github/oeuvres/alix/lucene/fluc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,13 +71,13 @@ public class Fluc implements Closeable
7171 /** Number of documents with at least one value in this field, or {@code -1} when unknown. */
7272 private final int docs ;
7373 /** Underlying Lucene field info. */
74- protected final FieldInfo info ;
74+ public final FieldInfo info ;
7575 /**
7676 * Free-form key-value description, populated by the constructor and by
7777 * subclasses or {@link #inferFields(DirectoryReader, Path)} for diagnostics
7878 * and JSON serialization. Insertion order is preserved.
7979 */
80- protected final Map <String , Object > description = new LinkedHashMap <>(10 );
80+ public final Map <String , Object > description = new LinkedHashMap <>(10 );
8181
8282 protected Fluc (
8383 final FieldInfo info
You can’t perform that action at this time.
0 commit comments