Hi Tag,
I dont' see any query(q) given for execution in the firstSearcher and
newSearcher event listener. Can you add a query term:
<>>
Check your logs and it will log that firstSeacher event executed and prints an
message with investerdIndex and number of facet items loaded.
Thanks
Shyamsund
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 +year
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 fac
11:28 AM, Shawn Heisey 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 throw
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 ConcurrentModificationException