Re: contrib / DIH / javadoc build glitch?

2008-07-31 Thread Shalin Shekhar Mangar
The TestJmxIntegration passes on my local box, still not sure why it failed on hudson. However, I've made some changes to it. On Fri, Aug 1, 2008 at 4:04 AM, Chris Hostetter <[EMAIL PROTECTED]>wrote: > > Asside from the current hudson failure (which seems to be a problem with a > new Jmx tests) w

[jira] Resolved: (SOLR-622) SpellCheckComponent should build or load indices on startup and commits

2008-07-31 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-622. Resolution: Fixed Committed revision 681604. > SpellCheckComponent should build or l

[jira] Updated: (SOLR-469) Data Import RequestHandler

2008-07-31 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-469: Attachment: xpath-stream.patch xpath entity processor can stream rows one by one (for huge xml files) my mak

[jira] Updated: (SOLR-622) SpellCheckComponent should build or load indices on startup and commits

2008-07-31 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-622: --- Attachment: SOLR-622.patch The last patch was generated incorrectly. Uploading new one.

[jira] Updated: (SOLR-622) SpellCheckComponent should build or load indices on startup and commits

2008-07-31 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-622: --- Attachment: (was: SOLR-622.patch) > SpellCheckComponent should build or load indice

[jira] Updated: (SOLR-622) SpellCheckComponent should build or load indices on startup and commits

2008-07-31 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-622: --- Attachment: SOLR-622.patch The last patch had some extra code which I was using for tes

[jira] Updated: (SOLR-667) Alternate LRUCache implementation

2008-07-31 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-667: Attachment: ConcurrentLRUCache.java my findings on a simple perf test with no contention (single thread) The

Re: SOLR-555 ... Solr 1.3?

2008-07-31 Thread Yonik Seeley
Interesting stuff... and immediately applicable since I need to doc the QParser stuff. http://people.apache.org/~hossman/tmp/SOLR-555/plugins/org.apache.solr.search.QParserPlugin.html For QParser specifically, It's slightly awkward to have the class names as the titles, esp when the majority of us

SOLR-555 ... Solr 1.3?

2008-07-31 Thread Chris Hostetter
I'd hoped to be long done with SOLR-555 by now, have it all polished and spiffy and committed ... but it's not. The meat is there, it functions and does everything i want it to do, the only reasons I've been hesitent to commit are: 1) Some of the internals are a bit kludgy 2) It doesn't

[jira] Updated: (SOLR-555) Autogenerate "user" docs about "plugins" from code

2008-07-31 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-555: -- Attachment: SOLR-555.patch same patch, just updated against trunk. I've also updated the generated docs for peop

contrib / DIH / javadoc build glitch?

2008-07-31 Thread Chris Hostetter
Asside from the current hudson failure (which seems to be a problem with a new Jmx tests) when i run "ant clean javadoc" right now i'm seeing it end with this... [javadoc] Generating /home/chrish/lucene/solr/contrib/dataimporthandler/target/javadoc/contrib-apache-solr-dataimporthandler-1.3-d

[jira] Commented: (SOLR-622) SpellCheckComponent should build or load indices on startup and commits

2008-07-31 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618834#action_12618834 ] Shalin Shekhar Mangar commented on SOLR-622: Functionally, this patch aspires to

[jira] Commented: (SOLR-622) SpellCheckComponent should build or load indices on startup and commits

2008-07-31 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618829#action_12618829 ] Yonik Seeley commented on SOLR-622: --- bq. It is done in a separate thread through ExecutorSe

[jira] Commented: (SOLR-622) SpellCheckComponent should build or load indices on startup and commits

2008-07-31 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618828#action_12618828 ] Shalin Shekhar Mangar commented on SOLR-622: bq. I haven't looked at the patch, b

[jira] Commented: (SOLR-667) Alternate LRUCache implementation

2008-07-31 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618826#action_12618826 ] Yonik Seeley commented on SOLR-667: --- If you don't need the synchronized block, then an atom

Re: Question on newSearcher and commit callbacks

2008-07-31 Thread Yonik Seeley
On Sat, Jul 26, 2008 at 10:54 AM, Shalin Shekhar Mangar <[EMAIL PROTECTED]> wrote: > A listener for newSearcher always get a null currentSearcher. The SolrCore > always calls listener.newSearcher(newSearcher,null); > > Is that a bug or a feature? Long standing cut-n-paste bug :-) I just committed

[jira] Commented: (SOLR-667) Alternate LRUCache implementation

2008-07-31 Thread Fuad Efendi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618824#action_12618824 ] Fuad Efendi commented on SOLR-667: -- Thanks Yonik, I even guess that in some cases synchroniz

[jira] Commented: (SOLR-622) SpellCheckComponent should build or load indices on startup and commits

2008-07-31 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618822#action_12618822 ] Yonik Seeley commented on SOLR-622: --- bq. Yes, the searcher is being created after informing

[jira] Commented: (SOLR-667) Alternate LRUCache implementation

2008-07-31 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618812#action_12618812 ] Yonik Seeley commented on SOLR-667: --- bq. I only noticed some extremely stupid code where SO

[jira] Commented: (SOLR-622) SpellCheckComponent should build or load indices on startup and commits

2008-07-31 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618811#action_12618811 ] Shalin Shekhar Mangar commented on SOLR-622: bq. I think the callback happens bef

Announcement to the sort geek

2008-07-31 Thread Marcus Herou
Hi. Just want to announce that I have published a generic TupleSorter to the OpenSource Community inspired by Sammi Larbi. You can find the article and code here: http://dev.tailsweep.com/external-on-disk-tuplesorter/en/ If anyone would like to become a committer of some of my OS projects just ema

[jira] Commented: (SOLR-667) Alternate LRUCache implementation

2008-07-31 Thread Fuad Efendi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618805#action_12618805 ] Fuad Efendi commented on SOLR-667: -- Paul, I have never ever suggested to use 'volatile'

Re: [Solr Wiki] Update of "Solr1.3" by HossMan

2008-07-31 Thread Yonik Seeley
On Thu, Jul 31, 2008 at 2:22 PM, Chris Hostetter <[EMAIL PROTECTED]> wrote: > : On Thu, Jul 31, 2008 at 1:58 PM, Apache Wiki <[EMAIL PROTECTED]> wrote: > : > + * should "!SearchHandler" really live in > "org.apache.solr.handler.component" ? > : > : I think so. > : > : SearchHandler is not actuall

[jira] Updated: (SOLR-632) Upgrade bundled Jetty with latest from vendor

2008-07-31 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher updated SOLR-632: -- Fix Version/s: (was: 1.3) This won't be tackled for 1.3. > Upgrade bundled Jetty with latest from ve

[jira] Commented: (SOLR-632) Upgrade bundled Jetty with latest from vendor

2008-07-31 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618793#action_12618793 ] Erik Hatcher commented on SOLR-632: --- Yeah, we'll just sit on this issue until the new Jetty

Re: [Solr Wiki] Update of "Solr1.3" by HossMan

2008-07-31 Thread Chris Hostetter
: On Thu, Jul 31, 2008 at 1:58 PM, Apache Wiki <[EMAIL PROTECTED]> wrote: : > + * should "!SearchHandler" really live in "org.apache.solr.handler.component" ? : : I think so. : : SearchHandler is not actually the base class for all search... is the : implementation of a SolrRequestHandler that

[jira] Commented: (SOLR-622) SpellCheckComponent should build or load indices on startup and commits

2008-07-31 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618787#action_12618787 ] Yonik Seeley commented on SOLR-622: --- bq. We should still try to figure out why the searcher

[jira] Updated: (SOLR-659) Explicitly set start and rows per shard for more efficient bulk queries across distributed Solr

2008-07-31 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-659: Fix Version/s: (was: 1.3) IMO it is too late in the release process for new features. > Explicitly set s

Re: [Solr Wiki] Update of "Solr1.3" by HossMan

2008-07-31 Thread Yonik Seeley
On Thu, Jul 31, 2008 at 1:58 PM, Apache Wiki <[EMAIL PROTECTED]> wrote: > + * should "!SearchHandler" really live in > "org.apache.solr.handler.component" ? I think so. SearchHandler is not actually the base class for all search... is the implementation of a SolrRequestHandler that uses search

[jira] Commented: (SOLR-646) Configuration properties in multicore.xml

2008-07-31 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618782#action_12618782 ] Hoss Man commented on SOLR-646: --- i haven't looked at the patch, but i'm +1 on the write up and

[jira] Commented: (SOLR-561) Solr replication by Solr (for windows also)

2008-07-31 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618775#action_12618775 ] Noble Paul commented on SOLR-561: - bq.Reading the above makes one think that it is the master

[jira] Commented: (SOLR-667) Alternate LRUCache implementation

2008-07-31 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618773#action_12618773 ] Noble Paul commented on SOLR-667: - Fuad. You cannot trivialize concurrent programming so eas

[jira] Commented: (SOLR-665) FIFO Cache (Unsynchronized): 9x times performance boost

2008-07-31 Thread Fuad Efendi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618766#action_12618766 ] Fuad Efendi commented on SOLR-665: -- I don't think ConcurrentHashMap will improve performance

[jira] Commented: (SOLR-667) Alternate LRUCache implementation

2008-07-31 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618768#action_12618768 ] Noble Paul commented on SOLR-667: - bq.It's a good approach in genera, and should scale better

[jira] Commented: (SOLR-667) Alternate LRUCache implementation

2008-07-31 Thread Fuad Efendi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618750#action_12618750 ] Fuad Efendi commented on SOLR-667: -- bq. ...safety, where nothing bad ever happens to an obje

[jira] Resolved: (SOLR-662) support all highlighter parameters in solr-ruby

2008-07-31 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved SOLR-662. - Resolution: Fixed Fix Version/s: 1.3 Thank you for the comment, Erik. Committed revision 681

[jira] Updated: (SOLR-598) DebugComponent should be last component of SearchHandler

2008-07-31 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-598: - Attachment: SOLR-598.patch Patch that does as the issue says. Puts the DebugComponent last unless

[jira] Commented: (SOLR-561) Solr replication by Solr (for windows also)

2008-07-31 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618735#action_12618735 ] Otis Gospodnetic commented on SOLR-561: --- Comment about the solrconfig entry for replica

[jira] Work started: (SOLR-598) DebugComponent should be last component of SearchHandler

2008-07-31 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on SOLR-598 started by Grant Ingersoll. > DebugComponent should be last component of SearchHandler > > >

[jira] Commented: (SOLR-667) Alternate LRUCache implementation

2008-07-31 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618715#action_12618715 ] Yonik Seeley commented on SOLR-667: --- bq. Gets are free Not entirely... there are a few mem

[jira] Commented: (SOLR-667) Alternate LRUCache implementation

2008-07-31 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618708#action_12618708 ] Noble Paul commented on SOLR-667: - If somebody can review the implementation we can add anoth

[jira] Commented: (SOLR-632) Upgrade bundled Jetty with latest from vendor

2008-07-31 Thread Norberto Meijome (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618674#action_12618674 ] Norberto Meijome commented on SOLR-632: --- If Jetty 6.1.11 may cause more problems than 6

[jira] Updated: (SOLR-622) SpellCheckComponent should build or load indices on startup and commits

2008-07-31 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-622: --- Attachment: SOLR-622.patch This patch uses separate firstSearcher and newSearcher event

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

2008-07-31 Thread Muddassir hasan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Muddassir hasan updated SOLR-236: - Comment: was deleted > Field collapsing > > > Key: SOLR-236 >

Build failed in Hudson: Solr-trunk #513

2008-07-31 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/513/changes Changes: [shalin] SOLR-469 -- Added DataImportHandler as a contrib project. [shalin] Removed call to SolrCore.log and SolrCore import. Replaced reference to java.io.File with File [shalin] SOLR-663 -- Allow multiple files for