ext:
http://lucene.472066.n3.nabble.com/Re-Questionon-CollapsingQParserPlugin-tp4111357p4111376.html
Sent from the Solr - User mailing list archive at Nabble.com.
Just tried it with q=solr as well:
{
"responseHeader":{
"status":0,
"QTime":1,
"params":{
"indent":"true",
"q":"solr",
"wt":"json",
"fq":"{!collapse field=adskdedup_s}"}},
"response":{"numFound":2,"start":0,"docs":[
{
"id":"SOLR1000",
"
I just did a quick test with the 4 docs and got the proper result.
All I did was change the adskdedup field to adskdedup_s so it would load as
a dynamic string field. You can see the output below.
Can you provide more details on the exact steps you took?
{
"responseHeader":{
"status":0,
Something is off but I'm not sure what. A couple of questions.
1) You mention updating the solr.xml. Did you the schema.xml?
2) Did you load only those 4 docs?
Joel
Joel Bernstein
Search Engineer at Heliosearch
On Mon, Jan 13, 2014 at 4:21 PM, Shamik Bandopadhyay wrote:
> Hi,
>
> I'm lookin
Hi,
I'm looking for some clarification on CollapsingQParserPlugin feature.
Here's what I tried. I downloaded 4.6, updated "solr.xml" under exampledocs
folder and added the following entry. I've added a new field "adskdedup"
on which I'm planning to test field collapsing. As you can see, out of