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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: omars@php.net
New email:
PHP Version: OS:

 

 [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

Pull Requests

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 21 19:01:29 2024 UTC