Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
While working on SOLR-5260 I ran across this. It is easily reproducible by indexing techproducts to a two-shard collection and then
&group=true&group.field=manufacturedate_dt
This works fine stand-alone.
When 5260 gets checked in look in DocValuesNotIndexedTest.java for a reference to this JIRA and take out the special processing that avoids this bug for a unit test.
Stack trace:
80770 ERROR (qtp845642178-32) [n:127.0.0.1:50799_solr c:dv_coll s:shard1 r:core_node2 x:dv_coll_shard1_replica1] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException:
Invalid Date String:'Mon Feb 02 13:40:21 MSK 239906837'
at org.apache.solr.util.DateMathParser.parseMath(DateMathParser.java:234)
at org.apache.solr.schema.TrieField.readableToIndexed(TrieField.java:530)
at org.apache.solr.search.grouping.distributed.command.GroupConverter.fromMutable(GroupConverter.java:59)
at org.apache.solr.search.grouping.distributed.command.SearchGroupsFieldCommand.result(SearchGroupsFieldCommand.java:124)
at org.apache.solr.search.grouping.distributed.shardresultserializer.SearchGroupsResultTransformer.transform(SearchGroupsResultTransformer.java:57)
at org.apache.solr.search.grouping.distributed.shardresultserializer.SearchGroupsResultTransformer.transform(SearchGroupsResultTransformer.java:36)
Attachments
Attachments
Issue Links
- is duplicated by
-
SOLR-11086 Grouping by TrieDateField and DatePointField fails
- Closed