You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by tpunder <gi...@git.apache.org> on 2018/10/17 15:36:21 UTC

[GitHub] lucene-solr pull request #473: SOLR-12878 - Use the cached SolrIndexSearch.f...

GitHub user tpunder opened a pull request:

    https://github.com/apache/lucene-solr/pull/473

    SOLR-12878 - Use the cached SolrIndexSearch.fieldInfos instead of recreating one each time FacetFieldProcessorByHashDV is constructed

    Also this updates one of the collect methods to use the `advanceExact` method to match the other collect methods.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tpunder/lucene-solr SOLR-12878

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucene-solr/pull/473.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #473
    
----
commit 6ce08e8bee69a615daab8a5f80906b52a711e2d9
Author: Tim Underwood <ti...@...>
Date:   2018-10-17T15:33:16Z

    SOLR-12878: Use the cached FieldInfos instance in SolrIndexSearcher instead of re-constructing it every time FacetFieldProcessorByHashDV is created

commit 9fa758006d7d05e79b2b2c059e935c03ce17abc0
Author: Tim Underwood <ti...@...>
Date:   2018-10-17T15:34:32Z

    Update one of the collect methods in FacetFieldProcessorByHashDV to use DocValuesIterator.advanceExact to match the other collect methods

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org