Hi, I'm trying to group search results by fields using the streaming API. I
don't see a sort limit mentioned in the Solr Ref Doc, but when I use 4
fields I get results and when I use 5 or more I get an exception:

java.util.concurrent.ExecutionException: java.io.IOException:
JSONTupleStream: expected OBJECT_START but got STRING

I've got to be able to group docs by an unlimited number of like fields
(well, at least up to 20), which requires sorting the stream. Is there a
limit to the number of sort params in a single search?

thanks!
Ted
v5.2.1



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Search-sort-depth-limited-to-4-tp4289049.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to