[ 
https://issues.apache.org/jira/browse/LUCENENET-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ben West updated LUCENENET-415:
-------------------------------

    Attachment: facet performance.xls
                SimpleFacetedSearch.cs

I added an option to SFS which selects whether queries are cached. I think this 
cache is only cleared on index reopen, so caching everything can be memory 
intensive (right?). Without this caching, it seems that memory impact should be 
minimal.

Also attached some performance results, having made Digy's suggested changes.  
Faceting is somewhat slower, particularly on larger indexes, but is fine for my 
usage.

Interestingly enough, instantiation is almost instantaneous, which is good for 
those of us on NRT.

> Contrib/Faceted Search
> ----------------------
>
>                 Key: LUCENENET-415
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-415
>             Project: Lucene.Net
>          Issue Type: New Feature
>    Affects Versions: Lucene.Net 2.9.4
>            Reporter: Digy
>            Priority: Minor
>         Attachments: PerformanceTest.cs, PerformanceTest.cs, 
> SimpleFacetedSearch.cs, SimpleFacetedSearch.cs, SimpleFacetedSearch.cs, 
> TestSimpleFacetedSearch.cs, TestSimpleFacetedSearch.cs, facet performance.xls
>
>
> Since I see a lot of questions about faceted search in these days, I plan to 
> add a Faceted-Search project to contrib.
> DIGY

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to