Hi, If you just need counts may be you can make use of http://wiki.apache.org/solr/FunctionQuery#Relevance_Functions
Ahmet On Wednesday, March 19, 2014 9:49 PM, Jilani Shaik <jilani24...@gmail.com> wrote: Hi Ahmet, I have gone through the facet component, as our application has 300+ million docs and it very time consuming with this component and also it uses cache. So I have gone through the terms component where Solr is reading index for field terms, is there any approach where I can get the terms using the filter. So that I can restrict some of the document terms in counts. Basically we have set of documents where we want to show the terms count based on those filters with set name. Instead of reading entire index. Please let me know if you need any details to throw some more pointers Thanks, Jilani On Thu, Mar 20, 2014 at 1:04 AM, Ahmet Arslan <iori...@yahoo.com> wrote: > Hi Jilani, > > What features of terms component are you after? If if it is just > terms.prefix, it could be simulated with facet component with facet.prefix > parameter. faceting component respects filter queries. > > > > On Wednesday, March 19, 2014 8:58 PM, Jilani Shaik <jilani24...@gmail.com> > wrote: > Hi, > > I have huge index and using Solr. I need terms component with filter by a > field. Please let me know is there anything that I can get it. > > Please provide me some pointers, even to develop this by going through the > Lucene. > > Please suggest. > > Thanks, > Jilani > >