collection stats => luke

2007-12-03 Thread Yonik Seeley
Seems like the functionallity of CollectionStatsHandler from SOLR-303 might belong in Luke. All it does is get the df of certain terms (and also maxDoc()). ?&terms=text:foo,text:bar,title:baz -Yonik

[jira] Commented: (SOLR-418) Editorial Query Boosting Component

2007-12-03 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548065 ] Mike Klaas commented on SOLR-418: - I think this makes a lot of sense, though I wonder if it might make sense to uniqui

[jira] Commented: (SOLR-418) Editorial Query Boosting Component

2007-12-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548054 ] Yonik Seeley commented on SOLR-418: --- It seems like the user should be in control of if these docs are added & sorted

[jira] Issue Comment Edited: (SOLR-418) Editorial Query Boosting Component

2007-12-03 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548049 ] ryantxu edited comment on SOLR-418 at 12/3/07 3:40 PM: - I agree with changing the name from

[jira] Commented: (SOLR-418) Editorial Query Boosting Component

2007-12-03 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548049 ] Ryan McKinley commented on SOLR-418: I agree with changing the name from "boosts" to something else... what is "on

[jira] Commented: (SOLR-303) Distributed Search over HTTP

2007-12-03 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548044 ] Ryan McKinley commented on SOLR-303: Are you suggesting changing the main control loop from: {code} for( Sear

[jira] Commented: (SOLR-303) Distributed Search over HTTP

2007-12-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548032 ] Yonik Seeley commented on SOLR-303: --- I've been prototyping distributed search in python... The current methods I have

Re: query parsing error

2007-12-03 Thread Ryan McKinley
Yonik Seeley wrote: On Dec 3, 2007 12:44 AM, Ryan McKinley <[EMAIL PROTECTED]> wrote: In trunk, check: http://localhost:8983/solr/select or http://localhost:8983/solr/select?q= In 1.2, this returns 400, "Missing required parameter: q" Fix could be easy -- add a check in QueryComponent.prepar

Re: synonyms

2007-12-03 Thread anuvenk
pls someone help!! I'll be able to proceed only after finding the answer for my question below anuvenk wrote: > > Ideally, would it be a good idea to pass the index data through the > synonyms filter while indexing? > Our index has huge volumes of data. And i can't re-index data everytime i > ad

[jira] Commented: (SOLR-342) Add support for Lucene's new Indexing and merge features (excluding Document/Field/Token reuse)

2007-12-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547927 ] Grant Ingersoll commented on SOLR-342: -- In my mind, there are still some issues w/ 2.3 dev that are being worked o

[jira] Commented: (SOLR-342) Add support for Lucene's new Indexing and merge features (excluding Document/Field/Token reuse)

2007-12-03 Thread Will Johnson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547925 ] Will Johnson commented on SOLR-342: --- is there any update on getting this patch committed? we needed to be able to s

[jira] Updated: (SOLR-324) solr can't perform sort by long field

2007-12-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-324: - Attachment: SOLR-324.patch Update of this for the latest changes in Lucene (see LUCENE-1045) Adds

[jira] Updated: (SOLR-342) Add support for Lucene's new Indexing and merge features (excluding Document/Field/Token reuse)

2007-12-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-342: - Attachment: copyLucene.sh Dumb little script to copy over the required Lucene jars from a built Luc

[jira] Resolved: (SOLR-421) Make SolrParams serializable

2007-12-03 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved SOLR-421. Resolution: Fixed Fix Version/s: 1.3 commited in rev 600589 > Make SolrParams serializable >

[jira] Assigned: (SOLR-421) Make SolrParams serializable

2007-12-03 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley reassigned SOLR-421: -- Assignee: Ryan McKinley > Make SolrParams serializable > > >

[jira] Commented: (SOLR-342) Add support for Lucene's new Indexing and merge features (excluding Document/Field/Token reuse)

2007-12-03 Thread Will Johnson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547854 ] Will Johnson commented on SOLR-342: --- just a comment to say that we added this patch and saw rather signifigant impro

[jira] Commented: (SOLR-421) Make SolrParams serializable

2007-12-03 Thread Will Johnson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547853 ] Will Johnson commented on SOLR-421: --- i also added 'implements java.io.Serializable' to: SolrRequest SolrInputField S

Re: query parsing error

2007-12-03 Thread Yonik Seeley
On Dec 3, 2007 12:44 AM, Ryan McKinley <[EMAIL PROTECTED]> wrote: > In trunk, check: > http://localhost:8983/solr/select > or > http://localhost:8983/solr/select?q= > > In 1.2, this returns 400, "Missing required parameter: q" > > Fix could be easy -- add a check in QueryComponent.prepare(), the