Surround query with Boolean queries

2014-06-20 Thread Shyamsunder R Mutcha
Hi, I have two fields in the index with company and year. Following surround query finds computer and applications within and 5 words of each is working fine with surround query parser. {!surround maxBasicQueries=10}company:5N(comput*, appli*) Now If I have add another boolean query

Re: faceting performance on fields with high-cardinality

2014-06-20 Thread Shyamsunder R Mutcha
Hi Tag, I dont' see any query(q) given for execution in the firstSearcher and newSearcher event listener. Can you add a query term: str name=qquery term here/str Check your logs and it will log that firstSeacher event executed and prints an message with investerdIndex and number of facet items

facet counting using SimpleFacets

2013-12-01 Thread Shyamsunder R Mutcha
We have a large index where each document has stored multi-valued string field called products.  Also we have lot of customization of search requests. Each request goes through a pre-defined custom search handler and docId are stored for facet calculation.  Following method is called to get

ConcurrentModificationException from XMLResponseWriter

2013-11-25 Thread Shyamsunder R Mutcha
Following exception is found in solr logs. We are using Solr 3.2. As the stack trace is not referring to any application classes, I couldn't figure out the piece of code that throws this exception. Is there any way to debug this issue? Is it related to the issue 

Re: ConcurrentModificationException from XMLResponseWriter

2013-11-25 Thread Shyamsunder R Mutcha
11:28 AM, Shawn Heisey s...@elyograg.org wrote: On 11/25/2013 8:43 AM, Shyamsunder R Mutcha wrote: Following exception is found in solr logs. We are using Solr 3.2. As the stack trace is not referring to any application classes, I couldn't figure out the piece of code that throws