[jira] Commented: (SOLR-236) Field collapsing

2010-03-05 Thread Peter Karich (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841752#action_12841752 ] Peter Karich commented on SOLR-236: --- Shouldn't the float array in DocSetScoreCollector be

[jira] Updated: (SOLR-236) Field collapsing

2010-03-05 Thread Peter Karich (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Karich updated SOLR-236: -- Attachment: NonAdjacentDocumentCollapserTest.java NonAdjacentDocumentCollapser.java

[jira] Issue Comment Edited: (SOLR-236) Field collapsing

2010-03-05 Thread Peter Karich (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841756#action_12841756 ] Peter Karich edited comment on SOLR-236 at 3/5/10 8:53 AM: --- It

[jira] Commented: (SOLR-1716) Add logging support for ScriptTransformer

2010-03-05 Thread Uri Boness (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841776#action_12841776 ] Uri Boness commented on SOLR-1716: -- bq. ScriptTransformer supports Rhino,, Groove, Scala,

[jira] Created: (SOLR-1809) Carrot2 clustering time logging

2010-03-05 Thread Stanislaw Osinski (JIRA)
Carrot2 clustering time logging --- Key: SOLR-1809 URL: https://issues.apache.org/jira/browse/SOLR-1809 Project: Solr Issue Type: Improvement Components: contrib - Clustering Reporter:

[jira] Updated: (SOLR-1809) Carrot2 clustering time logging

2010-03-05 Thread Stanislaw Osinski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stanislaw Osinski updated SOLR-1809: Attachment: SOLR-1809.patch An initial patch. I'm not sure what Solr's logging policies

intersection of the results of multiple queries

2010-03-05 Thread Seffie Schwartz
hi - Is there any way to get the intersection of the results of multiple queries without iterating through each result set? seff

Re: intersection of the results of multiple queries

2010-03-05 Thread Koji Sekiguchi
Seffie Schwartz wrote: hi - Is there any way to get the intersection of the results of multiple queries without iterating through each result set? seff How about using multiple fq parameters? Koji -- http://www.rondhuit.com/en/

[jira] Commented: (SOLR-1808) When IndexReader.reopen is called, old reader is not properly closed

2010-03-05 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841844#action_12841844 ] Mark Miller commented on SOLR-1808: --- Right - thats how its supposed to work - we don't

Re: intersection of the results of multiple queries

2010-03-05 Thread Seffie Schwartz
this might better explain what I am looking for - i also posted it on yonik seely's blog So if my indices had these docs: doc1 – fielda:foo doc2 – fielda:yyy doc3 – fieldb:bar doc4 – fieldb:xxx doc5 – fielda:bar I want to return doc1 and doc5 because fielda has both values that I am looking

Re: faceting on multiple fields

2010-03-05 Thread Erick Erickson
Please post further questions on this topic to the solr users' list at solr-u...@lucene.apache.org. This list is intended for internal SOLR development discussions. Best Erick On Thu, Mar 4, 2010 at 9:40 PM, Seffie Schwartz yschw...@yahoo.com wrote: Hi - How do I facet on two fields at

SolrConfig - constructing the object

2010-03-05 Thread Kimberly Kantola
Hi All, I am new to using the Solr classes in development. I am trying to determine how to create a SolrConfig object. Is it just a matter of calling new SolrConfig with the location of the solrconfig.xml file ? SolrConfig config = new SolrConfig(solrconfig.xml); in the constructor, do

[jira] Resolved: (SOLR-1722) Allowing changing the special default core name, and as a default default core name, switch to using collection1 rather than DEFAULT_CORE

2010-03-05 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-1722. --- Resolution: Fixed Allowing changing the special default core name, and as a default default core

Re: SolrConfig - constructing the object

2010-03-05 Thread Erick Erickson
Please repost this on the user's list, this list is intended for internal SOLR development. See: solr-u...@lucene.apache.org Best Erick On Fri, Mar 5, 2010 at 9:20 AM, Kimberly Kantola kkant...@helium.comwrote: Hi All, I am new to using the Solr classes in development. I am trying to

[jira] Created: (SOLR-1810) DataImportHandler: dataimporter.functions.formatDate should have a redefined concept of NOW for each import

2010-03-05 Thread Sean Timm (JIRA)
DataImportHandler: dataimporter.functions.formatDate should have a redefined concept of NOW for each import --- Key: SOLR-1810 URL:

[jira] Closed: (SOLR-1810) DataImportHandler: dataimporter.functions.formatDate should have a redefined concept of NOW for each import

2010-03-05 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm closed SOLR-1810. --- Resolution: Won't Fix Clone in JIRA didn' t work the way I thought it would. :-) DataImportHandler:

[jira] Created: (SOLR-1811) DataImportHandler: dataimporter.functions.formatDate should have a redefined concept of NOW for each import

2010-03-05 Thread Sean Timm (JIRA)
DataImportHandler: dataimporter.functions.formatDate should have a redefined concept of NOW for each import --- Key: SOLR-1811 URL:

[jira] Assigned: (SOLR-1811) DataImportHandler: dataimporter.functions.formatDate should have a redefined concept of NOW for each import

2010-03-05 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reassigned SOLR-1811: Assignee: Noble Paul DataImportHandler: dataimporter.functions.formatDate should have a redefined

[jira] Commented: (SOLR-1811) DataImportHandler: dataimporter.functions.formatDate should have a redefined concept of NOW for each import

2010-03-05 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841998#action_12841998 ] Noble Paul commented on SOLR-1811: -- it is computed just in time . What suggests you that it

[jira] Commented: (SOLR-1811) DataImportHandler: dataimporter.functions.formatDate should have a redefined concept of NOW for each import

2010-03-05 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12842018#action_12842018 ] Sean Timm commented on SOLR-1811: - Looking at the query sent to MySQL, I see that the time

[jira] Updated: (SOLR-1811) DataImportHandler: dataimporter.functions.formatDate should have a redefined concept of NOW for each import

2010-03-05 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-1811: Attachment: SOLR-1811.patch DataImportHandler: dataimporter.functions.formatDate should have a redefined

[jira] Commented: (SOLR-1622) Add aggregate Math capabilities to Solr above and beyond the StatsComponent

2010-03-05 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12842082#action_12842082 ] Grant Ingersoll commented on SOLR-1622: --- Sure, if we can get a patch for it. As of

[jira] Commented: (SOLR-1769) Solr 1.4 Replication - Repeater throwing NullPointerException

2010-03-05 Thread Ravi Gidwani (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12842170#action_12842170 ] Ravi Gidwani commented on SOLR-1769: Hi Noble: Thanks for your

[jira] Updated: (SOLR-1769) Solr 1.4 Replication - Repeater throwing NullPointerException

2010-03-05 Thread Ravi Gidwani (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi Gidwani updated SOLR-1769: --- Attachment: solrconfig.xml solr 1.4 solrconfig.xml file used. Solr 1.4 Replication - Repeater