Skip to content

Commit

Permalink
Update FieldType.java (fix allowe[d] typo in javadoc)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoerschke authored Jan 27, 2025
1 parent dddfc48 commit a8ccbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr/core/src/java/org/apache/solr/schema/FieldType.java
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ public MultiValueSelector getDefaultMultiValueSelectorForSort(
* @param parser the {@link org.apache.solr.search.QParser} calling the method
* @param field the schema field
* @param part1 the lower boundary of the range, nulls are allowed.
* @param part2 the upper boundary of the range, nulls are allowe
* @param part2 the upper boundary of the range, nulls are allowed.
* @param minInclusive whether the minimum of the range is inclusive or not
* @param maxInclusive whether the maximum of the range is inclusive or not
* @return a Query instance to perform range search according to given parameters
Expand Down

0 comments on commit a8ccbb0

Please sign in to comment.