-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Field.java documentation to refer to new IntField/FloatField/LongField/DoubleField #12125
Labels
Comments
@rmuir Hi, may I work on this task? |
Harshitha-g-06
added a commit
to SreehariG73/lucene
that referenced
this issue
Nov 17, 2023
…ngField/DoubleField apache#12125
SreehariG73
added a commit
to SreehariG73/lucene
that referenced
this issue
Nov 17, 2023
Fix Field.java documentation to refer to new IntField/FloatField/LongField/DoubleField apache#12125
SreehariG73
pushed a commit
to SreehariG73/lucene
that referenced
this issue
Jan 15, 2024
…ngField/DoubleField apache#12125
jpountz
pushed a commit
that referenced
this issue
Jan 15, 2024
…ngField/DoubleField (#13012) Co-authored-by: Harshitha-g-06 <[email protected]> Closes #12125
slow-J
pushed a commit
to slow-J/lucene
that referenced
this issue
Jan 16, 2024
…ngField/DoubleField (apache#13012) Co-authored-by: Harshitha-g-06 <[email protected]> Closes apache#12125
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Currently Field.java has these docs:
I think it would be better to bring this up-to-date. We can at least replace
IntPoint
,LongPoint
,FloatPoint
, andDoublePoint
withIntField
,LongField
,FloatField
, andDoubleField
.Each one of these classes also documents/links you to look at more expert classes (e.g.
IntPoint
,SortedNumericDocValuesField
,StoredField
) if you want expert control.But it would be better to point the user to these new easier-to-use field subclasses.
The text was updated successfully, but these errors were encountered: