Re: Filter in terms component

2014-03-20 Thread Ahmet Arslan
Hi, I suggest you start a new threat describing your use case. Just describe the problem without assumptions. With a appropriate title/subject. Ahmet On Thursday, March 20, 2014 10:01 PM, Jilani Shaik wrote: Hi, Please provide some more pointers to go ahead in addressing this. Thnks, Jila

Re: Filter in terms component

2014-03-20 Thread Jilani Shaik
Hi, Please provide some more pointers to go ahead in addressing this. Thnks, Jilani On Thu, Mar 20, 2014 at 8:50 PM, Jilani Shaik wrote: > > Will it work for multi value fields, It is saying that Field Cache will > not work for multi value fields error. Most of the data is multi value > field

Re: Filter in terms component

2014-03-20 Thread Jilani Shaik
Will it work for multi value fields, It is saying that Field Cache will not work for multi value fields error. Most of the data is multi value fields in index. Thanks, Jilani On Thu, Mar 20, 2014 at 1:53 AM, Ahmet Arslan wrote: > Hi, > > If you just need counts may be you can make use of > h

Re: Filter in terms component

2014-03-19 Thread Ahmet Arslan
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 wrote: Hi Ahmet, I have gone through the facet component, as our application has 300+ million docs and it very time

Re: Filter in terms component

2014-03-19 Thread Jilani Shaik
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

Re: Filter in terms component

2014-03-19 Thread Ahmet Arslan
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 wrote: Hi, I have huge index and

Filter in terms component

2014-03-19 Thread Jilani Shaik
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