php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #71589 Support SolrQuery facet threads
Submitted: 2016-02-14 18:23 UTC Modified: -
From: omars@php.net Assigned:
Status: Open Package: solr (PECL)
PHP Version: Irrelevant OS: *
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
34 - 6 = ?
Subscribe to this entry?

 
 [2016-02-14 18:23 UTC] omars@php.net
Description:
------------
Support facet.threads parameter

facet.threads will cause loading the underlying fields used in faceting to be executed in parallel with the number of threads specified.

API SolrQuery SolrQuery::setFacetThreads(int)
API int SolrQuery::getFacetThreads()

https://wiki.apache.org/solr/SimpleFacetParameters#facet.threads


Patches

Add a Patch

Pull Requests

Add a Pull Request

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 07:01:27 2024 UTC