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

2010-03-04 Thread Peter Karich (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841147#action_12841147 ] Peter Karich commented on SOLR-236: --- regarding the OutOfMemory problem: we are now testing

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

2010-03-04 Thread Peter Karich (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841147#action_12841147 ] Peter Karich edited comment on SOLR-236 at 3/4/10 9:48 AM: ---

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

2010-03-04 Thread Peter Karich (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841147#action_12841147 ] Peter Karich edited comment on SOLR-236 at 3/4/10 9:46 AM: ---

[jira] Commented: (SOLR-1167) Support module xml config files using XInclude

2010-03-04 Thread Peter Karich (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841178#action_12841178 ] Peter Karich commented on SOLR-1167: @Shalin Shekhar Mangar: how can I use the proposed

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

2010-03-04 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841216#action_12841216 ] Noble Paul commented on SOLR-1769: -- Are you using a solrconfig from an older version of

Vote on merging dev of Lucene and Solr

2010-03-04 Thread Mark Miller
For those committers that don't follow the general mailing list, or follow it that closely, we are currently having a vote for committers: http://search.lucidimagination.com/search/document/4722d3144c2e3a8b/vote_merge_lucene_solr_development -- - Mark http://www.lucidimagination.com

Re: Vote on merging dev of Lucene and Solr

2010-03-04 Thread Noble Paul നോബിള്‍ नोब्ळ्
+1 On Thu, Mar 4, 2010 at 6:32 PM, Mark Miller markrmil...@gmail.com wrote: For those committers that don't follow the general mailing list, or follow it that closely, we are currently having a vote for committers:

[jira] Created: (SOLR-1805) Possible perf improvement in UnInvertedField by using syncronizing on CreationPlaceholder

2010-03-04 Thread Hoss Man (JIRA)
Possible perf improvement in UnInvertedField by using syncronizing on CreationPlaceholder - Key: SOLR-1805 URL: https://issues.apache.org/jira/browse/SOLR-1805

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

2010-03-04 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841558#action_12841558 ] Martijn van Groningen commented on SOLR-236: Shouldn't the float array in

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

2010-03-04 Thread Michael Henson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841659#action_12841659 ] Michael Henson commented on SOLR-1716: -- Is this intended to replace the Rhino built-in

[jira] Created: (SOLR-1806) Extend statistics provided by DIH components

2010-03-04 Thread Michael Henson (JIRA)
Extend statistics provided by DIH components Key: SOLR-1806 URL: https://issues.apache.org/jira/browse/SOLR-1806 Project: Solr Issue Type: Improvement Components: contrib -

[jira] Updated: (SOLR-1806) Extend statistics provided by DIH components

2010-03-04 Thread Michael Henson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Henson updated SOLR-1806: - Attachment: solr-1806.patch This is a work-in-progress patch, showing my current approach to

faceting on multiple fields

2010-03-04 Thread Seffie Schwartz
Hi - How do I facet on two fields at the same time - If I were using a data base I would say - select a,b,count(*) from mytable group by a,b order by count(*) desc. How could I do the same with faceting. I know that I can facet on a separately and b separately but how do I do a b. Another

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

2010-03-04 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841683#action_12841683 ] Lance Norskog commented on SOLR-1716: - bq. Is this intended to replace the Rhino

Re: faceting on multiple fields

2010-03-04 Thread Lance Norskog
Faceting: facet=truefacet. Look at http://wiki.apache.org/solr/SimpleFacetParameters#Facet_Fields_with_No_Zeros_And_Missing_Count_For_One_Field Notice the f.cat.facet.missing=true parameter. This lets you address fields separately. Joins: This query find documents with no value for a field:

[jira] Created: (SOLR-1807) UpdateHandler plugin is not fully supported

2010-03-04 Thread John Wang (JIRA)
UpdateHandler plugin is not fully supported --- Key: SOLR-1807 URL: https://issues.apache.org/jira/browse/SOLR-1807 Project: Solr Issue Type: Bug Components: update Affects Versions: 1.4

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

2010-03-04 Thread John Wang (JIRA)
When IndexReader.reopen is called, old reader is not properly closed Key: SOLR-1808 URL: https://issues.apache.org/jira/browse/SOLR-1808 Project: Solr Issue Type: Bug