Skip to content

Commit 4c32c86

Browse files
committed
Prepare FlucText for suggestion
1 parent fd1407c commit 4c32c86

3 files changed

Lines changed: 252 additions & 245 deletions

File tree

common/src/java/com/github/oeuvres/alix/lucene/fluc/Fluc.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)