[jira] [Updated] (SOLR-5416) CollapsingQParserPlugin bug with Tagging

2013-12-13 Thread Joel Bernstein (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joel Bernstein updated SOLR-5416:
-

Attachment: SOLR-5416.patch

Resolved an issue with sort order when an empty sort param is provided, 
reported in SOLR-5554.

 CollapsingQParserPlugin bug with Tagging
 

 Key: SOLR-5416
 URL: https://issues.apache.org/jira/browse/SOLR-5416
 Project: Solr
  Issue Type: Bug
  Components: search
Affects Versions: 4.6
Reporter: David
Assignee: Joel Bernstein
  Labels: group, grouping
 Fix For: 5.0, 4.7

 Attachments: CollapsingQParserPlugin.java, SOLR-5416.patch, 
 SOLR-5416.patch, SOLR-5416.patch, SOLR-5416.patch, SOLR-5416.patch, 
 SOLR-5416.patch, SolrIndexSearcher.java, TestCollapseQParserPlugin.java

   Original Estimate: 48h
  Remaining Estimate: 48h

 Trying to use CollapsingQParserPlugin with facet tagging throws an exception. 
 {code}
  ModifiableSolrParams params = new ModifiableSolrParams();
 params.add(q, *:*);
 params.add(fq, {!collapse field=group_s});
 params.add(defType, edismax);
 params.add(bf, field(test_ti));
 params.add(fq,{!tag=test_ti}test_ti:5);
 params.add(facet,true);
 params.add(facet.field,{!ex=test_ti}test_ti);
 assertQ(req(params), *[count(//doc)=1], 
 //doc[./int[@name='test_ti']='5']);
 {code}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5416) CollapsingQParserPlugin bug with Tagging

2013-12-13 Thread David (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David updated SOLR-5416:


Attachment: CollapseQParserPluginPatch-solr-4.5.1.patch

I am attaching a patch with all of the patches for CollapseQParserPlugin up to 
todays date. This patch is for those of use who want to use this plugin in Solr 
4.5.1

 CollapsingQParserPlugin bug with Tagging
 

 Key: SOLR-5416
 URL: https://issues.apache.org/jira/browse/SOLR-5416
 Project: Solr
  Issue Type: Bug
  Components: search
Affects Versions: 4.6
Reporter: David
Assignee: Joel Bernstein
  Labels: group, grouping
 Fix For: 5.0, 4.7

 Attachments: CollapseQParserPluginPatch-solr-4.5.1.patch, 
 CollapsingQParserPlugin.java, SOLR-5416.patch, SOLR-5416.patch, 
 SOLR-5416.patch, SOLR-5416.patch, SOLR-5416.patch, SOLR-5416.patch, 
 SolrIndexSearcher.java, TestCollapseQParserPlugin.java

   Original Estimate: 48h
  Remaining Estimate: 48h

 Trying to use CollapsingQParserPlugin with facet tagging throws an exception. 
 {code}
  ModifiableSolrParams params = new ModifiableSolrParams();
 params.add(q, *:*);
 params.add(fq, {!collapse field=group_s});
 params.add(defType, edismax);
 params.add(bf, field(test_ti));
 params.add(fq,{!tag=test_ti}test_ti:5);
 params.add(facet,true);
 params.add(facet.field,{!ex=test_ti}test_ti);
 assertQ(req(params), *[count(//doc)=1], 
 //doc[./int[@name='test_ti']='5']);
 {code}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5416) CollapsingQParserPlugin bug with Tagging

2013-12-12 Thread Joel Bernstein (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joel Bernstein updated SOLR-5416:
-

Attachment: (was: SOLR-5416.patch)

 CollapsingQParserPlugin bug with Tagging
 

 Key: SOLR-5416
 URL: https://issues.apache.org/jira/browse/SOLR-5416
 Project: Solr
  Issue Type: Bug
  Components: search
Affects Versions: 4.6
Reporter: David
Assignee: Joel Bernstein
  Labels: group, grouping
 Fix For: 5.0, 4.7

 Attachments: CollapsingQParserPlugin.java, SOLR-5416.patch, 
 SOLR-5416.patch, SOLR-5416.patch, SOLR-5416.patch, SolrIndexSearcher.java, 
 TestCollapseQParserPlugin.java

   Original Estimate: 48h
  Remaining Estimate: 48h

 Trying to use CollapsingQParserPlugin with facet tagging throws an exception. 
 {code}
  ModifiableSolrParams params = new ModifiableSolrParams();
 params.add(q, *:*);
 params.add(fq, {!collapse field=group_s});
 params.add(defType, edismax);
 params.add(bf, field(test_ti));
 params.add(fq,{!tag=test_ti}test_ti:5);
 params.add(facet,true);
 params.add(facet.field,{!ex=test_ti}test_ti);
 assertQ(req(params), *[count(//doc)=1], 
 //doc[./int[@name='test_ti']='5']);
 {code}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5416) CollapsingQParserPlugin bug with Tagging

2013-12-12 Thread Joel Bernstein (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joel Bernstein updated SOLR-5416:
-

Attachment: SOLR-5416.patch

 CollapsingQParserPlugin bug with Tagging
 

 Key: SOLR-5416
 URL: https://issues.apache.org/jira/browse/SOLR-5416
 Project: Solr
  Issue Type: Bug
  Components: search
Affects Versions: 4.6
Reporter: David
Assignee: Joel Bernstein
  Labels: group, grouping
 Fix For: 5.0, 4.7

 Attachments: CollapsingQParserPlugin.java, SOLR-5416.patch, 
 SOLR-5416.patch, SOLR-5416.patch, SOLR-5416.patch, SolrIndexSearcher.java, 
 TestCollapseQParserPlugin.java

   Original Estimate: 48h
  Remaining Estimate: 48h

 Trying to use CollapsingQParserPlugin with facet tagging throws an exception. 
 {code}
  ModifiableSolrParams params = new ModifiableSolrParams();
 params.add(q, *:*);
 params.add(fq, {!collapse field=group_s});
 params.add(defType, edismax);
 params.add(bf, field(test_ti));
 params.add(fq,{!tag=test_ti}test_ti:5);
 params.add(facet,true);
 params.add(facet.field,{!ex=test_ti}test_ti);
 assertQ(req(params), *[count(//doc)=1], 
 //doc[./int[@name='test_ti']='5']);
 {code}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5416) CollapsingQParserPlugin bug with Tagging

2013-12-12 Thread Joel Bernstein (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joel Bernstein updated SOLR-5416:
-

Attachment: SOLR-5416.patch

 CollapsingQParserPlugin bug with Tagging
 

 Key: SOLR-5416
 URL: https://issues.apache.org/jira/browse/SOLR-5416
 Project: Solr
  Issue Type: Bug
  Components: search
Affects Versions: 4.6
Reporter: David
Assignee: Joel Bernstein
  Labels: group, grouping
 Fix For: 5.0, 4.7

 Attachments: CollapsingQParserPlugin.java, SOLR-5416.patch, 
 SOLR-5416.patch, SOLR-5416.patch, SOLR-5416.patch, SOLR-5416.patch, 
 SolrIndexSearcher.java, TestCollapseQParserPlugin.java

   Original Estimate: 48h
  Remaining Estimate: 48h

 Trying to use CollapsingQParserPlugin with facet tagging throws an exception. 
 {code}
  ModifiableSolrParams params = new ModifiableSolrParams();
 params.add(q, *:*);
 params.add(fq, {!collapse field=group_s});
 params.add(defType, edismax);
 params.add(bf, field(test_ti));
 params.add(fq,{!tag=test_ti}test_ti:5);
 params.add(facet,true);
 params.add(facet.field,{!ex=test_ti}test_ti);
 assertQ(req(params), *[count(//doc)=1], 
 //doc[./int[@name='test_ti']='5']);
 {code}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5416) CollapsingQParserPlugin bug with Tagging

2013-12-12 Thread Joel Bernstein (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joel Bernstein updated SOLR-5416:
-

Attachment: (was: SOLR-5416.patch)

 CollapsingQParserPlugin bug with Tagging
 

 Key: SOLR-5416
 URL: https://issues.apache.org/jira/browse/SOLR-5416
 Project: Solr
  Issue Type: Bug
  Components: search
Affects Versions: 4.6
Reporter: David
Assignee: Joel Bernstein
  Labels: group, grouping
 Fix For: 5.0, 4.7

 Attachments: CollapsingQParserPlugin.java, SOLR-5416.patch, 
 SOLR-5416.patch, SOLR-5416.patch, SOLR-5416.patch, SolrIndexSearcher.java, 
 TestCollapseQParserPlugin.java

   Original Estimate: 48h
  Remaining Estimate: 48h

 Trying to use CollapsingQParserPlugin with facet tagging throws an exception. 
 {code}
  ModifiableSolrParams params = new ModifiableSolrParams();
 params.add(q, *:*);
 params.add(fq, {!collapse field=group_s});
 params.add(defType, edismax);
 params.add(bf, field(test_ti));
 params.add(fq,{!tag=test_ti}test_ti:5);
 params.add(facet,true);
 params.add(facet.field,{!ex=test_ti}test_ti);
 assertQ(req(params), *[count(//doc)=1], 
 //doc[./int[@name='test_ti']='5']);
 {code}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5416) CollapsingQParserPlugin bug with Tagging

2013-12-12 Thread Joel Bernstein (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joel Bernstein updated SOLR-5416:
-

Attachment: SOLR-5416.patch

 CollapsingQParserPlugin bug with Tagging
 

 Key: SOLR-5416
 URL: https://issues.apache.org/jira/browse/SOLR-5416
 Project: Solr
  Issue Type: Bug
  Components: search
Affects Versions: 4.6
Reporter: David
Assignee: Joel Bernstein
  Labels: group, grouping
 Fix For: 5.0, 4.7

 Attachments: CollapsingQParserPlugin.java, SOLR-5416.patch, 
 SOLR-5416.patch, SOLR-5416.patch, SOLR-5416.patch, SOLR-5416.patch, 
 SolrIndexSearcher.java, TestCollapseQParserPlugin.java

   Original Estimate: 48h
  Remaining Estimate: 48h

 Trying to use CollapsingQParserPlugin with facet tagging throws an exception. 
 {code}
  ModifiableSolrParams params = new ModifiableSolrParams();
 params.add(q, *:*);
 params.add(fq, {!collapse field=group_s});
 params.add(defType, edismax);
 params.add(bf, field(test_ti));
 params.add(fq,{!tag=test_ti}test_ti:5);
 params.add(facet,true);
 params.add(facet.field,{!ex=test_ti}test_ti);
 assertQ(req(params), *[count(//doc)=1], 
 //doc[./int[@name='test_ti']='5']);
 {code}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5416) CollapsingQParserPlugin bug with Tagging

2013-12-11 Thread Joel Bernstein (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joel Bernstein updated SOLR-5416:
-

Attachment: SOLR-5416.patch

Added a test case for tag/exclude and also revamped all the tests to better 
exercise sorting following the collapse.

 CollapsingQParserPlugin bug with Tagging
 

 Key: SOLR-5416
 URL: https://issues.apache.org/jira/browse/SOLR-5416
 Project: Solr
  Issue Type: Bug
  Components: search
Affects Versions: 4.6
Reporter: David
Assignee: Joel Bernstein
  Labels: group, grouping
 Fix For: 5.0, 4.7

 Attachments: SOLR-5416.patch, SOLR-5416.patch, SOLR-5416.patch

   Original Estimate: 48h
  Remaining Estimate: 48h

 Trying to use CollapsingQParserPlugin with facet tagging throws an exception. 
 {code}
  ModifiableSolrParams params = new ModifiableSolrParams();
 params.add(q, *:*);
 params.add(fq, {!collapse field=group_s});
 params.add(defType, edismax);
 params.add(bf, field(test_ti));
 params.add(fq,{!tag=test_ti}test_ti:5);
 params.add(facet,true);
 params.add(facet.field,{!ex=test_ti}test_ti);
 assertQ(req(params), *[count(//doc)=1], 
 //doc[./int[@name='test_ti']='5']);
 {code}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5416) CollapsingQParserPlugin bug with Tagging

2013-12-11 Thread Joel Bernstein (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joel Bernstein updated SOLR-5416:
-

Attachment: SolrIndexSearcher.java
CollapsingQParserPlugin.java

 CollapsingQParserPlugin bug with Tagging
 

 Key: SOLR-5416
 URL: https://issues.apache.org/jira/browse/SOLR-5416
 Project: Solr
  Issue Type: Bug
  Components: search
Affects Versions: 4.6
Reporter: David
Assignee: Joel Bernstein
  Labels: group, grouping
 Fix For: 5.0, 4.7

 Attachments: CollapsingQParserPlugin.java, SOLR-5416.patch, 
 SOLR-5416.patch, SOLR-5416.patch, SolrIndexSearcher.java

   Original Estimate: 48h
  Remaining Estimate: 48h

 Trying to use CollapsingQParserPlugin with facet tagging throws an exception. 
 {code}
  ModifiableSolrParams params = new ModifiableSolrParams();
 params.add(q, *:*);
 params.add(fq, {!collapse field=group_s});
 params.add(defType, edismax);
 params.add(bf, field(test_ti));
 params.add(fq,{!tag=test_ti}test_ti:5);
 params.add(facet,true);
 params.add(facet.field,{!ex=test_ti}test_ti);
 assertQ(req(params), *[count(//doc)=1], 
 //doc[./int[@name='test_ti']='5']);
 {code}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5416) CollapsingQParserPlugin bug with Tagging

2013-12-11 Thread Joel Bernstein (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joel Bernstein updated SOLR-5416:
-

Attachment: TestCollapseQParserPlugin.java

 CollapsingQParserPlugin bug with Tagging
 

 Key: SOLR-5416
 URL: https://issues.apache.org/jira/browse/SOLR-5416
 Project: Solr
  Issue Type: Bug
  Components: search
Affects Versions: 4.6
Reporter: David
Assignee: Joel Bernstein
  Labels: group, grouping
 Fix For: 5.0, 4.7

 Attachments: CollapsingQParserPlugin.java, SOLR-5416.patch, 
 SOLR-5416.patch, SOLR-5416.patch, SolrIndexSearcher.java, 
 TestCollapseQParserPlugin.java

   Original Estimate: 48h
  Remaining Estimate: 48h

 Trying to use CollapsingQParserPlugin with facet tagging throws an exception. 
 {code}
  ModifiableSolrParams params = new ModifiableSolrParams();
 params.add(q, *:*);
 params.add(fq, {!collapse field=group_s});
 params.add(defType, edismax);
 params.add(bf, field(test_ti));
 params.add(fq,{!tag=test_ti}test_ti:5);
 params.add(facet,true);
 params.add(facet.field,{!ex=test_ti}test_ti);
 assertQ(req(params), *[count(//doc)=1], 
 //doc[./int[@name='test_ti']='5']);
 {code}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5416) CollapsingQParserPlugin bug with Tagging

2013-12-11 Thread Joel Bernstein (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joel Bernstein updated SOLR-5416:
-

Attachment: SOLR-5416.patch

Added empty SearchFilter interface so SolrIndexSearcher can reference something 
more generic. If a postfilter also implements SearchFilter then the 
SolrIndexSearcher will call getDocSetScore() rather the getDocSet() when 
building docsets. 

 CollapsingQParserPlugin bug with Tagging
 

 Key: SOLR-5416
 URL: https://issues.apache.org/jira/browse/SOLR-5416
 Project: Solr
  Issue Type: Bug
  Components: search
Affects Versions: 4.6
Reporter: David
Assignee: Joel Bernstein
  Labels: group, grouping
 Fix For: 5.0, 4.7

 Attachments: CollapsingQParserPlugin.java, SOLR-5416.patch, 
 SOLR-5416.patch, SOLR-5416.patch, SOLR-5416.patch, SolrIndexSearcher.java, 
 TestCollapseQParserPlugin.java

   Original Estimate: 48h
  Remaining Estimate: 48h

 Trying to use CollapsingQParserPlugin with facet tagging throws an exception. 
 {code}
  ModifiableSolrParams params = new ModifiableSolrParams();
 params.add(q, *:*);
 params.add(fq, {!collapse field=group_s});
 params.add(defType, edismax);
 params.add(bf, field(test_ti));
 params.add(fq,{!tag=test_ti}test_ti:5);
 params.add(facet,true);
 params.add(facet.field,{!ex=test_ti}test_ti);
 assertQ(req(params), *[count(//doc)=1], 
 //doc[./int[@name='test_ti']='5']);
 {code}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5416) CollapsingQParserPlugin bug with Tagging

2013-12-10 Thread Joel Bernstein (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joel Bernstein updated SOLR-5416:
-

Attachment: SOLR-5416.patch

 CollapsingQParserPlugin bug with Tagging
 

 Key: SOLR-5416
 URL: https://issues.apache.org/jira/browse/SOLR-5416
 Project: Solr
  Issue Type: Bug
  Components: search
Affects Versions: 4.6
Reporter: David
Assignee: Joel Bernstein
  Labels: group, grouping
 Fix For: 5.0, 4.7

 Attachments: SOLR-5416.patch, SOLR-5416.patch

   Original Estimate: 48h
  Remaining Estimate: 48h

 Trying to use CollapsingQParserPlugin with facet tagging throws an exception. 
 {code}
  ModifiableSolrParams params = new ModifiableSolrParams();
 params.add(q, *:*);
 params.add(fq, {!collapse field=group_s});
 params.add(defType, edismax);
 params.add(bf, field(test_ti));
 params.add(fq,{!tag=test_ti}test_ti:5);
 params.add(facet,true);
 params.add(facet.field,{!ex=test_ti}test_ti);
 assertQ(req(params), *[count(//doc)=1], 
 //doc[./int[@name='test_ti']='5']);
 {code}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5416) CollapsingQParserPlugin bug with Tagging

2013-12-10 Thread Joel Bernstein (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joel Bernstein updated SOLR-5416:
-

Attachment: (was: SOLR-5416.patch)

 CollapsingQParserPlugin bug with Tagging
 

 Key: SOLR-5416
 URL: https://issues.apache.org/jira/browse/SOLR-5416
 Project: Solr
  Issue Type: Bug
  Components: search
Affects Versions: 4.6
Reporter: David
Assignee: Joel Bernstein
  Labels: group, grouping
 Fix For: 5.0, 4.7

 Attachments: SOLR-5416.patch

   Original Estimate: 48h
  Remaining Estimate: 48h

 Trying to use CollapsingQParserPlugin with facet tagging throws an exception. 
 {code}
  ModifiableSolrParams params = new ModifiableSolrParams();
 params.add(q, *:*);
 params.add(fq, {!collapse field=group_s});
 params.add(defType, edismax);
 params.add(bf, field(test_ti));
 params.add(fq,{!tag=test_ti}test_ti:5);
 params.add(facet,true);
 params.add(facet.field,{!ex=test_ti}test_ti);
 assertQ(req(params), *[count(//doc)=1], 
 //doc[./int[@name='test_ti']='5']);
 {code}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5416) CollapsingQParserPlugin bug with Tagging

2013-12-10 Thread Joel Bernstein (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joel Bernstein updated SOLR-5416:
-

Attachment: SOLR-5416.patch

 CollapsingQParserPlugin bug with Tagging
 

 Key: SOLR-5416
 URL: https://issues.apache.org/jira/browse/SOLR-5416
 Project: Solr
  Issue Type: Bug
  Components: search
Affects Versions: 4.6
Reporter: David
Assignee: Joel Bernstein
  Labels: group, grouping
 Fix For: 5.0, 4.7

 Attachments: SOLR-5416.patch, SOLR-5416.patch

   Original Estimate: 48h
  Remaining Estimate: 48h

 Trying to use CollapsingQParserPlugin with facet tagging throws an exception. 
 {code}
  ModifiableSolrParams params = new ModifiableSolrParams();
 params.add(q, *:*);
 params.add(fq, {!collapse field=group_s});
 params.add(defType, edismax);
 params.add(bf, field(test_ti));
 params.add(fq,{!tag=test_ti}test_ti:5);
 params.add(facet,true);
 params.add(facet.field,{!ex=test_ti}test_ti);
 assertQ(req(params), *[count(//doc)=1], 
 //doc[./int[@name='test_ti']='5']);
 {code}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5416) CollapsingQParserPlugin bug with Tagging

2013-12-05 Thread Joel Bernstein (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joel Bernstein updated SOLR-5416:
-

Fix Version/s: (was: 4.6)
   4.7

 CollapsingQParserPlugin bug with Tagging
 

 Key: SOLR-5416
 URL: https://issues.apache.org/jira/browse/SOLR-5416
 Project: Solr
  Issue Type: Bug
  Components: search
Affects Versions: 4.6
Reporter: David
Assignee: Joel Bernstein
  Labels: group, grouping
 Fix For: 5.0, 4.7

 Attachments: SOLR-5416.patch

   Original Estimate: 48h
  Remaining Estimate: 48h

 Trying to use CollapsingQParserPlugin with facet tagging throws an exception. 
 {code}
  ModifiableSolrParams params = new ModifiableSolrParams();
 params.add(q, *:*);
 params.add(fq, {!collapse field=group_s});
 params.add(defType, edismax);
 params.add(bf, field(test_ti));
 params.add(fq,{!tag=test_ti}test_ti:5);
 params.add(facet,true);
 params.add(facet.field,{!ex=test_ti}test_ti);
 assertQ(req(params), *[count(//doc)=1], 
 //doc[./int[@name='test_ti']='5']);
 {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5416) CollapsingQParserPlugin bug with Tagging

2013-11-04 Thread David (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David updated SOLR-5416:


Summary: CollapsingQParserPlugin bug with Tagging  (was: 
CollapsingQParserPlugin bug with Taggign)

 CollapsingQParserPlugin bug with Tagging
 

 Key: SOLR-5416
 URL: https://issues.apache.org/jira/browse/SOLR-5416
 Project: Solr
  Issue Type: Bug
  Components: search
Affects Versions: 4.6
Reporter: David
  Labels: group, grouping
 Fix For: 4.6, 5.0

   Original Estimate: 48h
  Remaining Estimate: 48h

 Trying to use CollapsingQParserPlugin with facet tagging throws an exception. 
 {code}
  ModifiableSolrParams params = new ModifiableSolrParams();
 params.add(q, *:*);
 params.add(fq, {!collapse field=group_s});
 params.add(defType, edismax);
 params.add(bf, field(test_ti));
 params.add(fq,{!tag=test_ti}test_ti:5);
 params.add(facet,true);
 params.add(facet.field,{!ex=test_ti}test_ti);
 assertQ(req(params), *[count(//doc)=1], 
 //doc[./int[@name='test_ti']='5']);
 {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5416) CollapsingQParserPlugin bug with Tagging

2013-11-04 Thread David (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David updated SOLR-5416:


Attachment: (was: SOLR-5416.patch)

 CollapsingQParserPlugin bug with Tagging
 

 Key: SOLR-5416
 URL: https://issues.apache.org/jira/browse/SOLR-5416
 Project: Solr
  Issue Type: Bug
  Components: search
Affects Versions: 4.6
Reporter: David
  Labels: group, grouping
 Fix For: 4.6, 5.0

   Original Estimate: 48h
  Remaining Estimate: 48h

 Trying to use CollapsingQParserPlugin with facet tagging throws an exception. 
 {code}
  ModifiableSolrParams params = new ModifiableSolrParams();
 params.add(q, *:*);
 params.add(fq, {!collapse field=group_s});
 params.add(defType, edismax);
 params.add(bf, field(test_ti));
 params.add(fq,{!tag=test_ti}test_ti:5);
 params.add(facet,true);
 params.add(facet.field,{!ex=test_ti}test_ti);
 assertQ(req(params), *[count(//doc)=1], 
 //doc[./int[@name='test_ti']='5']);
 {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5416) CollapsingQParserPlugin bug with Tagging

2013-11-04 Thread David (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David updated SOLR-5416:


Attachment: SOLR-5416.patch

 CollapsingQParserPlugin bug with Tagging
 

 Key: SOLR-5416
 URL: https://issues.apache.org/jira/browse/SOLR-5416
 Project: Solr
  Issue Type: Bug
  Components: search
Affects Versions: 4.6
Reporter: David
  Labels: group, grouping
 Fix For: 4.6, 5.0

 Attachments: SOLR-5416.patch

   Original Estimate: 48h
  Remaining Estimate: 48h

 Trying to use CollapsingQParserPlugin with facet tagging throws an exception. 
 {code}
  ModifiableSolrParams params = new ModifiableSolrParams();
 params.add(q, *:*);
 params.add(fq, {!collapse field=group_s});
 params.add(defType, edismax);
 params.add(bf, field(test_ti));
 params.add(fq,{!tag=test_ti}test_ti:5);
 params.add(facet,true);
 params.add(facet.field,{!ex=test_ti}test_ti);
 assertQ(req(params), *[count(//doc)=1], 
 //doc[./int[@name='test_ti']='5']);
 {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5416) CollapsingQParserPlugin bug with Tagging

2013-11-04 Thread David (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David updated SOLR-5416:


Attachment: (was: SOLR-5416.patch)

 CollapsingQParserPlugin bug with Tagging
 

 Key: SOLR-5416
 URL: https://issues.apache.org/jira/browse/SOLR-5416
 Project: Solr
  Issue Type: Bug
  Components: search
Affects Versions: 4.6
Reporter: David
  Labels: group, grouping
 Fix For: 4.6, 5.0

   Original Estimate: 48h
  Remaining Estimate: 48h

 Trying to use CollapsingQParserPlugin with facet tagging throws an exception. 
 {code}
  ModifiableSolrParams params = new ModifiableSolrParams();
 params.add(q, *:*);
 params.add(fq, {!collapse field=group_s});
 params.add(defType, edismax);
 params.add(bf, field(test_ti));
 params.add(fq,{!tag=test_ti}test_ti:5);
 params.add(facet,true);
 params.add(facet.field,{!ex=test_ti}test_ti);
 assertQ(req(params), *[count(//doc)=1], 
 //doc[./int[@name='test_ti']='5']);
 {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5416) CollapsingQParserPlugin bug with Tagging

2013-11-04 Thread David (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David updated SOLR-5416:


Attachment: SOLR-5416.patch

 CollapsingQParserPlugin bug with Tagging
 

 Key: SOLR-5416
 URL: https://issues.apache.org/jira/browse/SOLR-5416
 Project: Solr
  Issue Type: Bug
  Components: search
Affects Versions: 4.6
Reporter: David
  Labels: group, grouping
 Fix For: 4.6, 5.0

 Attachments: SOLR-5416.patch

   Original Estimate: 48h
  Remaining Estimate: 48h

 Trying to use CollapsingQParserPlugin with facet tagging throws an exception. 
 {code}
  ModifiableSolrParams params = new ModifiableSolrParams();
 params.add(q, *:*);
 params.add(fq, {!collapse field=group_s});
 params.add(defType, edismax);
 params.add(bf, field(test_ti));
 params.add(fq,{!tag=test_ti}test_ti:5);
 params.add(facet,true);
 params.add(facet.field,{!ex=test_ti}test_ti);
 assertQ(req(params), *[count(//doc)=1], 
 //doc[./int[@name='test_ti']='5']);
 {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5416) CollapsingQParserPlugin bug with Tagging

2013-11-04 Thread David (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David updated SOLR-5416:


Attachment: SOLR-5416.patch

 CollapsingQParserPlugin bug with Tagging
 

 Key: SOLR-5416
 URL: https://issues.apache.org/jira/browse/SOLR-5416
 Project: Solr
  Issue Type: Bug
  Components: search
Affects Versions: 4.6
Reporter: David
  Labels: group, grouping
 Fix For: 4.6, 5.0

 Attachments: SOLR-5416.patch

   Original Estimate: 48h
  Remaining Estimate: 48h

 Trying to use CollapsingQParserPlugin with facet tagging throws an exception. 
 {code}
  ModifiableSolrParams params = new ModifiableSolrParams();
 params.add(q, *:*);
 params.add(fq, {!collapse field=group_s});
 params.add(defType, edismax);
 params.add(bf, field(test_ti));
 params.add(fq,{!tag=test_ti}test_ti:5);
 params.add(facet,true);
 params.add(facet.field,{!ex=test_ti}test_ti);
 assertQ(req(params), *[count(//doc)=1], 
 //doc[./int[@name='test_ti']='5']);
 {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5416) CollapsingQParserPlugin bug with Tagging

2013-11-04 Thread David (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David updated SOLR-5416:


Attachment: (was: SOLR-5416.patch)

 CollapsingQParserPlugin bug with Tagging
 

 Key: SOLR-5416
 URL: https://issues.apache.org/jira/browse/SOLR-5416
 Project: Solr
  Issue Type: Bug
  Components: search
Affects Versions: 4.6
Reporter: David
  Labels: group, grouping
 Fix For: 4.6, 5.0

 Attachments: SOLR-5416.patch

   Original Estimate: 48h
  Remaining Estimate: 48h

 Trying to use CollapsingQParserPlugin with facet tagging throws an exception. 
 {code}
  ModifiableSolrParams params = new ModifiableSolrParams();
 params.add(q, *:*);
 params.add(fq, {!collapse field=group_s});
 params.add(defType, edismax);
 params.add(bf, field(test_ti));
 params.add(fq,{!tag=test_ti}test_ti:5);
 params.add(facet,true);
 params.add(facet.field,{!ex=test_ti}test_ti);
 assertQ(req(params), *[count(//doc)=1], 
 //doc[./int[@name='test_ti']='5']);
 {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org