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

2009-12-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793958#action_12793958 ] Shalin Shekhar Mangar commented on SOLR-236: @ttdi - Please post your questions t

[jira] Commented: (SOLR-1682) The field collapse

2009-12-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793957#action_12793957 ] Shalin Shekhar Mangar commented on SOLR-1682: - Isn't this issue the same as SOLR

[jira] Commented: (SOLR-1093) A RequestHandler to run multiple queries in a batch

2009-12-22 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793953#action_12793953 ] Noble Paul commented on SOLR-1093: -- a scripting request handler is beyond the scope of this

[jira] Resolved: (SOLR-1661) Remove adminCore from CoreContainer

2009-12-22 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul resolved SOLR-1661. -- Resolution: Fixed committed r893411 > Remove adminCore from CoreContainer > ---

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

2009-12-22 Thread ttdi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793898#action_12793898 ] ttdi commented on SOLR-236: --- hi,Martijn van Groningen experts, when i use http://localhost:8080

Re: RemoveDuplicatesTokenFilter redundancy problem?

2009-12-22 Thread Robert Muir
another option is to instead of looking ahead with the wierd Big-O runtime you noticed, use a set to keep track of which terms have been seen (cleared after each word with posInc>0). i implemented this with the new ts api already and will plop the patch on SOLR-1657 On Tue, Dec 22, 2009 at 7:47 P

[jira] Commented: (SOLR-1277) Implement a Solr specific naming service (using Zookeeper)

2009-12-22 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793872#action_12793872 ] Grant Ingersoll commented on SOLR-1277: --- bq. Please make all timeout and failure-handl

[jira] Commented: (SOLR-1277) Implement a Solr specific naming service (using Zookeeper)

2009-12-22 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793862#action_12793862 ] Lance Norskog commented on SOLR-1277: - Back when I had a 500m document index, I did dat

RemoveDuplicatesTokenFilter redundancy problem?

2009-12-22 Thread Lance Norskog
It looks like the inner loop of org.apache.solr.analysis.RemoveDuplicatesTokenFilter could use a 'break'. I don't remember enough Big-O analysis to give the difference, but they will be two different formulae. For people doing large documents (I've heard gigabytes for email forensics) this would m

[jira] Commented: (SOLR-1093) A RequestHandler to run multiple queries in a batch

2009-12-22 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793847#action_12793847 ] Lance Norskog commented on SOLR-1093: - When the query servers are saturated, or when doi

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

2009-12-22 Thread Stephen Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793820#action_12793820 ] Stephen Weiss commented on SOLR-236: bq. Are you using any extra field collapse features?

[jira] Commented: (SOLR-1553) extended dismax query parser

2009-12-22 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793813#action_12793813 ] Yonik Seeley commented on SOLR-1553: bq. why is "TO" listed as an operator when building

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

2009-12-22 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793808#action_12793808 ] Martijn van Groningen commented on SOLR-236: bq. It almost maxed out a machine wi

[jira] Issue Comment Edited: (SOLR-1131) Allow a single field type to index multiple fields

2009-12-22 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793699#action_12793699 ] Grant Ingersoll edited comment on SOLR-1131 at 12/22/09 6:08 PM: -

[jira] Commented: (SOLR-1131) Allow a single field type to index multiple fields

2009-12-22 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793699#action_12793699 ] Grant Ingersoll commented on SOLR-1131: --- Note, I also changed PointValueSource to be T

[jira] Commented: (SOLR-1670) synonymfilter/map repeat bug

2009-12-22 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793690#action_12793690 ] Robert Muir commented on SOLR-1670: --- bq. Duplicated tokens aside (that should have been te

[jira] Commented: (SOLR-1670) synonymfilter/map repeat bug

2009-12-22 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793684#action_12793684 ] Yonik Seeley commented on SOLR-1670: Duplicated tokens aside (that should have been test

[jira] Commented: (SOLR-1093) A RequestHandler to run multiple queries in a batch

2009-12-22 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793683#action_12793683 ] Noble Paul commented on SOLR-1093: -- fallback queries? > A RequestHandler to run multiple q

[jira] Updated: (SOLR-1131) Allow a single field type to index multiple fields

2009-12-22 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-1131: -- Attachment: SOLR-1131.patch Updated to include some of Yonik's concerns about implementation. I

[jira] Commented: (SOLR-1093) A RequestHandler to run multiple queries in a batch

2009-12-22 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793666#action_12793666 ] Grant Ingersoll commented on SOLR-1093: --- Might also be useful if it handled "fallback

[jira] Commented: (SOLR-1670) synonymfilter/map repeat bug

2009-12-22 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793655#action_12793655 ] Robert Muir commented on SOLR-1670: --- bq. I don't think assertTokEqual really has a bug - i

[jira] Commented: (SOLR-1674) improve analysis tests, cut over to new API

2009-12-22 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793653#action_12793653 ] Robert Muir commented on SOLR-1674: --- {quote} Hmmm, isn't it a bug that this passes? w/o t

[jira] Reopened: (SOLR-1674) improve analysis tests, cut over to new API

2009-12-22 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reopened SOLR-1674: --- Robert is on holiday I think - will reopen for now. > improve analysis tests, cut over to new API > -

[jira] Commented: (SOLR-1674) improve analysis tests, cut over to new API

2009-12-22 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793646#action_12793646 ] Yonik Seeley commented on SOLR-1674: Hmmm, isn't it a bug that this passes? assertTo

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

2009-12-22 Thread Stephen Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793644#action_12793644 ] Stephen Weiss commented on SOLR-236: Quick note on the collapse cache - we just went into

Re: Distributed search test using only one shard?

2009-12-22 Thread Shalin Shekhar Mangar
On Tue, Dec 22, 2009 at 8:23 PM, Yonik Seeley wrote: > Looks like the recently committed SOLR-1608 accidentally changed > this... it was "nservers<4" before that. > > Yes, I changed it for debugging and then forgot to change it back. Sorry about that. -- Regards, Shalin Shekhar Mangar.

Re: Distributed search test using only one shard?

2009-12-22 Thread Yonik Seeley
Looks like the recently committed SOLR-1608 accidentally changed this... it was "nservers<4" before that. -Yonik http://www.lucidimagination.com On Tue, Dec 22, 2009 at 8:02 AM, Andrzej Bialecki wrote: > Hi, > > I'm reading the source of BaseDistributedSearchTestCase, with this method: > >  pub

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

2009-12-22 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793621#action_12793621 ] Yonik Seeley commented on SOLR-236: --- bq. As far as I understand from your collapse algorith

Distributed search test using only one shard?

2009-12-22 Thread Andrzej Bialecki
Hi, I'm reading the source of BaseDistributedSearchTestCase, with this method: public void testDistribSearch() throws Exception { for (int nServers = 1; nServers < 2; nServers++) { createServers(nServers); RandVal.uniqueValues = new HashSet(); //reset random values doTest

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

2009-12-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793607#action_12793607 ] Shalin Shekhar Mangar commented on SOLR-236: {quote} This is exactly the point, i

[jira] Commented: (SOLR-1677) Add support for o.a.lucene.util.Version for BaseTokenizerFactory and BaseTokenFilterFactory

2009-12-22 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793599#action_12793599 ] Mark Miller commented on SOLR-1677: --- bq. it should be in schema.xml, as it pertains to the

Hudson build is back to normal: Solr-trunk #1010

2009-12-22 Thread Apache Hudson Server
See

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

2009-12-22 Thread Uri Boness (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793565#action_12793565 ] Uri Boness commented on SOLR-236: - @Yonik As far as I understand from your collapse algorith

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

2009-12-22 Thread Uri Boness (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793554#action_12793554 ] Uri Boness commented on SOLR-236: - bq. Why is it wrong. it is about adding meta-info to the d